Version Description
- 8.11.2013 =
- Update : The French language file is updated.
- NEW : Add hide-button for the settings page.
Download this release
Release Info
| Developer | bestwebsoft |
| Plugin | |
| Version | 3.63 |
| Comparing to | |
| See all releases | |
Code changes from version 3.62 to 3.63
- contact_form.php +22 -14
- js/bws_menu.js +0 -0
- js/script.js +18 -0
- js/script_wp_before_3.5.js +18 -0
- languages/contact_form-ar.mo +0 -0
- languages/contact_form-ar.po +210 -202
- languages/contact_form-be_BY.mo +0 -0
- languages/contact_form-be_BY.po +212 -204
- languages/contact_form-bg_BG.mo +0 -0
- languages/contact_form-bg_BG.po +210 -202
- languages/contact_form-ca.mo +0 -0
- languages/contact_form-ca.po +212 -204
- languages/contact_form-cs_CZ.mo +0 -0
- languages/contact_form-cs_CZ.po +210 -202
- languages/contact_form-da_DK.mo +0 -0
- languages/contact_form-da_DK.po +210 -202
- languages/contact_form-de_DE.mo +0 -0
- languages/contact_form-de_DE.po +210 -202
- languages/contact_form-el_GR.mo +0 -0
- languages/contact_form-el_GR.po +210 -202
- languages/contact_form-es_ES.mo +0 -0
- languages/contact_form-es_ES.po +210 -202
- languages/contact_form-fa_IR.mo +0 -0
- languages/contact_form-fa_IR.po +210 -202
- languages/contact_form-fi.mo +0 -0
- languages/contact_form-fi.po +212 -204
- languages/contact_form-fr_FR.mo +0 -0
- languages/contact_form-fr_FR.po +226 -226
- languages/contact_form-gl_ES.mo +0 -0
- languages/contact_form-gl_ES.po +210 -202
- languages/contact_form-he_IL.mo +0 -0
- languages/contact_form-he_IL.po +210 -202
- languages/contact_form-hi_IN.mo +0 -0
- languages/contact_form-hi_IN.po +210 -202
- languages/contact_form-hu_HU.mo +0 -0
- languages/contact_form-hu_HU.po +212 -204
- languages/contact_form-it_IT.mo +0 -0
- languages/contact_form-it_IT.po +212 -204
- languages/contact_form-ja.mo +0 -0
- languages/contact_form-ja.po +212 -204
- languages/contact_form-lt_LT.mo +0 -0
- languages/contact_form-lt_LT.po +210 -202
- languages/contact_form-nb_NO.mo +0 -0
- languages/contact_form-nb_NO.po +210 -202
- languages/contact_form-nl_NL.mo +0 -0
- languages/contact_form-nl_NL.po +212 -204
- languages/contact_form-pl_PL.mo +0 -0
- languages/contact_form-pl_PL.po +210 -202
- languages/contact_form-pt_BR.mo +0 -0
- languages/contact_form-pt_BR.po +212 -204
- languages/contact_form-pt_PT.mo +0 -0
- languages/contact_form-pt_PT.po +212 -204
- languages/contact_form-ro_RO.mo +0 -0
- languages/contact_form-ro_RO.po +210 -202
- languages/contact_form-ru_RU.mo +0 -0
- languages/contact_form-ru_RU.po +212 -204
- languages/contact_form-sk_SK.mo +0 -0
- languages/contact_form-sk_SK.po +210 -202
- languages/contact_form-sr_RS.mo +0 -0
- languages/contact_form-sr_RS.po +212 -204
- languages/contact_form-sv_SE.mo +0 -0
- languages/contact_form-sv_SE.po +212 -204
- languages/contact_form-tr_TR.mo +0 -0
- languages/contact_form-tr_TR.po +210 -202
- languages/contact_form-uk.mo +0 -0
- languages/contact_form-uk.po +212 -204
- readme.txt +8 -1
- screenshot-2.jpg +0 -0
- screenshot-4.jpg +0 -0
contact_form.php
CHANGED
|
@@ -4,7 +4,7 @@ Plugin Name: Contact Form
|
|
| 4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
| 5 |
Description: Plugin for Contact Form.
|
| 6 |
Author: BestWebSoft
|
| 7 |
-
Version: 3.
|
| 8 |
Author URI: http://bestwebsoft.com/
|
| 9 |
License: GPLv2 or later
|
| 10 |
*/
|
|
@@ -579,7 +579,11 @@ if( ! function_exists( 'cntctfrm_settings_page' ) ) {
|
|
| 579 |
</td>
|
| 580 |
</tr>
|
| 581 |
<tr valign="top">
|
| 582 |
-
<th
|
|
|
|
|
|
|
|
|
|
|
|
|
| 583 |
</tr>
|
| 584 |
<tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
|
| 585 |
<th scope="row" style="width:200px;"><?php _e( 'What to use?', 'contact_form' ); ?></th>
|
|
@@ -1826,7 +1830,8 @@ if ( ! function_exists ( 'cntctfrm_delete_options' ) ) {
|
|
| 1826 |
if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
|
| 1827 |
function cntctfrm_plugin_banner() {
|
| 1828 |
global $hook_suffix;
|
| 1829 |
-
$plugin_info = get_plugin_data( __FILE__ );
|
|
|
|
| 1830 |
if ( $hook_suffix == 'plugins.php' ) {
|
| 1831 |
echo '<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
| 1832 |
<script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>
|
|
@@ -1862,17 +1867,20 @@ if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
|
|
| 1862 |
<span>Extend standard plugin functionality with new great options.</span>
|
| 1863 |
</div>
|
| 1864 |
<a class="button cntctfrm_button" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=f575dc39cba54a9de88df346eed52101&pn=77&v=' . $plugin_info["Version"] . '">Learn More</a>
|
| 1865 |
-
</div>
|
| 1866 |
-
|
| 1867 |
-
|
| 1868 |
-
<
|
| 1869 |
-
|
| 1870 |
-
<
|
| 1871 |
-
<
|
| 1872 |
-
|
| 1873 |
-
|
| 1874 |
-
|
| 1875 |
-
|
|
|
|
|
|
|
|
|
|
| 1876 |
}
|
| 1877 |
}
|
| 1878 |
}
|
| 4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
| 5 |
Description: Plugin for Contact Form.
|
| 6 |
Author: BestWebSoft
|
| 7 |
+
Version: 3.63
|
| 8 |
Author URI: http://bestwebsoft.com/
|
| 9 |
License: GPLv2 or later
|
| 10 |
*/
|
| 579 |
</td>
|
| 580 |
</tr>
|
| 581 |
<tr valign="top">
|
| 582 |
+
<th scope="row" style="width:200px;"><label><input type="checkbox" id="cntctfrm_additions_options" name="cntctfrm_additions_options" value="1" <?php if($cntctfrm_options['cntctfrm_additions_options'] == '1') echo "checked=\"checked\" "; ?> /> <?php _e( "Additional options", 'contact_form' ); ?></label></th>
|
| 583 |
+
<td colspan="2">
|
| 584 |
+
<input id="cntctfrm_show_additional_settings" type="button" class="button-small button" value="<?php _e( "Show", 'contact_form' ); ?>" style="display: none;">
|
| 585 |
+
<input id="cntctfrm_hide_additional_settings" type="button" class="button-small button" value="<?php _e( "Hide", 'contact_form' ); ?>" style="display: none;">
|
| 586 |
+
</td>
|
| 587 |
</tr>
|
| 588 |
<tr class="cntctfrm_additions_block <?php if($cntctfrm_options['cntctfrm_additions_options'] == '0') echo "cntctfrm_hidden"; ?>">
|
| 589 |
<th scope="row" style="width:200px;"><?php _e( 'What to use?', 'contact_form' ); ?></th>
|
| 1830 |
if ( ! function_exists ( 'cntctfrm_plugin_banner' ) ) {
|
| 1831 |
function cntctfrm_plugin_banner() {
|
| 1832 |
global $hook_suffix;
|
| 1833 |
+
$plugin_info = get_plugin_data( __FILE__ );
|
| 1834 |
+
$all_plugins = get_plugins();
|
| 1835 |
if ( $hook_suffix == 'plugins.php' ) {
|
| 1836 |
echo '<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
| 1837 |
<script type="text/javascript" src="' . plugins_url( 'js/c_o_o_k_i_e.js', __FILE__ ) . '"></script>
|
| 1867 |
<span>Extend standard plugin functionality with new great options.</span>
|
| 1868 |
</div>
|
| 1869 |
<a class="button cntctfrm_button" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-pro/?k=f575dc39cba54a9de88df346eed52101&pn=77&v=' . $plugin_info["Version"] . '">Learn More</a>
|
| 1870 |
+
</div>';
|
| 1871 |
+
|
| 1872 |
+
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 ) ) {
|
| 1873 |
+
echo '<div class="cntctfrm_message_for_ctfrmtdb">
|
| 1874 |
+
<img class="cntctfrm_for_ctfrmtdb_close_icon" title="" src="' . plugins_url( 'images/close_banner.png', __FILE__ ) . '" alt=""/>
|
| 1875 |
+
<img class="cntctfrm_icon" title="" src="' . plugins_url( 'images/banner_for_ctfrmtdb.png', __FILE__ ) . '" alt=""/>
|
| 1876 |
+
<div class="cntctfrm_text">
|
| 1877 |
+
<strong>Contact Form to DB</strong> allows to store your messages to the database.<br />
|
| 1878 |
+
<span>Manage messages that have been sent from your website.</span>
|
| 1879 |
+
</div>
|
| 1880 |
+
<a class="button cntctfrm_button" target="_blank" href="http://bestwebsoft.com/plugin/contact-form-to-db-pro/?k=6ebf0743736411607343ad391dc3b436&pn=77&v=' . $plugin_info["Version"] . '">Learn More</a>
|
| 1881 |
+
</div>';
|
| 1882 |
+
}
|
| 1883 |
+
echo '</div>';
|
| 1884 |
}
|
| 1885 |
}
|
| 1886 |
}
|
js/bws_menu.js
CHANGED
|
File without changes
|
js/script.js
CHANGED
|
@@ -3,10 +3,28 @@
|
|
| 3 |
$( '#cntctfrm_additions_options' ).change( function() {
|
| 4 |
if ( $( this ).is( ':checked' ) ) {
|
| 5 |
$( '.cntctfrm_additions_block' ).removeClass( 'cntctfrm_hidden' );
|
|
|
|
| 6 |
} else {
|
| 7 |
$( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
|
|
|
|
|
|
|
| 8 |
}
|
| 9 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
$( '#cntctfrm_change_label' ).change( function() {
|
| 11 |
if ( $( this ).is( ':checked' ) ) {
|
| 12 |
$( '.cntctfrm_change_label_block' ).removeClass( 'cntctfrm_hidden' );
|
| 3 |
$( '#cntctfrm_additions_options' ).change( function() {
|
| 4 |
if ( $( this ).is( ':checked' ) ) {
|
| 5 |
$( '.cntctfrm_additions_block' ).removeClass( 'cntctfrm_hidden' );
|
| 6 |
+
$( '#cntctfrm_hide_additional_settings' ).css( 'display', 'block' );
|
| 7 |
} else {
|
| 8 |
$( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
|
| 9 |
+
$( '#cntctfrm_show_additional_settings' ).css( 'display', 'none' );
|
| 10 |
+
$( '#cntctfrm_hide_additional_settings' ).css( 'display', 'none' );
|
| 11 |
}
|
| 12 |
});
|
| 13 |
+
if ( $( '#cntctfrm_additions_options' ).is( ':checked' ) ) {
|
| 14 |
+
$( '#cntctfrm_show_additional_settings' ).css( 'display', 'block' );
|
| 15 |
+
$( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
|
| 16 |
+
}
|
| 17 |
+
$( '#cntctfrm_show_additional_settings' ).click( function() {
|
| 18 |
+
$( this ).css( 'display', 'none' );
|
| 19 |
+
$( '#cntctfrm_hide_additional_settings' ).css( 'display', 'block' );
|
| 20 |
+
$( '.cntctfrm_additions_block' ).removeClass( 'cntctfrm_hidden' );
|
| 21 |
+
});
|
| 22 |
+
$( '#cntctfrm_hide_additional_settings' ).click( function() {
|
| 23 |
+
$( this ).css( 'display', 'none' );
|
| 24 |
+
$( '#cntctfrm_show_additional_settings' ).css( 'display', 'block' );
|
| 25 |
+
$( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
|
| 26 |
+
});
|
| 27 |
+
|
| 28 |
$( '#cntctfrm_change_label' ).change( function() {
|
| 29 |
if ( $( this ).is( ':checked' ) ) {
|
| 30 |
$( '.cntctfrm_change_label_block' ).removeClass( 'cntctfrm_hidden' );
|
js/script_wp_before_3.5.js
CHANGED
|
@@ -3,10 +3,28 @@
|
|
| 3 |
$( '#cntctfrm_additions_options' ).change( function() {
|
| 4 |
if ( $( this ).is( ':checked' ) ) {
|
| 5 |
$( '.cntctfrm_additions_block' ).removeClass( 'cntctfrm_hidden' );
|
|
|
|
| 6 |
} else {
|
| 7 |
$( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
|
|
|
|
|
|
|
| 8 |
}
|
| 9 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
$( '#cntctfrm_change_label' ).change( function() {
|
| 11 |
if ( $( this ).is( ':checked' ) ) {
|
| 12 |
$( '.cntctfrm_change_label_block' ).removeClass( 'cntctfrm_hidden' );
|
| 3 |
$( '#cntctfrm_additions_options' ).change( function() {
|
| 4 |
if ( $( this ).is( ':checked' ) ) {
|
| 5 |
$( '.cntctfrm_additions_block' ).removeClass( 'cntctfrm_hidden' );
|
| 6 |
+
$( '#cntctfrm_hide_additional_settings' ).css( 'display', 'block' );
|
| 7 |
} else {
|
| 8 |
$( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
|
| 9 |
+
$( '#cntctfrm_show_additional_settings' ).css( 'display', 'none' );
|
| 10 |
+
$( '#cntctfrm_hide_additional_settings' ).css( 'display', 'none' );
|
| 11 |
}
|
| 12 |
});
|
| 13 |
+
if ( $( '#cntctfrm_additions_options' ).is( ':checked' ) ) {
|
| 14 |
+
$( '#cntctfrm_show_additional_settings' ).css( 'display', 'block' );
|
| 15 |
+
$( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
|
| 16 |
+
}
|
| 17 |
+
$( '#cntctfrm_show_additional_settings' ).click( function() {
|
| 18 |
+
$( this ).css( 'display', 'none' );
|
| 19 |
+
$( '#cntctfrm_hide_additional_settings' ).css( 'display', 'block' );
|
| 20 |
+
$( '.cntctfrm_additions_block' ).removeClass( 'cntctfrm_hidden' );
|
| 21 |
+
});
|
| 22 |
+
$( '#cntctfrm_hide_additional_settings' ).click( function() {
|
| 23 |
+
$( this ).css( 'display', 'none' );
|
| 24 |
+
$( '#cntctfrm_show_additional_settings' ).css( 'display', 'block' );
|
| 25 |
+
$( '.cntctfrm_additions_block' ).addClass( 'cntctfrm_hidden' );
|
| 26 |
+
});
|
| 27 |
+
|
| 28 |
$( '#cntctfrm_change_label' ).change( function() {
|
| 29 |
if ( $( this ).is( ':checked' ) ) {
|
| 30 |
$( '.cntctfrm_change_label_block' ).removeClass( 'cntctfrm_hidden' );
|
languages/contact_form-ar.mo
CHANGED
|
Binary file
|
languages/contact_form-ar.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2013-11-
|
| 6 |
-
"PO-Revision-Date: 2013-11-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Hammad Alshammari (ABU HATIM) www.abuhatim.net <al3zz.com@gmail.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -33,63 +33,63 @@ msgstr "خيارات نموذج اتصل بنا"
|
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
-
#: contact_form.php:
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "نموذج الاتصال"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
-
#: contact_form.php:
|
| 43 |
-
#: contact_form.php:
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "الأسم:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
-
#: contact_form.php:
|
| 49 |
-
#: contact_form.php:
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "البريد الالكتروني:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
-
#: contact_form.php:
|
| 56 |
-
#: contact_form.php:
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "البريد الالكتروني:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
-
#: contact_form.php:
|
| 62 |
-
#: contact_form.php:
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
-
#: contact_form.php:
|
| 68 |
-
#: contact_form.php:
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "موضوع الرسالة:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
-
#: contact_form.php:
|
| 74 |
-
#: contact_form.php:
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "الرسالة:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
-
#: contact_form.php:
|
| 80 |
-
#: contact_form.php:
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "المرفقات:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
-
#: contact_form.php:
|
| 86 |
-
#: contact_form.php:
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "أرسل لي نسخة"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
-
#: contact_form.php:
|
| 92 |
-
#: contact_form.php:
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "تقدم"
|
| 95 |
|
|
@@ -185,27 +185,27 @@ msgid "Settings saved."
|
|
| 185 |
msgstr "الخيارات حُفظت."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
-
#: contact_form.php:
|
| 189 |
-
#: contact_form.php:
|
| 190 |
-
#: contact_form.php:
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "إعدادات"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
-
#: contact_form.php:
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "إعدادات"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
-
#: contact_form.php:
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
-
#: contact_form.php:
|
| 208 |
-
#: contact_form.php:
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
|
@@ -246,7 +246,7 @@ msgid "Add department selectbox to the contact form:"
|
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
-
#: contact_form.php:
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
|
@@ -254,553 +254,561 @@ msgstr ""
|
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
-
#: contact_form.php:
|
| 258 |
-
#: contact_form.php:
|
| 259 |
-
#: contact_form.php:
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
-
#: contact_form.php:
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "نموذج الاتصال"
|
| 267 |
|
| 268 |
-
#: contact_form.php:
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "نموذج الاتصال"
|
| 272 |
|
| 273 |
-
#: contact_form.php:
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "خيارات إضافية"
|
| 276 |
|
| 277 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
msgid "What to use?"
|
| 279 |
msgstr "ماذا تستخدم؟"
|
| 280 |
|
| 281 |
-
#: contact_form.php:
|
| 282 |
msgid "Wp-mail"
|
| 283 |
msgstr "Wp-mail"
|
| 284 |
|
| 285 |
-
#: contact_form.php:
|
| 286 |
msgid "You can use the wp_mail function for mailing"
|
| 287 |
msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
|
| 288 |
|
| 289 |
-
#: contact_form.php:
|
| 290 |
msgid "Mail"
|
| 291 |
msgstr "Mail"
|
| 292 |
|
| 293 |
-
#: contact_form.php:
|
| 294 |
msgid "To send mail you can use the php mail function"
|
| 295 |
msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
|
| 296 |
|
| 297 |
-
#: contact_form.php:
|
| 298 |
#, fuzzy
|
| 299 |
msgid "The text in the 'From' field"
|
| 300 |
msgstr "تغيير من الحقول من نموذج الاتصال"
|
| 301 |
|
| 302 |
-
#: contact_form.php:
|
| 303 |
msgid "User name"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: contact_form.php:
|
| 307 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 308 |
msgstr ""
|
| 309 |
|
| 310 |
-
#: contact_form.php:
|
| 311 |
#, fuzzy
|
| 312 |
msgid "This text will be used in the 'FROM' field"
|
| 313 |
msgstr "تغيير من الحقول من نموذج الاتصال"
|
| 314 |
|
| 315 |
-
#: contact_form.php:
|
| 316 |
msgid "The email address in the 'From' field"
|
| 317 |
msgstr ""
|
| 318 |
|
| 319 |
-
#: contact_form.php:
|
| 320 |
msgid "User email"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: contact_form.php:
|
| 324 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
-
#: contact_form.php:
|
| 328 |
msgid "This email address will be used in the 'From' field."
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
-
#: contact_form.php:
|
| 332 |
#, fuzzy
|
| 333 |
msgid "Display fields"
|
| 334 |
msgstr "عرض حقل المرفقات"
|
| 335 |
|
| 336 |
-
#: contact_form.php:
|
| 337 |
-
#: contact_form.php:
|
| 338 |
-
#: contact_form.php:
|
| 339 |
-
#: contact_form.php:
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Address"
|
| 342 |
msgstr "البريد الالكتروني:"
|
| 343 |
|
| 344 |
-
#: contact_form.php:
|
| 345 |
-
#: contact_form.php:
|
| 346 |
-
#: contact_form.php:
|
| 347 |
msgid "Phone"
|
| 348 |
msgstr ""
|
| 349 |
|
| 350 |
-
#: contact_form.php:
|
| 351 |
#, fuzzy
|
| 352 |
msgid "Attachment block"
|
| 353 |
msgstr "عرض حقل المرفقات"
|
| 354 |
|
| 355 |
-
#: contact_form.php:
|
| 356 |
msgid "Users can attach the following file formats"
|
| 357 |
msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
|
| 358 |
|
| 359 |
-
#: contact_form.php:626
|
| 360 |
#: contact_form.php:629
|
| 361 |
-
#: contact_form.php:
|
| 362 |
-
#: contact_form.php:
|
|
|
|
| 363 |
msgid "Captcha"
|
| 364 |
msgstr ""
|
| 365 |
|
| 366 |
-
#: contact_form.php:626
|
| 367 |
#: contact_form.php:629
|
| 368 |
-
#: contact_form.php:
|
|
|
|
| 369 |
msgid "powered by"
|
| 370 |
msgstr ""
|
| 371 |
|
| 372 |
-
#: contact_form.php:
|
| 373 |
#, fuzzy
|
| 374 |
msgid "Activate captcha"
|
| 375 |
msgstr "تفعيل الإضافات"
|
| 376 |
|
| 377 |
-
#: contact_form.php:
|
| 378 |
#, fuzzy
|
| 379 |
msgid "Download captcha"
|
| 380 |
msgstr "تحميل"
|
| 381 |
|
| 382 |
-
#: contact_form.php:
|
| 383 |
#, fuzzy
|
| 384 |
msgid "Display tips below the Attachment block"
|
| 385 |
msgstr "عرض حقل المرفقات"
|
| 386 |
|
| 387 |
-
#: contact_form.php:
|
| 388 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 389 |
msgstr ""
|
| 390 |
|
| 391 |
-
#: contact_form.php:
|
| 392 |
#, fuzzy
|
| 393 |
msgid "Display 'Send me a copy' block"
|
| 394 |
msgstr "عرض خيار (أرسل لي نسخة)"
|
| 395 |
|
| 396 |
-
#: contact_form.php:
|
| 397 |
msgid "Required fields"
|
| 398 |
msgstr ""
|
| 399 |
|
| 400 |
-
#: contact_form.php:
|
| 401 |
-
#: contact_form.php:
|
| 402 |
-
#: contact_form.php:
|
| 403 |
msgid "Name"
|
| 404 |
msgstr "الأسم"
|
| 405 |
|
| 406 |
-
#: contact_form.php:
|
| 407 |
#, fuzzy
|
| 408 |
msgid "Email Address"
|
| 409 |
msgstr "البريد الالكتروني:"
|
| 410 |
|
| 411 |
-
#: contact_form.php:
|
| 412 |
-
#: contact_form.php:
|
| 413 |
-
#: contact_form.php:
|
| 414 |
msgid "Subject"
|
| 415 |
msgstr "موضوع الرسالة"
|
| 416 |
|
| 417 |
-
#: contact_form.php:
|
| 418 |
-
#: contact_form.php:
|
| 419 |
-
#: contact_form.php:
|
| 420 |
msgid "Message"
|
| 421 |
msgstr "الرسالة"
|
| 422 |
|
| 423 |
-
#: contact_form.php:
|
| 424 |
msgid "Display the asterisk near required fields"
|
| 425 |
msgstr ""
|
| 426 |
|
| 427 |
-
#: contact_form.php:
|
| 428 |
#, fuzzy
|
| 429 |
msgid "Display additional info in the email"
|
| 430 |
msgstr "عرض معلومات اضافية في البريد الالكتروني"
|
| 431 |
|
| 432 |
-
#: contact_form.php:
|
| 433 |
-
#: contact_form.php:
|
| 434 |
msgid "Sent from (ip address)"
|
| 435 |
msgstr "ارسلت من (عنوان IP)"
|
| 436 |
|
| 437 |
-
#: contact_form.php:
|
| 438 |
#, fuzzy
|
| 439 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 440 |
msgstr "ارسلت من (عنوان IP)"
|
| 441 |
|
| 442 |
-
#: contact_form.php:
|
| 443 |
-
#: contact_form.php:
|
| 444 |
msgid "Date/Time"
|
| 445 |
msgstr "الوقت/التاريخ"
|
| 446 |
|
| 447 |
-
#: contact_form.php:
|
| 448 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 449 |
msgstr ""
|
| 450 |
|
| 451 |
-
#: contact_form.php:
|
| 452 |
-
#: contact_form.php:
|
| 453 |
msgid "Sent from (referer)"
|
| 454 |
msgstr "Sent from (referer)"
|
| 455 |
|
| 456 |
-
#: contact_form.php:
|
| 457 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 458 |
msgstr ""
|
| 459 |
|
| 460 |
-
#: contact_form.php:
|
| 461 |
-
#: contact_form.php:
|
| 462 |
msgid "Using (user agent)"
|
| 463 |
msgstr "باستخدام (وكيل المستخدم)"
|
| 464 |
|
| 465 |
-
#: contact_form.php:
|
| 466 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 467 |
msgstr ""
|
| 468 |
|
| 469 |
-
#: contact_form.php:
|
| 470 |
msgid "Language settings for the field names in the form"
|
| 471 |
msgstr ""
|
| 472 |
|
| 473 |
-
#: contact_form.php:
|
| 474 |
msgid "Add a language"
|
| 475 |
msgstr ""
|
| 476 |
|
| 477 |
-
#: contact_form.php:
|
| 478 |
#, fuzzy
|
| 479 |
msgid "Change the names of the contact form fields and error messages"
|
| 480 |
msgstr "تغيير تسمية حقول نموذج الاتصال"
|
| 481 |
|
| 482 |
-
#: contact_form.php:
|
| 483 |
-
#: contact_form.php:
|
| 484 |
msgid "English"
|
| 485 |
msgstr ""
|
| 486 |
|
| 487 |
-
#: contact_form.php:728
|
| 488 |
-
#: contact_form.php:757
|
| 489 |
-
msgid "Error message for the Name field"
|
| 490 |
-
msgstr ""
|
| 491 |
-
|
| 492 |
-
#: contact_form.php:729
|
| 493 |
-
#: contact_form.php:758
|
| 494 |
-
msgid "Error message for the Address field"
|
| 495 |
-
msgstr ""
|
| 496 |
-
|
| 497 |
-
#: contact_form.php:730
|
| 498 |
-
#: contact_form.php:759
|
| 499 |
-
msgid "Error message for the Email field"
|
| 500 |
-
msgstr ""
|
| 501 |
-
|
| 502 |
#: contact_form.php:731
|
| 503 |
#: contact_form.php:760
|
| 504 |
-
msgid "Error message for the
|
| 505 |
msgstr ""
|
| 506 |
|
| 507 |
#: contact_form.php:732
|
| 508 |
#: contact_form.php:761
|
| 509 |
-
msgid "Error message for the
|
| 510 |
msgstr ""
|
| 511 |
|
| 512 |
#: contact_form.php:733
|
| 513 |
#: contact_form.php:762
|
| 514 |
-
msgid "Error message for the
|
| 515 |
msgstr ""
|
| 516 |
|
| 517 |
#: contact_form.php:734
|
| 518 |
#: contact_form.php:763
|
| 519 |
-
msgid "Error message
|
| 520 |
msgstr ""
|
| 521 |
|
| 522 |
#: contact_form.php:735
|
| 523 |
#: contact_form.php:764
|
| 524 |
-
msgid "Error message
|
| 525 |
msgstr ""
|
| 526 |
|
| 527 |
#: contact_form.php:736
|
| 528 |
#: contact_form.php:765
|
| 529 |
-
msgid "Error message
|
| 530 |
msgstr ""
|
| 531 |
|
| 532 |
#: contact_form.php:737
|
| 533 |
#: contact_form.php:766
|
| 534 |
-
msgid "Error message
|
| 535 |
msgstr ""
|
| 536 |
|
| 537 |
#: contact_form.php:738
|
| 538 |
#: contact_form.php:767
|
| 539 |
-
msgid "Error message for the
|
| 540 |
msgstr ""
|
| 541 |
|
| 542 |
#: contact_form.php:739
|
| 543 |
#: contact_form.php:768
|
| 544 |
-
msgid "Error message for the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 545 |
msgstr ""
|
| 546 |
|
| 547 |
#: contact_form.php:741
|
| 548 |
#: contact_form.php:770
|
| 549 |
-
|
| 550 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 551 |
msgid "Use shortcode"
|
| 552 |
msgstr ""
|
| 553 |
|
| 554 |
-
#: contact_form.php:
|
| 555 |
-
#: contact_form.php:
|
| 556 |
-
#: contact_form.php:
|
| 557 |
-
#: contact_form.php:
|
| 558 |
msgid "for this language"
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
-
#: contact_form.php:
|
| 562 |
msgid "Action after email is sent"
|
| 563 |
msgstr ""
|
| 564 |
|
| 565 |
-
#: contact_form.php:
|
| 566 |
#, fuzzy
|
| 567 |
msgid "Display text"
|
| 568 |
msgstr "عرض حقل المرفقات"
|
| 569 |
|
| 570 |
-
#: contact_form.php:
|
| 571 |
-
#: contact_form.php:
|
| 572 |
msgid "Text"
|
| 573 |
msgstr ""
|
| 574 |
|
| 575 |
-
#: contact_form.php:
|
| 576 |
msgid "Redirect to the page"
|
| 577 |
msgstr ""
|
| 578 |
|
| 579 |
-
#: contact_form.php:
|
| 580 |
msgid "Url"
|
| 581 |
msgstr ""
|
| 582 |
|
| 583 |
-
#: contact_form.php:
|
| 584 |
-
#: contact_form.php:
|
| 585 |
msgid "Save Changes"
|
| 586 |
msgstr "حفظ التغييرات"
|
| 587 |
|
| 588 |
-
#: contact_form.php:
|
| 589 |
#, fuzzy
|
| 590 |
msgid "Contact Form Pro | Extra Settings"
|
| 591 |
msgstr "خيارات نموذج اتصل بنا"
|
| 592 |
|
| 593 |
-
#: contact_form.php:
|
| 594 |
msgid "Errors output"
|
| 595 |
msgstr ""
|
| 596 |
|
| 597 |
-
#: contact_form.php:
|
| 598 |
msgid "Display error messages"
|
| 599 |
msgstr ""
|
| 600 |
|
| 601 |
-
#: contact_form.php:
|
| 602 |
msgid "Color of the input field errors."
|
| 603 |
msgstr ""
|
| 604 |
|
| 605 |
-
#: contact_form.php:
|
| 606 |
msgid "Display error messages & color of the input field errors"
|
| 607 |
msgstr ""
|
| 608 |
|
| 609 |
-
#: contact_form.php:
|
| 610 |
msgid "Add placeholder to the input blocks"
|
| 611 |
msgstr ""
|
| 612 |
|
| 613 |
-
#: contact_form.php:
|
| 614 |
#, fuzzy
|
| 615 |
msgid "Add tooltips"
|
| 616 |
msgstr "خيارات إضافية"
|
| 617 |
|
| 618 |
-
#: contact_form.php:
|
| 619 |
#, fuzzy
|
| 620 |
msgid "Email address"
|
| 621 |
msgstr "البريد الالكتروني:"
|
| 622 |
|
| 623 |
-
#: contact_form.php:
|
| 624 |
msgid "Phone Number"
|
| 625 |
msgstr ""
|
| 626 |
|
| 627 |
-
#: contact_form.php:
|
| 628 |
#, fuzzy
|
| 629 |
msgid "Attachment"
|
| 630 |
msgstr "المرفقات:"
|
| 631 |
|
| 632 |
-
#: contact_form.php:
|
| 633 |
msgid "(powered by bestwebsoft.com)"
|
| 634 |
msgstr ""
|
| 635 |
|
| 636 |
-
#: contact_form.php:
|
| 637 |
#, fuzzy
|
| 638 |
msgid "Style options"
|
| 639 |
msgstr "خيارات إضافية"
|
| 640 |
|
| 641 |
-
#: contact_form.php:
|
| 642 |
msgid "Text color"
|
| 643 |
msgstr ""
|
| 644 |
|
| 645 |
-
#: contact_form.php:
|
| 646 |
-
#: contact_form.php:
|
| 647 |
-
#: contact_form.php:
|
| 648 |
-
#: contact_form.php:
|
| 649 |
-
#: contact_form.php:
|
| 650 |
-
#: contact_form.php:
|
| 651 |
-
#: contact_form.php:
|
| 652 |
-
#: contact_form.php:
|
| 653 |
-
#: contact_form.php:
|
| 654 |
-
#: contact_form.php:
|
| 655 |
-
#: contact_form.php:
|
| 656 |
-
#: contact_form.php:
|
| 657 |
msgid "Default"
|
| 658 |
msgstr ""
|
| 659 |
|
| 660 |
-
#: contact_form.php:
|
| 661 |
msgid "Label text color"
|
| 662 |
msgstr ""
|
| 663 |
|
| 664 |
-
#: contact_form.php:
|
| 665 |
msgid "Placeholder color"
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
-
#: contact_form.php:
|
| 669 |
msgid "Errors color"
|
| 670 |
msgstr ""
|
| 671 |
|
| 672 |
-
#: contact_form.php:
|
| 673 |
msgid "Error text color"
|
| 674 |
msgstr ""
|
| 675 |
|
| 676 |
-
#: contact_form.php:
|
| 677 |
msgid "Background color of the input field errors"
|
| 678 |
msgstr ""
|
| 679 |
|
| 680 |
-
#: contact_form.php:
|
| 681 |
msgid "Border color of the input field errors"
|
| 682 |
msgstr ""
|
| 683 |
|
| 684 |
-
#: contact_form.php:
|
| 685 |
msgid "Placeholder color of the input field errors"
|
| 686 |
msgstr ""
|
| 687 |
|
| 688 |
-
#: contact_form.php:
|
| 689 |
#, fuzzy
|
| 690 |
msgid "Input fields"
|
| 691 |
msgstr "عرض حقل المرفقات"
|
| 692 |
|
| 693 |
-
#: contact_form.php:
|
| 694 |
msgid "Input fields background color"
|
| 695 |
msgstr ""
|
| 696 |
|
| 697 |
-
#: contact_form.php:
|
| 698 |
msgid "Text fields color"
|
| 699 |
msgstr ""
|
| 700 |
|
| 701 |
-
#: contact_form.php:
|
| 702 |
msgid "Border width in px, numbers only"
|
| 703 |
msgstr ""
|
| 704 |
|
| 705 |
-
#: contact_form.php:
|
| 706 |
-
#: contact_form.php:
|
| 707 |
msgid "Border color"
|
| 708 |
msgstr ""
|
| 709 |
|
| 710 |
-
#: contact_form.php:
|
| 711 |
#, fuzzy
|
| 712 |
msgid "Submit button"
|
| 713 |
msgstr "تقدم"
|
| 714 |
|
| 715 |
-
#: contact_form.php:
|
| 716 |
msgid "Width in px, numbers only"
|
| 717 |
msgstr ""
|
| 718 |
|
| 719 |
-
#: contact_form.php:
|
| 720 |
msgid "Button color"
|
| 721 |
msgstr ""
|
| 722 |
|
| 723 |
-
#: contact_form.php:
|
| 724 |
msgid "Button text color"
|
| 725 |
msgstr ""
|
| 726 |
|
| 727 |
-
#: contact_form.php:
|
| 728 |
#, fuzzy
|
| 729 |
msgid "Contact Form Pro | Preview"
|
| 730 |
msgstr "نموذج الاتصال"
|
| 731 |
|
| 732 |
-
#: contact_form.php:
|
| 733 |
msgid "Show with errors"
|
| 734 |
msgstr ""
|
| 735 |
|
| 736 |
-
#: contact_form.php:
|
| 737 |
-
#: contact_form.php:
|
| 738 |
msgid "Please enter your full name..."
|
| 739 |
msgstr ""
|
| 740 |
|
| 741 |
-
#: contact_form.php:
|
| 742 |
-
#: contact_form.php:
|
| 743 |
msgid "Please enter your address..."
|
| 744 |
msgstr ""
|
| 745 |
|
| 746 |
-
#: contact_form.php:
|
| 747 |
-
#: contact_form.php:
|
| 748 |
#, fuzzy
|
| 749 |
msgid "Please enter your email address..."
|
| 750 |
msgstr "استخدام هذا البريد الالكتروني:"
|
| 751 |
|
| 752 |
-
#: contact_form.php:
|
| 753 |
-
#: contact_form.php:
|
| 754 |
msgid "Please enter your phone number..."
|
| 755 |
msgstr ""
|
| 756 |
|
| 757 |
-
#: contact_form.php:
|
| 758 |
-
#: contact_form.php:
|
| 759 |
msgid "Please enter subject..."
|
| 760 |
msgstr ""
|
| 761 |
|
| 762 |
-
#: contact_form.php:
|
| 763 |
-
#: contact_form.php:
|
| 764 |
msgid "Please enter your message..."
|
| 765 |
msgstr ""
|
| 766 |
|
| 767 |
-
#: contact_form.php:
|
| 768 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 769 |
msgstr ""
|
| 770 |
|
| 771 |
-
#: contact_form.php:
|
| 772 |
msgid "Sorry, email message could not be delivered."
|
| 773 |
msgstr "عذراً, لم نستطيع تسليم رسالتك."
|
| 774 |
|
| 775 |
-
#: contact_form.php:
|
| 776 |
msgid "You can attach the following file formats"
|
| 777 |
msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
|
| 778 |
|
| 779 |
-
#: contact_form.php:
|
| 780 |
msgid "Contact from"
|
| 781 |
msgstr "اتصل من"
|
| 782 |
|
| 783 |
-
#: contact_form.php:
|
| 784 |
msgid "Email"
|
| 785 |
msgstr "البريد الألكتروني"
|
| 786 |
|
| 787 |
-
#: contact_form.php:
|
| 788 |
msgid "Site"
|
| 789 |
msgstr "الموقع"
|
| 790 |
|
| 791 |
-
#: contact_form.php:
|
| 792 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 793 |
msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
|
| 794 |
|
| 795 |
-
#: contact_form.php:
|
| 796 |
msgid "FAQ"
|
| 797 |
msgstr "أسئلة وأجوبة"
|
| 798 |
|
| 799 |
-
#: contact_form.php:
|
| 800 |
msgid "Support"
|
| 801 |
msgstr "دعم"
|
| 802 |
|
| 803 |
-
#: contact_form.php:
|
| 804 |
msgid "Are you sure that you want to delete this language data?"
|
| 805 |
msgstr ""
|
| 806 |
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2013-11-08 10:55+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2013-11-08 10:55+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Hammad Alshammari (ABU HATIM) www.abuhatim.net <al3zz.com@gmail.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
+
#: contact_form.php:835
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "نموذج الاتصال"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
+
#: contact_form.php:722
|
| 43 |
+
#: contact_form.php:751
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "الأسم:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
+
#: contact_form.php:723
|
| 49 |
+
#: contact_form.php:752
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "البريد الالكتروني:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
+
#: contact_form.php:724
|
| 56 |
+
#: contact_form.php:753
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "البريد الالكتروني:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
+
#: contact_form.php:725
|
| 62 |
+
#: contact_form.php:754
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
+
#: contact_form.php:726
|
| 68 |
+
#: contact_form.php:755
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "موضوع الرسالة:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
+
#: contact_form.php:727
|
| 74 |
+
#: contact_form.php:756
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "الرسالة:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
+
#: contact_form.php:728
|
| 80 |
+
#: contact_form.php:757
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "المرفقات:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
+
#: contact_form.php:729
|
| 86 |
+
#: contact_form.php:758
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "أرسل لي نسخة"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
+
#: contact_form.php:730
|
| 92 |
+
#: contact_form.php:759
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "تقدم"
|
| 95 |
|
| 185 |
msgstr "الخيارات حُفظت."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
+
#: contact_form.php:829
|
| 189 |
+
#: contact_form.php:1658
|
| 190 |
+
#: contact_form.php:1669
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "إعدادات"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
+
#: contact_form.php:830
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "إعدادات"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
+
#: contact_form.php:1086
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "إذا كنت ترغب في إضافة نموذج الاتصال إلى موقع الويب الخاص بك، قم بنسخ ولصق هذا الرمز القصير:"
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
+
#: contact_form.php:744
|
| 208 |
+
#: contact_form.php:792
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
+
#: contact_form.php:834
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
+
#: contact_form.php:570
|
| 258 |
+
#: contact_form.php:573
|
| 259 |
+
#: contact_form.php:577
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
+
#: contact_form.php:573
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "نموذج الاتصال"
|
| 267 |
|
| 268 |
+
#: contact_form.php:577
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "نموذج الاتصال"
|
| 272 |
|
| 273 |
+
#: contact_form.php:582
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "خيارات إضافية"
|
| 276 |
|
| 277 |
+
#: contact_form.php:584
|
| 278 |
+
msgid "Show"
|
| 279 |
+
msgstr ""
|
| 280 |
+
|
| 281 |
+
#: contact_form.php:585
|
| 282 |
+
msgid "Hide"
|
| 283 |
+
msgstr ""
|
| 284 |
+
|
| 285 |
+
#: contact_form.php:589
|
| 286 |
msgid "What to use?"
|
| 287 |
msgstr "ماذا تستخدم؟"
|
| 288 |
|
| 289 |
+
#: contact_form.php:592
|
| 290 |
msgid "Wp-mail"
|
| 291 |
msgstr "Wp-mail"
|
| 292 |
|
| 293 |
+
#: contact_form.php:592
|
| 294 |
msgid "You can use the wp_mail function for mailing"
|
| 295 |
msgstr "لإرسال البريد يمكنك استخدام وظيفة wp_mail"
|
| 296 |
|
| 297 |
+
#: contact_form.php:594
|
| 298 |
msgid "Mail"
|
| 299 |
msgstr "Mail"
|
| 300 |
|
| 301 |
+
#: contact_form.php:594
|
| 302 |
msgid "To send mail you can use the php mail function"
|
| 303 |
msgstr "لإرسال البريد يمكنك استخدام وظيفة البريد PHP"
|
| 304 |
|
| 305 |
+
#: contact_form.php:598
|
| 306 |
#, fuzzy
|
| 307 |
msgid "The text in the 'From' field"
|
| 308 |
msgstr "تغيير من الحقول من نموذج الاتصال"
|
| 309 |
|
| 310 |
+
#: contact_form.php:600
|
| 311 |
msgid "User name"
|
| 312 |
msgstr ""
|
| 313 |
|
| 314 |
+
#: contact_form.php:601
|
| 315 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 316 |
msgstr ""
|
| 317 |
|
| 318 |
+
#: contact_form.php:604
|
| 319 |
#, fuzzy
|
| 320 |
msgid "This text will be used in the 'FROM' field"
|
| 321 |
msgstr "تغيير من الحقول من نموذج الاتصال"
|
| 322 |
|
| 323 |
+
#: contact_form.php:608
|
| 324 |
msgid "The email address in the 'From' field"
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
+
#: contact_form.php:610
|
| 328 |
msgid "User email"
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
+
#: contact_form.php:611
|
| 332 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 333 |
msgstr ""
|
| 334 |
|
| 335 |
+
#: contact_form.php:614
|
| 336 |
msgid "This email address will be used in the 'From' field."
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
+
#: contact_form.php:618
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Display fields"
|
| 342 |
msgstr "عرض حقل المرفقات"
|
| 343 |
|
| 344 |
+
#: contact_form.php:620
|
| 345 |
+
#: contact_form.php:668
|
| 346 |
+
#: contact_form.php:866
|
| 347 |
+
#: contact_form.php:1526
|
| 348 |
#, fuzzy
|
| 349 |
msgid "Address"
|
| 350 |
msgstr "البريد الالكتروني:"
|
| 351 |
|
| 352 |
+
#: contact_form.php:621
|
| 353 |
+
#: contact_form.php:670
|
| 354 |
+
#: contact_form.php:1534
|
| 355 |
msgid "Phone"
|
| 356 |
msgstr ""
|
| 357 |
|
| 358 |
+
#: contact_form.php:622
|
| 359 |
#, fuzzy
|
| 360 |
msgid "Attachment block"
|
| 361 |
msgstr "عرض حقل المرفقات"
|
| 362 |
|
| 363 |
+
#: contact_form.php:622
|
| 364 |
msgid "Users can attach the following file formats"
|
| 365 |
msgstr "يمكن للمستخدمين إرفاق الملفات من الأنواع التالية"
|
| 366 |
|
|
|
|
| 367 |
#: contact_form.php:629
|
| 368 |
+
#: contact_form.php:632
|
| 369 |
+
#: contact_form.php:636
|
| 370 |
+
#: contact_form.php:895
|
| 371 |
msgid "Captcha"
|
| 372 |
msgstr ""
|
| 373 |
|
|
|
|
| 374 |
#: contact_form.php:629
|
| 375 |
+
#: contact_form.php:632
|
| 376 |
+
#: contact_form.php:636
|
| 377 |
msgid "powered by"
|
| 378 |
msgstr ""
|
| 379 |
|
| 380 |
+
#: contact_form.php:632
|
| 381 |
#, fuzzy
|
| 382 |
msgid "Activate captcha"
|
| 383 |
msgstr "تفعيل الإضافات"
|
| 384 |
|
| 385 |
+
#: contact_form.php:636
|
| 386 |
#, fuzzy
|
| 387 |
msgid "Download captcha"
|
| 388 |
msgstr "تحميل"
|
| 389 |
|
| 390 |
+
#: contact_form.php:641
|
| 391 |
#, fuzzy
|
| 392 |
msgid "Display tips below the Attachment block"
|
| 393 |
msgstr "عرض حقل المرفقات"
|
| 394 |
|
| 395 |
+
#: contact_form.php:650
|
| 396 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 397 |
msgstr ""
|
| 398 |
|
| 399 |
+
#: contact_form.php:656
|
| 400 |
#, fuzzy
|
| 401 |
msgid "Display 'Send me a copy' block"
|
| 402 |
msgstr "عرض خيار (أرسل لي نسخة)"
|
| 403 |
|
| 404 |
+
#: contact_form.php:665
|
| 405 |
msgid "Required fields"
|
| 406 |
msgstr ""
|
| 407 |
|
| 408 |
+
#: contact_form.php:667
|
| 409 |
+
#: contact_form.php:861
|
| 410 |
+
#: contact_form.php:1521
|
| 411 |
msgid "Name"
|
| 412 |
msgstr "الأسم"
|
| 413 |
|
| 414 |
+
#: contact_form.php:669
|
| 415 |
#, fuzzy
|
| 416 |
msgid "Email Address"
|
| 417 |
msgstr "البريد الالكتروني:"
|
| 418 |
|
| 419 |
+
#: contact_form.php:671
|
| 420 |
+
#: contact_form.php:881
|
| 421 |
+
#: contact_form.php:1537
|
| 422 |
msgid "Subject"
|
| 423 |
msgstr "موضوع الرسالة"
|
| 424 |
|
| 425 |
+
#: contact_form.php:672
|
| 426 |
+
#: contact_form.php:885
|
| 427 |
+
#: contact_form.php:1540
|
| 428 |
msgid "Message"
|
| 429 |
msgstr "الرسالة"
|
| 430 |
|
| 431 |
+
#: contact_form.php:676
|
| 432 |
msgid "Display the asterisk near required fields"
|
| 433 |
msgstr ""
|
| 434 |
|
| 435 |
+
#: contact_form.php:682
|
| 436 |
#, fuzzy
|
| 437 |
msgid "Display additional info in the email"
|
| 438 |
msgstr "عرض معلومات اضافية في البريد الالكتروني"
|
| 439 |
|
| 440 |
+
#: contact_form.php:687
|
| 441 |
+
#: contact_form.php:1493
|
| 442 |
msgid "Sent from (ip address)"
|
| 443 |
msgstr "ارسلت من (عنوان IP)"
|
| 444 |
|
| 445 |
+
#: contact_form.php:687
|
| 446 |
#, fuzzy
|
| 447 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 448 |
msgstr "ارسلت من (عنوان IP)"
|
| 449 |
|
| 450 |
+
#: contact_form.php:688
|
| 451 |
+
#: contact_form.php:1498
|
| 452 |
msgid "Date/Time"
|
| 453 |
msgstr "الوقت/التاريخ"
|
| 454 |
|
| 455 |
+
#: contact_form.php:688
|
| 456 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 457 |
msgstr ""
|
| 458 |
|
| 459 |
+
#: contact_form.php:689
|
| 460 |
+
#: contact_form.php:1503
|
| 461 |
msgid "Sent from (referer)"
|
| 462 |
msgstr "Sent from (referer)"
|
| 463 |
|
| 464 |
+
#: contact_form.php:689
|
| 465 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 466 |
msgstr ""
|
| 467 |
|
| 468 |
+
#: contact_form.php:690
|
| 469 |
+
#: contact_form.php:1508
|
| 470 |
msgid "Using (user agent)"
|
| 471 |
msgstr "باستخدام (وكيل المستخدم)"
|
| 472 |
|
| 473 |
+
#: contact_form.php:690
|
| 474 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 475 |
msgstr ""
|
| 476 |
|
| 477 |
+
#: contact_form.php:694
|
| 478 |
msgid "Language settings for the field names in the form"
|
| 479 |
msgstr ""
|
| 480 |
|
| 481 |
+
#: contact_form.php:703
|
| 482 |
msgid "Add a language"
|
| 483 |
msgstr ""
|
| 484 |
|
| 485 |
+
#: contact_form.php:707
|
| 486 |
#, fuzzy
|
| 487 |
msgid "Change the names of the contact form fields and error messages"
|
| 488 |
msgstr "تغيير تسمية حقول نموذج الاتصال"
|
| 489 |
|
| 490 |
+
#: contact_form.php:712
|
| 491 |
+
#: contact_form.php:783
|
| 492 |
msgid "English"
|
| 493 |
msgstr ""
|
| 494 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 495 |
#: contact_form.php:731
|
| 496 |
#: contact_form.php:760
|
| 497 |
+
msgid "Error message for the Name field"
|
| 498 |
msgstr ""
|
| 499 |
|
| 500 |
#: contact_form.php:732
|
| 501 |
#: contact_form.php:761
|
| 502 |
+
msgid "Error message for the Address field"
|
| 503 |
msgstr ""
|
| 504 |
|
| 505 |
#: contact_form.php:733
|
| 506 |
#: contact_form.php:762
|
| 507 |
+
msgid "Error message for the Email field"
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
#: contact_form.php:734
|
| 511 |
#: contact_form.php:763
|
| 512 |
+
msgid "Error message for the Phone field"
|
| 513 |
msgstr ""
|
| 514 |
|
| 515 |
#: contact_form.php:735
|
| 516 |
#: contact_form.php:764
|
| 517 |
+
msgid "Error message for the Subject field"
|
| 518 |
msgstr ""
|
| 519 |
|
| 520 |
#: contact_form.php:736
|
| 521 |
#: contact_form.php:765
|
| 522 |
+
msgid "Error message for the Message field"
|
| 523 |
msgstr ""
|
| 524 |
|
| 525 |
#: contact_form.php:737
|
| 526 |
#: contact_form.php:766
|
| 527 |
+
msgid "Error message about the file type for the Attachment field"
|
| 528 |
msgstr ""
|
| 529 |
|
| 530 |
#: contact_form.php:738
|
| 531 |
#: contact_form.php:767
|
| 532 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 533 |
msgstr ""
|
| 534 |
|
| 535 |
#: contact_form.php:739
|
| 536 |
#: contact_form.php:768
|
| 537 |
+
msgid "Error message while moving the file for the Attachment field"
|
| 538 |
+
msgstr ""
|
| 539 |
+
|
| 540 |
+
#: contact_form.php:740
|
| 541 |
+
#: contact_form.php:769
|
| 542 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 543 |
msgstr ""
|
| 544 |
|
| 545 |
#: contact_form.php:741
|
| 546 |
#: contact_form.php:770
|
| 547 |
+
msgid "Error message for the Captcha field"
|
| 548 |
+
msgstr ""
|
| 549 |
+
|
| 550 |
+
#: contact_form.php:742
|
| 551 |
+
#: contact_form.php:771
|
| 552 |
+
msgid "Error message for the whole form"
|
| 553 |
+
msgstr ""
|
| 554 |
+
|
| 555 |
+
#: contact_form.php:744
|
| 556 |
+
#: contact_form.php:773
|
| 557 |
+
#: contact_form.php:792
|
| 558 |
+
#: contact_form.php:798
|
| 559 |
msgid "Use shortcode"
|
| 560 |
msgstr ""
|
| 561 |
|
| 562 |
+
#: contact_form.php:744
|
| 563 |
+
#: contact_form.php:773
|
| 564 |
+
#: contact_form.php:792
|
| 565 |
+
#: contact_form.php:798
|
| 566 |
msgid "for this language"
|
| 567 |
msgstr ""
|
| 568 |
|
| 569 |
+
#: contact_form.php:780
|
| 570 |
msgid "Action after email is sent"
|
| 571 |
msgstr ""
|
| 572 |
|
| 573 |
+
#: contact_form.php:782
|
| 574 |
#, fuzzy
|
| 575 |
msgid "Display text"
|
| 576 |
msgstr "عرض حقل المرفقات"
|
| 577 |
|
| 578 |
+
#: contact_form.php:791
|
| 579 |
+
#: contact_form.php:797
|
| 580 |
msgid "Text"
|
| 581 |
msgstr ""
|
| 582 |
|
| 583 |
+
#: contact_form.php:804
|
| 584 |
msgid "Redirect to the page"
|
| 585 |
msgstr ""
|
| 586 |
|
| 587 |
+
#: contact_form.php:805
|
| 588 |
msgid "Url"
|
| 589 |
msgstr ""
|
| 590 |
|
| 591 |
+
#: contact_form.php:810
|
| 592 |
+
#: contact_form.php:987
|
| 593 |
msgid "Save Changes"
|
| 594 |
msgstr "حفظ التغييرات"
|
| 595 |
|
| 596 |
+
#: contact_form.php:827
|
| 597 |
#, fuzzy
|
| 598 |
msgid "Contact Form Pro | Extra Settings"
|
| 599 |
msgstr "خيارات نموذج اتصل بنا"
|
| 600 |
|
| 601 |
+
#: contact_form.php:841
|
| 602 |
msgid "Errors output"
|
| 603 |
msgstr ""
|
| 604 |
|
| 605 |
+
#: contact_form.php:844
|
| 606 |
msgid "Display error messages"
|
| 607 |
msgstr ""
|
| 608 |
|
| 609 |
+
#: contact_form.php:845
|
| 610 |
msgid "Color of the input field errors."
|
| 611 |
msgstr ""
|
| 612 |
|
| 613 |
+
#: contact_form.php:846
|
| 614 |
msgid "Display error messages & color of the input field errors"
|
| 615 |
msgstr ""
|
| 616 |
|
| 617 |
+
#: contact_form.php:851
|
| 618 |
msgid "Add placeholder to the input blocks"
|
| 619 |
msgstr ""
|
| 620 |
|
| 621 |
+
#: contact_form.php:857
|
| 622 |
#, fuzzy
|
| 623 |
msgid "Add tooltips"
|
| 624 |
msgstr "خيارات إضافية"
|
| 625 |
|
| 626 |
+
#: contact_form.php:871
|
| 627 |
#, fuzzy
|
| 628 |
msgid "Email address"
|
| 629 |
msgstr "البريد الالكتروني:"
|
| 630 |
|
| 631 |
+
#: contact_form.php:876
|
| 632 |
msgid "Phone Number"
|
| 633 |
msgstr ""
|
| 634 |
|
| 635 |
+
#: contact_form.php:890
|
| 636 |
#, fuzzy
|
| 637 |
msgid "Attachment"
|
| 638 |
msgstr "المرفقات:"
|
| 639 |
|
| 640 |
+
#: contact_form.php:895
|
| 641 |
msgid "(powered by bestwebsoft.com)"
|
| 642 |
msgstr ""
|
| 643 |
|
| 644 |
+
#: contact_form.php:900
|
| 645 |
#, fuzzy
|
| 646 |
msgid "Style options"
|
| 647 |
msgstr "خيارات إضافية"
|
| 648 |
|
| 649 |
+
#: contact_form.php:903
|
| 650 |
msgid "Text color"
|
| 651 |
msgstr ""
|
| 652 |
|
| 653 |
+
#: contact_form.php:906
|
| 654 |
+
#: contact_form.php:911
|
| 655 |
+
#: contact_form.php:921
|
| 656 |
+
#: contact_form.php:926
|
| 657 |
+
#: contact_form.php:931
|
| 658 |
+
#: contact_form.php:936
|
| 659 |
+
#: contact_form.php:946
|
| 660 |
+
#: contact_form.php:951
|
| 661 |
+
#: contact_form.php:957
|
| 662 |
+
#: contact_form.php:968
|
| 663 |
+
#: contact_form.php:973
|
| 664 |
+
#: contact_form.php:978
|
| 665 |
msgid "Default"
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
+
#: contact_form.php:908
|
| 669 |
msgid "Label text color"
|
| 670 |
msgstr ""
|
| 671 |
|
| 672 |
+
#: contact_form.php:913
|
| 673 |
msgid "Placeholder color"
|
| 674 |
msgstr ""
|
| 675 |
|
| 676 |
+
#: contact_form.php:918
|
| 677 |
msgid "Errors color"
|
| 678 |
msgstr ""
|
| 679 |
|
| 680 |
+
#: contact_form.php:923
|
| 681 |
msgid "Error text color"
|
| 682 |
msgstr ""
|
| 683 |
|
| 684 |
+
#: contact_form.php:928
|
| 685 |
msgid "Background color of the input field errors"
|
| 686 |
msgstr ""
|
| 687 |
|
| 688 |
+
#: contact_form.php:933
|
| 689 |
msgid "Border color of the input field errors"
|
| 690 |
msgstr ""
|
| 691 |
|
| 692 |
+
#: contact_form.php:938
|
| 693 |
msgid "Placeholder color of the input field errors"
|
| 694 |
msgstr ""
|
| 695 |
|
| 696 |
+
#: contact_form.php:943
|
| 697 |
#, fuzzy
|
| 698 |
msgid "Input fields"
|
| 699 |
msgstr "عرض حقل المرفقات"
|
| 700 |
|
| 701 |
+
#: contact_form.php:948
|
| 702 |
msgid "Input fields background color"
|
| 703 |
msgstr ""
|
| 704 |
|
| 705 |
+
#: contact_form.php:953
|
| 706 |
msgid "Text fields color"
|
| 707 |
msgstr ""
|
| 708 |
|
| 709 |
+
#: contact_form.php:955
|
| 710 |
msgid "Border width in px, numbers only"
|
| 711 |
msgstr ""
|
| 712 |
|
| 713 |
+
#: contact_form.php:959
|
| 714 |
+
#: contact_form.php:980
|
| 715 |
msgid "Border color"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
+
#: contact_form.php:964
|
| 719 |
#, fuzzy
|
| 720 |
msgid "Submit button"
|
| 721 |
msgstr "تقدم"
|
| 722 |
|
| 723 |
+
#: contact_form.php:966
|
| 724 |
msgid "Width in px, numbers only"
|
| 725 |
msgstr ""
|
| 726 |
|
| 727 |
+
#: contact_form.php:970
|
| 728 |
msgid "Button color"
|
| 729 |
msgstr ""
|
| 730 |
|
| 731 |
+
#: contact_form.php:975
|
| 732 |
msgid "Button text color"
|
| 733 |
msgstr ""
|
| 734 |
|
| 735 |
+
#: contact_form.php:991
|
| 736 |
#, fuzzy
|
| 737 |
msgid "Contact Form Pro | Preview"
|
| 738 |
msgstr "نموذج الاتصال"
|
| 739 |
|
| 740 |
+
#: contact_form.php:994
|
| 741 |
msgid "Show with errors"
|
| 742 |
msgstr ""
|
| 743 |
|
| 744 |
+
#: contact_form.php:1002
|
| 745 |
+
#: contact_form.php:1004
|
| 746 |
msgid "Please enter your full name..."
|
| 747 |
msgstr ""
|
| 748 |
|
| 749 |
+
#: contact_form.php:1015
|
| 750 |
+
#: contact_form.php:1017
|
| 751 |
msgid "Please enter your address..."
|
| 752 |
msgstr ""
|
| 753 |
|
| 754 |
+
#: contact_form.php:1026
|
| 755 |
+
#: contact_form.php:1028
|
| 756 |
#, fuzzy
|
| 757 |
msgid "Please enter your email address..."
|
| 758 |
msgstr "استخدام هذا البريد الالكتروني:"
|
| 759 |
|
| 760 |
+
#: contact_form.php:1037
|
| 761 |
+
#: contact_form.php:1039
|
| 762 |
msgid "Please enter your phone number..."
|
| 763 |
msgstr ""
|
| 764 |
|
| 765 |
+
#: contact_form.php:1048
|
| 766 |
+
#: contact_form.php:1050
|
| 767 |
msgid "Please enter subject..."
|
| 768 |
msgstr ""
|
| 769 |
|
| 770 |
+
#: contact_form.php:1058
|
| 771 |
+
#: contact_form.php:1060
|
| 772 |
msgid "Please enter your message..."
|
| 773 |
msgstr ""
|
| 774 |
|
| 775 |
+
#: contact_form.php:1071
|
| 776 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 777 |
msgstr ""
|
| 778 |
|
| 779 |
+
#: contact_form.php:1138
|
| 780 |
msgid "Sorry, email message could not be delivered."
|
| 781 |
msgstr "عذراً, لم نستطيع تسليم رسالتك."
|
| 782 |
|
| 783 |
+
#: contact_form.php:1222
|
| 784 |
msgid "You can attach the following file formats"
|
| 785 |
msgstr "يمكنك إرفاق الملفات من الأنواع التالية"
|
| 786 |
|
| 787 |
+
#: contact_form.php:1516
|
| 788 |
msgid "Contact from"
|
| 789 |
msgstr "اتصل من"
|
| 790 |
|
| 791 |
+
#: contact_form.php:1529
|
| 792 |
msgid "Email"
|
| 793 |
msgstr "البريد الألكتروني"
|
| 794 |
|
| 795 |
+
#: contact_form.php:1543
|
| 796 |
msgid "Site"
|
| 797 |
msgstr "الموقع"
|
| 798 |
|
| 799 |
+
#: contact_form.php:1606
|
| 800 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 801 |
msgstr "إذا يمكنك أن ترى هذه MIME من العميل الخاص بك لا يقبل أنواع MIME!"
|
| 802 |
|
| 803 |
+
#: contact_form.php:1670
|
| 804 |
msgid "FAQ"
|
| 805 |
msgstr "أسئلة وأجوبة"
|
| 806 |
|
| 807 |
+
#: contact_form.php:1671
|
| 808 |
msgid "Support"
|
| 809 |
msgstr "دعم"
|
| 810 |
|
| 811 |
+
#: contact_form.php:1728
|
| 812 |
msgid "Are you sure that you want to delete this language data?"
|
| 813 |
msgstr ""
|
| 814 |
|
languages/contact_form-be_BY.mo
CHANGED
|
Binary file
|
languages/contact_form-be_BY.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2013-11-
|
| 6 |
-
"PO-Revision-Date: 2013-11-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -33,63 +33,63 @@ msgstr "Наладкі кантактнай формы"
|
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
-
#: contact_form.php:
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Кантактная форма"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
-
#: contact_form.php:
|
| 43 |
-
#: contact_form.php:
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Імя:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
-
#: contact_form.php:
|
| 49 |
-
#: contact_form.php:
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "E-mail адрас:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
-
#: contact_form.php:
|
| 56 |
-
#: contact_form.php:
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "E-mail адрас:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
-
#: contact_form.php:
|
| 62 |
-
#: contact_form.php:
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr "Тэлефон:"
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
-
#: contact_form.php:
|
| 68 |
-
#: contact_form.php:
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Тэма:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
-
#: contact_form.php:
|
| 74 |
-
#: contact_form.php:
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Паведамленьне:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
-
#: contact_form.php:
|
| 80 |
-
#: contact_form.php:
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Прычапіць файл:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
-
#: contact_form.php:
|
| 86 |
-
#: contact_form.php:
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Адправіць мне копію"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
-
#: contact_form.php:
|
| 92 |
-
#: contact_form.php:
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Адправіць"
|
| 95 |
|
|
@@ -184,27 +184,27 @@ msgid "Settings saved."
|
|
| 184 |
msgstr "Наладкі захаваны."
|
| 185 |
|
| 186 |
#: contact_form.php:516
|
| 187 |
-
#: contact_form.php:
|
| 188 |
-
#: contact_form.php:
|
| 189 |
-
#: contact_form.php:
|
| 190 |
msgid "Settings"
|
| 191 |
msgstr "Наладкі"
|
| 192 |
|
| 193 |
#: contact_form.php:517
|
| 194 |
-
#: contact_form.php:
|
| 195 |
#, fuzzy
|
| 196 |
msgid "Extra settings"
|
| 197 |
msgstr "Наладкі"
|
| 198 |
|
| 199 |
#: contact_form.php:522
|
| 200 |
-
#: contact_form.php:
|
| 201 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 202 |
msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
|
| 203 |
|
| 204 |
#: contact_form.php:522
|
| 205 |
#: contact_form.php:523
|
| 206 |
-
#: contact_form.php:
|
| 207 |
-
#: contact_form.php:
|
| 208 |
msgid "or"
|
| 209 |
msgstr ""
|
| 210 |
|
|
@@ -245,7 +245,7 @@ msgid "Add department selectbox to the contact form:"
|
|
| 245 |
msgstr ""
|
| 246 |
|
| 247 |
#: contact_form.php:552
|
| 248 |
-
#: contact_form.php:
|
| 249 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 250 |
msgstr ""
|
| 251 |
|
|
@@ -253,563 +253,571 @@ msgstr ""
|
|
| 253 |
msgid "Save emails to the database"
|
| 254 |
msgstr ""
|
| 255 |
|
| 256 |
-
#: contact_form.php:
|
| 257 |
-
#: contact_form.php:
|
| 258 |
-
#: contact_form.php:
|
| 259 |
msgid "Using Contact Form to DB powered by"
|
| 260 |
msgstr ""
|
| 261 |
|
| 262 |
-
#: contact_form.php:
|
| 263 |
#, fuzzy
|
| 264 |
msgid "Activate Contact Form to DB"
|
| 265 |
msgstr "Кантактная форма"
|
| 266 |
|
| 267 |
-
#: contact_form.php:
|
| 268 |
#, fuzzy
|
| 269 |
msgid "Download Contact Form to DB"
|
| 270 |
msgstr "Кантактная форма"
|
| 271 |
|
| 272 |
-
#: contact_form.php:
|
| 273 |
msgid "Additional options"
|
| 274 |
msgstr "Дадатковыя наладкі"
|
| 275 |
|
| 276 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 277 |
msgid "What to use?"
|
| 278 |
msgstr "Што выкарыстоўваць?"
|
| 279 |
|
| 280 |
-
#: contact_form.php:
|
| 281 |
msgid "Wp-mail"
|
| 282 |
msgstr "Wp-mail"
|
| 283 |
|
| 284 |
-
#: contact_form.php:
|
| 285 |
msgid "You can use the wp_mail function for mailing"
|
| 286 |
msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
|
| 287 |
|
| 288 |
-
#: contact_form.php:
|
| 289 |
msgid "Mail"
|
| 290 |
msgstr "Mail"
|
| 291 |
|
| 292 |
-
#: contact_form.php:
|
| 293 |
msgid "To send mail you can use the php mail function"
|
| 294 |
msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
|
| 295 |
|
| 296 |
-
#: contact_form.php:
|
| 297 |
#, fuzzy
|
| 298 |
msgid "The text in the 'From' field"
|
| 299 |
msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
|
| 300 |
|
| 301 |
-
#: contact_form.php:
|
| 302 |
msgid "User name"
|
| 303 |
msgstr ""
|
| 304 |
|
| 305 |
-
#: contact_form.php:
|
| 306 |
#, fuzzy
|
| 307 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 308 |
msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
|
| 309 |
|
| 310 |
-
#: contact_form.php:
|
| 311 |
#, fuzzy
|
| 312 |
msgid "This text will be used in the 'FROM' field"
|
| 313 |
msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
|
| 314 |
|
| 315 |
-
#: contact_form.php:
|
| 316 |
#, fuzzy
|
| 317 |
msgid "The email address in the 'From' field"
|
| 318 |
msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
|
| 319 |
|
| 320 |
-
#: contact_form.php:
|
| 321 |
msgid "User email"
|
| 322 |
msgstr ""
|
| 323 |
|
| 324 |
-
#: contact_form.php:
|
| 325 |
#, fuzzy
|
| 326 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 327 |
msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
|
| 328 |
|
| 329 |
-
#: contact_form.php:
|
| 330 |
msgid "This email address will be used in the 'From' field."
|
| 331 |
msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
|
| 332 |
|
| 333 |
-
#: contact_form.php:
|
| 334 |
#, fuzzy
|
| 335 |
msgid "Display fields"
|
| 336 |
msgstr "Адлюстраваць тэкст"
|
| 337 |
|
| 338 |
-
#: contact_form.php:
|
| 339 |
-
#: contact_form.php:
|
| 340 |
-
#: contact_form.php:
|
| 341 |
-
#: contact_form.php:
|
| 342 |
#, fuzzy
|
| 343 |
msgid "Address"
|
| 344 |
msgstr "E-mail адрас:"
|
| 345 |
|
| 346 |
-
#: contact_form.php:
|
| 347 |
-
#: contact_form.php:
|
| 348 |
-
#: contact_form.php:
|
| 349 |
msgid "Phone"
|
| 350 |
msgstr "Тэлефон"
|
| 351 |
|
| 352 |
-
#: contact_form.php:
|
| 353 |
#, fuzzy
|
| 354 |
msgid "Attachment block"
|
| 355 |
msgstr "Паказваць блок Прычапіць Файл"
|
| 356 |
|
| 357 |
-
#: contact_form.php:
|
| 358 |
msgid "Users can attach the following file formats"
|
| 359 |
msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
|
| 360 |
|
| 361 |
-
#: contact_form.php:626
|
| 362 |
#: contact_form.php:629
|
| 363 |
-
#: contact_form.php:
|
| 364 |
-
#: contact_form.php:
|
|
|
|
| 365 |
msgid "Captcha"
|
| 366 |
msgstr ""
|
| 367 |
|
| 368 |
-
#: contact_form.php:626
|
| 369 |
#: contact_form.php:629
|
| 370 |
-
#: contact_form.php:
|
|
|
|
| 371 |
msgid "powered by"
|
| 372 |
msgstr ""
|
| 373 |
|
| 374 |
-
#: contact_form.php:
|
| 375 |
#, fuzzy
|
| 376 |
msgid "Activate captcha"
|
| 377 |
msgstr "Актываваныя пашырэньні"
|
| 378 |
|
| 379 |
-
#: contact_form.php:
|
| 380 |
#, fuzzy
|
| 381 |
msgid "Download captcha"
|
| 382 |
msgstr "Спампаваць"
|
| 383 |
|
| 384 |
-
#: contact_form.php:
|
| 385 |
#, fuzzy
|
| 386 |
msgid "Display tips below the Attachment block"
|
| 387 |
msgstr "Паказваць блок Прычапіць Файл"
|
| 388 |
|
| 389 |
-
#: contact_form.php:
|
| 390 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 391 |
msgstr ""
|
| 392 |
|
| 393 |
-
#: contact_form.php:
|
| 394 |
#, fuzzy
|
| 395 |
msgid "Display 'Send me a copy' block"
|
| 396 |
msgstr "Паказаць блок Адправіць мне копію"
|
| 397 |
|
| 398 |
-
#: contact_form.php:
|
| 399 |
msgid "Required fields"
|
| 400 |
msgstr "Абавязковыя палі"
|
| 401 |
|
| 402 |
-
#: contact_form.php:
|
| 403 |
-
#: contact_form.php:
|
| 404 |
-
#: contact_form.php:
|
| 405 |
msgid "Name"
|
| 406 |
msgstr "Імя"
|
| 407 |
|
| 408 |
-
#: contact_form.php:
|
| 409 |
#, fuzzy
|
| 410 |
msgid "Email Address"
|
| 411 |
msgstr "E-mail адрас:"
|
| 412 |
|
| 413 |
-
#: contact_form.php:
|
| 414 |
-
#: contact_form.php:
|
| 415 |
-
#: contact_form.php:
|
| 416 |
msgid "Subject"
|
| 417 |
msgstr "Тэма"
|
| 418 |
|
| 419 |
-
#: contact_form.php:
|
| 420 |
-
#: contact_form.php:
|
| 421 |
-
#: contact_form.php:
|
| 422 |
msgid "Message"
|
| 423 |
msgstr "Паведамленьне"
|
| 424 |
|
| 425 |
-
#: contact_form.php:
|
| 426 |
#, fuzzy
|
| 427 |
msgid "Display the asterisk near required fields"
|
| 428 |
msgstr "Тэлефон - абавязковы радок."
|
| 429 |
|
| 430 |
-
#: contact_form.php:
|
| 431 |
#, fuzzy
|
| 432 |
msgid "Display additional info in the email"
|
| 433 |
msgstr "Паказ дадатковай інфармацыі ў лісьце"
|
| 434 |
|
| 435 |
-
#: contact_form.php:
|
| 436 |
-
#: contact_form.php:
|
| 437 |
msgid "Sent from (ip address)"
|
| 438 |
msgstr "Адпраўлена ад (IP адрас)"
|
| 439 |
|
| 440 |
-
#: contact_form.php:
|
| 441 |
#, fuzzy
|
| 442 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 443 |
msgstr "Адпраўлена ад (IP адрас)"
|
| 444 |
|
| 445 |
-
#: contact_form.php:
|
| 446 |
-
#: contact_form.php:
|
| 447 |
msgid "Date/Time"
|
| 448 |
msgstr "Дата/Час"
|
| 449 |
|
| 450 |
-
#: contact_form.php:
|
| 451 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 452 |
msgstr ""
|
| 453 |
|
| 454 |
-
#: contact_form.php:
|
| 455 |
-
#: contact_form.php:
|
| 456 |
msgid "Sent from (referer)"
|
| 457 |
msgstr "Прыйшло з "
|
| 458 |
|
| 459 |
-
#: contact_form.php:
|
| 460 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 461 |
msgstr ""
|
| 462 |
|
| 463 |
-
#: contact_form.php:
|
| 464 |
-
#: contact_form.php:
|
| 465 |
msgid "Using (user agent)"
|
| 466 |
msgstr "Выкарыстоўваць (user agent)"
|
| 467 |
|
| 468 |
-
#: contact_form.php:
|
| 469 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 470 |
msgstr ""
|
| 471 |
|
| 472 |
-
#: contact_form.php:
|
| 473 |
msgid "Language settings for the field names in the form"
|
| 474 |
msgstr "Моўныя наладкі для палёў у форме"
|
| 475 |
|
| 476 |
-
#: contact_form.php:
|
| 477 |
#, fuzzy
|
| 478 |
msgid "Add a language"
|
| 479 |
msgstr "Дадаць мову"
|
| 480 |
|
| 481 |
-
#: contact_form.php:
|
| 482 |
msgid "Change the names of the contact form fields and error messages"
|
| 483 |
msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
|
| 484 |
|
| 485 |
-
#: contact_form.php:
|
| 486 |
-
#: contact_form.php:
|
| 487 |
msgid "English"
|
| 488 |
msgstr "Ангельская"
|
| 489 |
|
| 490 |
-
#: contact_form.php:
|
| 491 |
-
#: contact_form.php:
|
| 492 |
msgid "Error message for the Name field"
|
| 493 |
msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
|
| 494 |
|
| 495 |
-
#: contact_form.php:
|
| 496 |
-
#: contact_form.php:
|
| 497 |
#, fuzzy
|
| 498 |
msgid "Error message for the Address field"
|
| 499 |
msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
|
| 500 |
|
| 501 |
-
#: contact_form.php:
|
| 502 |
-
#: contact_form.php:
|
| 503 |
msgid "Error message for the Email field"
|
| 504 |
msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
|
| 505 |
|
| 506 |
-
#: contact_form.php:
|
| 507 |
-
#: contact_form.php:
|
| 508 |
msgid "Error message for the Phone field"
|
| 509 |
msgstr "Паведамленьне аб памылкі для поля Тэлефон"
|
| 510 |
|
| 511 |
-
#: contact_form.php:
|
| 512 |
-
#: contact_form.php:
|
| 513 |
msgid "Error message for the Subject field"
|
| 514 |
msgstr "Паведамленьне аб памылкі для поля Тэма"
|
| 515 |
|
| 516 |
-
#: contact_form.php:
|
| 517 |
-
#: contact_form.php:
|
| 518 |
msgid "Error message for the Message field"
|
| 519 |
msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
|
| 520 |
|
| 521 |
-
#: contact_form.php:
|
| 522 |
-
#: contact_form.php:
|
| 523 |
#, fuzzy
|
| 524 |
msgid "Error message about the file type for the Attachment field"
|
| 525 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
| 526 |
|
| 527 |
-
#: contact_form.php:
|
| 528 |
-
#: contact_form.php:
|
| 529 |
#, fuzzy
|
| 530 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 531 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
| 532 |
|
| 533 |
-
#: contact_form.php:
|
| 534 |
-
#: contact_form.php:
|
| 535 |
#, fuzzy
|
| 536 |
msgid "Error message while moving the file for the Attachment field"
|
| 537 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
| 538 |
|
| 539 |
-
#: contact_form.php:
|
| 540 |
-
#: contact_form.php:
|
| 541 |
#, fuzzy
|
| 542 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 543 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
| 544 |
|
| 545 |
-
#: contact_form.php:
|
| 546 |
-
#: contact_form.php:
|
| 547 |
msgid "Error message for the Captcha field"
|
| 548 |
msgstr "Паведамленьне аб памылкі для поля Captcha"
|
| 549 |
|
| 550 |
-
#: contact_form.php:
|
| 551 |
-
#: contact_form.php:
|
| 552 |
msgid "Error message for the whole form"
|
| 553 |
msgstr "Паведамленьне аб памылцы для усёй формы"
|
| 554 |
|
| 555 |
-
#: contact_form.php:
|
| 556 |
-
#: contact_form.php:
|
| 557 |
-
#: contact_form.php:
|
| 558 |
-
#: contact_form.php:
|
| 559 |
msgid "Use shortcode"
|
| 560 |
msgstr "Выкарыстоўваць shortcode"
|
| 561 |
|
| 562 |
-
#: contact_form.php:
|
| 563 |
-
#: contact_form.php:
|
| 564 |
-
#: contact_form.php:
|
| 565 |
-
#: contact_form.php:
|
| 566 |
msgid "for this language"
|
| 567 |
msgstr "для дадзенай мовы"
|
| 568 |
|
| 569 |
-
#: contact_form.php:
|
| 570 |
msgid "Action after email is sent"
|
| 571 |
msgstr "Дзеяньні пасьля адпраўкі ліста"
|
| 572 |
|
| 573 |
-
#: contact_form.php:
|
| 574 |
msgid "Display text"
|
| 575 |
msgstr "Адлюстраваць тэкст"
|
| 576 |
|
| 577 |
-
#: contact_form.php:
|
| 578 |
-
#: contact_form.php:
|
| 579 |
msgid "Text"
|
| 580 |
msgstr "Тэкст"
|
| 581 |
|
| 582 |
-
#: contact_form.php:
|
| 583 |
msgid "Redirect to the page"
|
| 584 |
msgstr "Перакінуць на старонку"
|
| 585 |
|
| 586 |
-
#: contact_form.php:
|
| 587 |
msgid "Url"
|
| 588 |
msgstr "www-адрас"
|
| 589 |
|
| 590 |
-
#: contact_form.php:
|
| 591 |
-
#: contact_form.php:
|
| 592 |
msgid "Save Changes"
|
| 593 |
msgstr "Захаваць зьмены"
|
| 594 |
|
| 595 |
-
#: contact_form.php:
|
| 596 |
#, fuzzy
|
| 597 |
msgid "Contact Form Pro | Extra Settings"
|
| 598 |
msgstr "Наладкі кантактнай формы"
|
| 599 |
|
| 600 |
-
#: contact_form.php:
|
| 601 |
msgid "Errors output"
|
| 602 |
msgstr ""
|
| 603 |
|
| 604 |
-
#: contact_form.php:
|
| 605 |
msgid "Display error messages"
|
| 606 |
msgstr ""
|
| 607 |
|
| 608 |
-
#: contact_form.php:
|
| 609 |
msgid "Color of the input field errors."
|
| 610 |
msgstr ""
|
| 611 |
|
| 612 |
-
#: contact_form.php:
|
| 613 |
#, fuzzy
|
| 614 |
msgid "Display error messages & color of the input field errors"
|
| 615 |
msgstr "Паведамленьне аб памылкі для поля Тэма"
|
| 616 |
|
| 617 |
-
#: contact_form.php:
|
| 618 |
msgid "Add placeholder to the input blocks"
|
| 619 |
msgstr ""
|
| 620 |
|
| 621 |
-
#: contact_form.php:
|
| 622 |
#, fuzzy
|
| 623 |
msgid "Add tooltips"
|
| 624 |
msgstr "Дадатковыя наладкі"
|
| 625 |
|
| 626 |
-
#: contact_form.php:
|
| 627 |
#, fuzzy
|
| 628 |
msgid "Email address"
|
| 629 |
msgstr "E-mail адрас:"
|
| 630 |
|
| 631 |
-
#: contact_form.php:
|
| 632 |
#, fuzzy
|
| 633 |
msgid "Phone Number"
|
| 634 |
msgstr "Тэлефон:"
|
| 635 |
|
| 636 |
-
#: contact_form.php:
|
| 637 |
#, fuzzy
|
| 638 |
msgid "Attachment"
|
| 639 |
msgstr "Прычапіць файл:"
|
| 640 |
|
| 641 |
-
#: contact_form.php:
|
| 642 |
msgid "(powered by bestwebsoft.com)"
|
| 643 |
msgstr ""
|
| 644 |
|
| 645 |
-
#: contact_form.php:
|
| 646 |
#, fuzzy
|
| 647 |
msgid "Style options"
|
| 648 |
msgstr "Дадатковыя наладкі"
|
| 649 |
|
| 650 |
-
#: contact_form.php:
|
| 651 |
msgid "Text color"
|
| 652 |
msgstr ""
|
| 653 |
|
| 654 |
-
#: contact_form.php:
|
| 655 |
-
#: contact_form.php:
|
| 656 |
-
#: contact_form.php:
|
| 657 |
-
#: contact_form.php:
|
| 658 |
-
#: contact_form.php:
|
| 659 |
-
#: contact_form.php:
|
| 660 |
-
#: contact_form.php:
|
| 661 |
-
#: contact_form.php:
|
| 662 |
-
#: contact_form.php:
|
| 663 |
-
#: contact_form.php:
|
| 664 |
-
#: contact_form.php:
|
| 665 |
-
#: contact_form.php:
|
| 666 |
msgid "Default"
|
| 667 |
msgstr ""
|
| 668 |
|
| 669 |
-
#: contact_form.php:
|
| 670 |
msgid "Label text color"
|
| 671 |
msgstr ""
|
| 672 |
|
| 673 |
-
#: contact_form.php:
|
| 674 |
msgid "Placeholder color"
|
| 675 |
msgstr ""
|
| 676 |
|
| 677 |
-
#: contact_form.php:
|
| 678 |
msgid "Errors color"
|
| 679 |
msgstr ""
|
| 680 |
|
| 681 |
-
#: contact_form.php:
|
| 682 |
msgid "Error text color"
|
| 683 |
msgstr ""
|
| 684 |
|
| 685 |
-
#: contact_form.php:
|
| 686 |
msgid "Background color of the input field errors"
|
| 687 |
msgstr ""
|
| 688 |
|
| 689 |
-
#: contact_form.php:
|
| 690 |
msgid "Border color of the input field errors"
|
| 691 |
msgstr ""
|
| 692 |
|
| 693 |
-
#: contact_form.php:
|
| 694 |
msgid "Placeholder color of the input field errors"
|
| 695 |
msgstr ""
|
| 696 |
|
| 697 |
-
#: contact_form.php:
|
| 698 |
#, fuzzy
|
| 699 |
msgid "Input fields"
|
| 700 |
msgstr "Адлюстраваць тэкст"
|
| 701 |
|
| 702 |
-
#: contact_form.php:
|
| 703 |
msgid "Input fields background color"
|
| 704 |
msgstr ""
|
| 705 |
|
| 706 |
-
#: contact_form.php:
|
| 707 |
msgid "Text fields color"
|
| 708 |
msgstr ""
|
| 709 |
|
| 710 |
-
#: contact_form.php:
|
| 711 |
msgid "Border width in px, numbers only"
|
| 712 |
msgstr ""
|
| 713 |
|
| 714 |
-
#: contact_form.php:
|
| 715 |
-
#: contact_form.php:
|
| 716 |
msgid "Border color"
|
| 717 |
msgstr ""
|
| 718 |
|
| 719 |
-
#: contact_form.php:
|
| 720 |
#, fuzzy
|
| 721 |
msgid "Submit button"
|
| 722 |
msgstr "Адправіць"
|
| 723 |
|
| 724 |
-
#: contact_form.php:
|
| 725 |
msgid "Width in px, numbers only"
|
| 726 |
msgstr ""
|
| 727 |
|
| 728 |
-
#: contact_form.php:
|
| 729 |
msgid "Button color"
|
| 730 |
msgstr ""
|
| 731 |
|
| 732 |
-
#: contact_form.php:
|
| 733 |
msgid "Button text color"
|
| 734 |
msgstr ""
|
| 735 |
|
| 736 |
-
#: contact_form.php:
|
| 737 |
#, fuzzy
|
| 738 |
msgid "Contact Form Pro | Preview"
|
| 739 |
msgstr "Кантактная форма"
|
| 740 |
|
| 741 |
-
#: contact_form.php:
|
| 742 |
msgid "Show with errors"
|
| 743 |
msgstr ""
|
| 744 |
|
| 745 |
-
#: contact_form.php:
|
| 746 |
-
#: contact_form.php:
|
| 747 |
msgid "Please enter your full name..."
|
| 748 |
msgstr ""
|
| 749 |
|
| 750 |
-
#: contact_form.php:
|
| 751 |
-
#: contact_form.php:
|
| 752 |
msgid "Please enter your address..."
|
| 753 |
msgstr ""
|
| 754 |
|
| 755 |
-
#: contact_form.php:
|
| 756 |
-
#: contact_form.php:
|
| 757 |
#, fuzzy
|
| 758 |
msgid "Please enter your email address..."
|
| 759 |
msgstr "Выкарыстоўваць гэты email-адрас:"
|
| 760 |
|
| 761 |
-
#: contact_form.php:
|
| 762 |
-
#: contact_form.php:
|
| 763 |
msgid "Please enter your phone number..."
|
| 764 |
msgstr ""
|
| 765 |
|
| 766 |
-
#: contact_form.php:
|
| 767 |
-
#: contact_form.php:
|
| 768 |
msgid "Please enter subject..."
|
| 769 |
msgstr ""
|
| 770 |
|
| 771 |
-
#: contact_form.php:
|
| 772 |
-
#: contact_form.php:
|
| 773 |
msgid "Please enter your message..."
|
| 774 |
msgstr ""
|
| 775 |
|
| 776 |
-
#: contact_form.php:
|
| 777 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 778 |
msgstr ""
|
| 779 |
|
| 780 |
-
#: contact_form.php:
|
| 781 |
msgid "Sorry, email message could not be delivered."
|
| 782 |
msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
|
| 783 |
|
| 784 |
-
#: contact_form.php:
|
| 785 |
msgid "You can attach the following file formats"
|
| 786 |
msgstr "Карыстальнікі могуць прычапіць файлы наступных тыпаў"
|
| 787 |
|
| 788 |
-
#: contact_form.php:
|
| 789 |
msgid "Contact from"
|
| 790 |
msgstr "Кантактная форма"
|
| 791 |
|
| 792 |
-
#: contact_form.php:
|
| 793 |
msgid "Email"
|
| 794 |
msgstr "Электронная пошта"
|
| 795 |
|
| 796 |
-
#: contact_form.php:
|
| 797 |
msgid "Site"
|
| 798 |
msgstr "Сайт"
|
| 799 |
|
| 800 |
-
#: contact_form.php:
|
| 801 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 802 |
msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
|
| 803 |
|
| 804 |
-
#: contact_form.php:
|
| 805 |
msgid "FAQ"
|
| 806 |
msgstr "Пытаньні й адказы"
|
| 807 |
|
| 808 |
-
#: contact_form.php:
|
| 809 |
msgid "Support"
|
| 810 |
msgstr "Падтрымка"
|
| 811 |
|
| 812 |
-
#: contact_form.php:
|
| 813 |
msgid "Are you sure that you want to delete this language data?"
|
| 814 |
msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
|
| 815 |
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2013-11-08 10:55+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2013-11-08 10:55+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Sakałoŭ Alaksiej <nullbsd@gmail.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
+
#: contact_form.php:835
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Кантактная форма"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
+
#: contact_form.php:722
|
| 43 |
+
#: contact_form.php:751
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Імя:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
+
#: contact_form.php:723
|
| 49 |
+
#: contact_form.php:752
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "E-mail адрас:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
+
#: contact_form.php:724
|
| 56 |
+
#: contact_form.php:753
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "E-mail адрас:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
+
#: contact_form.php:725
|
| 62 |
+
#: contact_form.php:754
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr "Тэлефон:"
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
+
#: contact_form.php:726
|
| 68 |
+
#: contact_form.php:755
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Тэма:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
+
#: contact_form.php:727
|
| 74 |
+
#: contact_form.php:756
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Паведамленьне:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
+
#: contact_form.php:728
|
| 80 |
+
#: contact_form.php:757
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Прычапіць файл:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
+
#: contact_form.php:729
|
| 86 |
+
#: contact_form.php:758
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Адправіць мне копію"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
+
#: contact_form.php:730
|
| 92 |
+
#: contact_form.php:759
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Адправіць"
|
| 95 |
|
| 184 |
msgstr "Наладкі захаваны."
|
| 185 |
|
| 186 |
#: contact_form.php:516
|
| 187 |
+
#: contact_form.php:829
|
| 188 |
+
#: contact_form.php:1658
|
| 189 |
+
#: contact_form.php:1669
|
| 190 |
msgid "Settings"
|
| 191 |
msgstr "Наладкі"
|
| 192 |
|
| 193 |
#: contact_form.php:517
|
| 194 |
+
#: contact_form.php:830
|
| 195 |
#, fuzzy
|
| 196 |
msgid "Extra settings"
|
| 197 |
msgstr "Наладкі"
|
| 198 |
|
| 199 |
#: contact_form.php:522
|
| 200 |
+
#: contact_form.php:1086
|
| 201 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 202 |
msgstr "Калі вы жадаеце дадаць Кантактную Форму на свой сайт, тады вам неабходна толькі скапіяваць ды ўставіць Shortcode у канктэнт старонкі, ці запісу, ці аздабленьня:"
|
| 203 |
|
| 204 |
#: contact_form.php:522
|
| 205 |
#: contact_form.php:523
|
| 206 |
+
#: contact_form.php:744
|
| 207 |
+
#: contact_form.php:792
|
| 208 |
msgid "or"
|
| 209 |
msgstr ""
|
| 210 |
|
| 245 |
msgstr ""
|
| 246 |
|
| 247 |
#: contact_form.php:552
|
| 248 |
+
#: contact_form.php:834
|
| 249 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 250 |
msgstr ""
|
| 251 |
|
| 253 |
msgid "Save emails to the database"
|
| 254 |
msgstr ""
|
| 255 |
|
| 256 |
+
#: contact_form.php:570
|
| 257 |
+
#: contact_form.php:573
|
| 258 |
+
#: contact_form.php:577
|
| 259 |
msgid "Using Contact Form to DB powered by"
|
| 260 |
msgstr ""
|
| 261 |
|
| 262 |
+
#: contact_form.php:573
|
| 263 |
#, fuzzy
|
| 264 |
msgid "Activate Contact Form to DB"
|
| 265 |
msgstr "Кантактная форма"
|
| 266 |
|
| 267 |
+
#: contact_form.php:577
|
| 268 |
#, fuzzy
|
| 269 |
msgid "Download Contact Form to DB"
|
| 270 |
msgstr "Кантактная форма"
|
| 271 |
|
| 272 |
+
#: contact_form.php:582
|
| 273 |
msgid "Additional options"
|
| 274 |
msgstr "Дадатковыя наладкі"
|
| 275 |
|
| 276 |
+
#: contact_form.php:584
|
| 277 |
+
msgid "Show"
|
| 278 |
+
msgstr ""
|
| 279 |
+
|
| 280 |
+
#: contact_form.php:585
|
| 281 |
+
msgid "Hide"
|
| 282 |
+
msgstr ""
|
| 283 |
+
|
| 284 |
+
#: contact_form.php:589
|
| 285 |
msgid "What to use?"
|
| 286 |
msgstr "Што выкарыстоўваць?"
|
| 287 |
|
| 288 |
+
#: contact_form.php:592
|
| 289 |
msgid "Wp-mail"
|
| 290 |
msgstr "Wp-mail"
|
| 291 |
|
| 292 |
+
#: contact_form.php:592
|
| 293 |
msgid "You can use the wp_mail function for mailing"
|
| 294 |
msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
|
| 295 |
|
| 296 |
+
#: contact_form.php:594
|
| 297 |
msgid "Mail"
|
| 298 |
msgstr "Mail"
|
| 299 |
|
| 300 |
+
#: contact_form.php:594
|
| 301 |
msgid "To send mail you can use the php mail function"
|
| 302 |
msgstr "Для адпраўкі пошты вы можаце выкарыстоўваць функцыю php mail"
|
| 303 |
|
| 304 |
+
#: contact_form.php:598
|
| 305 |
#, fuzzy
|
| 306 |
msgid "The text in the 'From' field"
|
| 307 |
msgstr "Зьмяніць тэкст для радка 'FROM' у лісьце"
|
| 308 |
|
| 309 |
+
#: contact_form.php:600
|
| 310 |
msgid "User name"
|
| 311 |
msgstr ""
|
| 312 |
|
| 313 |
+
#: contact_form.php:601
|
| 314 |
#, fuzzy
|
| 315 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 316 |
msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
|
| 317 |
|
| 318 |
+
#: contact_form.php:604
|
| 319 |
#, fuzzy
|
| 320 |
msgid "This text will be used in the 'FROM' field"
|
| 321 |
msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
|
| 322 |
|
| 323 |
+
#: contact_form.php:608
|
| 324 |
#, fuzzy
|
| 325 |
msgid "The email address in the 'From' field"
|
| 326 |
msgstr "Калі ласка, увядзіце адрас электроннай пошты ў поле 'From'"
|
| 327 |
|
| 328 |
+
#: contact_form.php:610
|
| 329 |
msgid "User email"
|
| 330 |
msgstr ""
|
| 331 |
|
| 332 |
+
#: contact_form.php:611
|
| 333 |
#, fuzzy
|
| 334 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 335 |
msgstr "Адрас электроннай пошты карыстальніка, які запаўняе форму будзе выкарыстоўвацца ў поле 'From'."
|
| 336 |
|
| 337 |
+
#: contact_form.php:614
|
| 338 |
msgid "This email address will be used in the 'From' field."
|
| 339 |
msgstr "Гэты адрас будзе выкарыстоўвацца ў поле 'From'"
|
| 340 |
|
| 341 |
+
#: contact_form.php:618
|
| 342 |
#, fuzzy
|
| 343 |
msgid "Display fields"
|
| 344 |
msgstr "Адлюстраваць тэкст"
|
| 345 |
|
| 346 |
+
#: contact_form.php:620
|
| 347 |
+
#: contact_form.php:668
|
| 348 |
+
#: contact_form.php:866
|
| 349 |
+
#: contact_form.php:1526
|
| 350 |
#, fuzzy
|
| 351 |
msgid "Address"
|
| 352 |
msgstr "E-mail адрас:"
|
| 353 |
|
| 354 |
+
#: contact_form.php:621
|
| 355 |
+
#: contact_form.php:670
|
| 356 |
+
#: contact_form.php:1534
|
| 357 |
msgid "Phone"
|
| 358 |
msgstr "Тэлефон"
|
| 359 |
|
| 360 |
+
#: contact_form.php:622
|
| 361 |
#, fuzzy
|
| 362 |
msgid "Attachment block"
|
| 363 |
msgstr "Паказваць блок Прычапіць Файл"
|
| 364 |
|
| 365 |
+
#: contact_form.php:622
|
| 366 |
msgid "Users can attach the following file formats"
|
| 367 |
msgstr "Карыстальнікі могуць прычапляць файлы наступных тыпаў"
|
| 368 |
|
|
|
|
| 369 |
#: contact_form.php:629
|
| 370 |
+
#: contact_form.php:632
|
| 371 |
+
#: contact_form.php:636
|
| 372 |
+
#: contact_form.php:895
|
| 373 |
msgid "Captcha"
|
| 374 |
msgstr ""
|
| 375 |
|
|
|
|
| 376 |
#: contact_form.php:629
|
| 377 |
+
#: contact_form.php:632
|
| 378 |
+
#: contact_form.php:636
|
| 379 |
msgid "powered by"
|
| 380 |
msgstr ""
|
| 381 |
|
| 382 |
+
#: contact_form.php:632
|
| 383 |
#, fuzzy
|
| 384 |
msgid "Activate captcha"
|
| 385 |
msgstr "Актываваныя пашырэньні"
|
| 386 |
|
| 387 |
+
#: contact_form.php:636
|
| 388 |
#, fuzzy
|
| 389 |
msgid "Download captcha"
|
| 390 |
msgstr "Спампаваць"
|
| 391 |
|
| 392 |
+
#: contact_form.php:641
|
| 393 |
#, fuzzy
|
| 394 |
msgid "Display tips below the Attachment block"
|
| 395 |
msgstr "Паказваць блок Прычапіць Файл"
|
| 396 |
|
| 397 |
+
#: contact_form.php:650
|
| 398 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 399 |
msgstr ""
|
| 400 |
|
| 401 |
+
#: contact_form.php:656
|
| 402 |
#, fuzzy
|
| 403 |
msgid "Display 'Send me a copy' block"
|
| 404 |
msgstr "Паказаць блок Адправіць мне копію"
|
| 405 |
|
| 406 |
+
#: contact_form.php:665
|
| 407 |
msgid "Required fields"
|
| 408 |
msgstr "Абавязковыя палі"
|
| 409 |
|
| 410 |
+
#: contact_form.php:667
|
| 411 |
+
#: contact_form.php:861
|
| 412 |
+
#: contact_form.php:1521
|
| 413 |
msgid "Name"
|
| 414 |
msgstr "Імя"
|
| 415 |
|
| 416 |
+
#: contact_form.php:669
|
| 417 |
#, fuzzy
|
| 418 |
msgid "Email Address"
|
| 419 |
msgstr "E-mail адрас:"
|
| 420 |
|
| 421 |
+
#: contact_form.php:671
|
| 422 |
+
#: contact_form.php:881
|
| 423 |
+
#: contact_form.php:1537
|
| 424 |
msgid "Subject"
|
| 425 |
msgstr "Тэма"
|
| 426 |
|
| 427 |
+
#: contact_form.php:672
|
| 428 |
+
#: contact_form.php:885
|
| 429 |
+
#: contact_form.php:1540
|
| 430 |
msgid "Message"
|
| 431 |
msgstr "Паведамленьне"
|
| 432 |
|
| 433 |
+
#: contact_form.php:676
|
| 434 |
#, fuzzy
|
| 435 |
msgid "Display the asterisk near required fields"
|
| 436 |
msgstr "Тэлефон - абавязковы радок."
|
| 437 |
|
| 438 |
+
#: contact_form.php:682
|
| 439 |
#, fuzzy
|
| 440 |
msgid "Display additional info in the email"
|
| 441 |
msgstr "Паказ дадатковай інфармацыі ў лісьце"
|
| 442 |
|
| 443 |
+
#: contact_form.php:687
|
| 444 |
+
#: contact_form.php:1493
|
| 445 |
msgid "Sent from (ip address)"
|
| 446 |
msgstr "Адпраўлена ад (IP адрас)"
|
| 447 |
|
| 448 |
+
#: contact_form.php:687
|
| 449 |
#, fuzzy
|
| 450 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 451 |
msgstr "Адпраўлена ад (IP адрас)"
|
| 452 |
|
| 453 |
+
#: contact_form.php:688
|
| 454 |
+
#: contact_form.php:1498
|
| 455 |
msgid "Date/Time"
|
| 456 |
msgstr "Дата/Час"
|
| 457 |
|
| 458 |
+
#: contact_form.php:688
|
| 459 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 460 |
msgstr ""
|
| 461 |
|
| 462 |
+
#: contact_form.php:689
|
| 463 |
+
#: contact_form.php:1503
|
| 464 |
msgid "Sent from (referer)"
|
| 465 |
msgstr "Прыйшло з "
|
| 466 |
|
| 467 |
+
#: contact_form.php:689
|
| 468 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 469 |
msgstr ""
|
| 470 |
|
| 471 |
+
#: contact_form.php:690
|
| 472 |
+
#: contact_form.php:1508
|
| 473 |
msgid "Using (user agent)"
|
| 474 |
msgstr "Выкарыстоўваць (user agent)"
|
| 475 |
|
| 476 |
+
#: contact_form.php:690
|
| 477 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 478 |
msgstr ""
|
| 479 |
|
| 480 |
+
#: contact_form.php:694
|
| 481 |
msgid "Language settings for the field names in the form"
|
| 482 |
msgstr "Моўныя наладкі для палёў у форме"
|
| 483 |
|
| 484 |
+
#: contact_form.php:703
|
| 485 |
#, fuzzy
|
| 486 |
msgid "Add a language"
|
| 487 |
msgstr "Дадаць мову"
|
| 488 |
|
| 489 |
+
#: contact_form.php:707
|
| 490 |
msgid "Change the names of the contact form fields and error messages"
|
| 491 |
msgstr "Зьмяніць назвы палёў кантактнай формы й паведамленьняў аб памылках"
|
| 492 |
|
| 493 |
+
#: contact_form.php:712
|
| 494 |
+
#: contact_form.php:783
|
| 495 |
msgid "English"
|
| 496 |
msgstr "Ангельская"
|
| 497 |
|
| 498 |
+
#: contact_form.php:731
|
| 499 |
+
#: contact_form.php:760
|
| 500 |
msgid "Error message for the Name field"
|
| 501 |
msgstr "Паведамленьне аб памылкі для поля Імя Карыстальніка"
|
| 502 |
|
| 503 |
+
#: contact_form.php:732
|
| 504 |
+
#: contact_form.php:761
|
| 505 |
#, fuzzy
|
| 506 |
msgid "Error message for the Address field"
|
| 507 |
msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
|
| 508 |
|
| 509 |
+
#: contact_form.php:733
|
| 510 |
+
#: contact_form.php:762
|
| 511 |
msgid "Error message for the Email field"
|
| 512 |
msgstr "Паведамленьне аб памылкі для поля Электронная Пошта"
|
| 513 |
|
| 514 |
+
#: contact_form.php:734
|
| 515 |
+
#: contact_form.php:763
|
| 516 |
msgid "Error message for the Phone field"
|
| 517 |
msgstr "Паведамленьне аб памылкі для поля Тэлефон"
|
| 518 |
|
| 519 |
+
#: contact_form.php:735
|
| 520 |
+
#: contact_form.php:764
|
| 521 |
msgid "Error message for the Subject field"
|
| 522 |
msgstr "Паведамленьне аб памылкі для поля Тэма"
|
| 523 |
|
| 524 |
+
#: contact_form.php:736
|
| 525 |
+
#: contact_form.php:765
|
| 526 |
msgid "Error message for the Message field"
|
| 527 |
msgstr "Паведамленьне аб памылкі для поля Паведамленьне"
|
| 528 |
|
| 529 |
+
#: contact_form.php:737
|
| 530 |
+
#: contact_form.php:766
|
| 531 |
#, fuzzy
|
| 532 |
msgid "Error message about the file type for the Attachment field"
|
| 533 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
| 534 |
|
| 535 |
+
#: contact_form.php:738
|
| 536 |
+
#: contact_form.php:767
|
| 537 |
#, fuzzy
|
| 538 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 539 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
| 540 |
|
| 541 |
+
#: contact_form.php:739
|
| 542 |
+
#: contact_form.php:768
|
| 543 |
#, fuzzy
|
| 544 |
msgid "Error message while moving the file for the Attachment field"
|
| 545 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
| 546 |
|
| 547 |
+
#: contact_form.php:740
|
| 548 |
+
#: contact_form.php:769
|
| 549 |
#, fuzzy
|
| 550 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 551 |
msgstr "Паведамленьне аб памылкі для поля Прычапіць Файл"
|
| 552 |
|
| 553 |
+
#: contact_form.php:741
|
| 554 |
+
#: contact_form.php:770
|
| 555 |
msgid "Error message for the Captcha field"
|
| 556 |
msgstr "Паведамленьне аб памылкі для поля Captcha"
|
| 557 |
|
| 558 |
+
#: contact_form.php:742
|
| 559 |
+
#: contact_form.php:771
|
| 560 |
msgid "Error message for the whole form"
|
| 561 |
msgstr "Паведамленьне аб памылцы для усёй формы"
|
| 562 |
|
| 563 |
+
#: contact_form.php:744
|
| 564 |
+
#: contact_form.php:773
|
| 565 |
+
#: contact_form.php:792
|
| 566 |
+
#: contact_form.php:798
|
| 567 |
msgid "Use shortcode"
|
| 568 |
msgstr "Выкарыстоўваць shortcode"
|
| 569 |
|
| 570 |
+
#: contact_form.php:744
|
| 571 |
+
#: contact_form.php:773
|
| 572 |
+
#: contact_form.php:792
|
| 573 |
+
#: contact_form.php:798
|
| 574 |
msgid "for this language"
|
| 575 |
msgstr "для дадзенай мовы"
|
| 576 |
|
| 577 |
+
#: contact_form.php:780
|
| 578 |
msgid "Action after email is sent"
|
| 579 |
msgstr "Дзеяньні пасьля адпраўкі ліста"
|
| 580 |
|
| 581 |
+
#: contact_form.php:782
|
| 582 |
msgid "Display text"
|
| 583 |
msgstr "Адлюстраваць тэкст"
|
| 584 |
|
| 585 |
+
#: contact_form.php:791
|
| 586 |
+
#: contact_form.php:797
|
| 587 |
msgid "Text"
|
| 588 |
msgstr "Тэкст"
|
| 589 |
|
| 590 |
+
#: contact_form.php:804
|
| 591 |
msgid "Redirect to the page"
|
| 592 |
msgstr "Перакінуць на старонку"
|
| 593 |
|
| 594 |
+
#: contact_form.php:805
|
| 595 |
msgid "Url"
|
| 596 |
msgstr "www-адрас"
|
| 597 |
|
| 598 |
+
#: contact_form.php:810
|
| 599 |
+
#: contact_form.php:987
|
| 600 |
msgid "Save Changes"
|
| 601 |
msgstr "Захаваць зьмены"
|
| 602 |
|
| 603 |
+
#: contact_form.php:827
|
| 604 |
#, fuzzy
|
| 605 |
msgid "Contact Form Pro | Extra Settings"
|
| 606 |
msgstr "Наладкі кантактнай формы"
|
| 607 |
|
| 608 |
+
#: contact_form.php:841
|
| 609 |
msgid "Errors output"
|
| 610 |
msgstr ""
|
| 611 |
|
| 612 |
+
#: contact_form.php:844
|
| 613 |
msgid "Display error messages"
|
| 614 |
msgstr ""
|
| 615 |
|
| 616 |
+
#: contact_form.php:845
|
| 617 |
msgid "Color of the input field errors."
|
| 618 |
msgstr ""
|
| 619 |
|
| 620 |
+
#: contact_form.php:846
|
| 621 |
#, fuzzy
|
| 622 |
msgid "Display error messages & color of the input field errors"
|
| 623 |
msgstr "Паведамленьне аб памылкі для поля Тэма"
|
| 624 |
|
| 625 |
+
#: contact_form.php:851
|
| 626 |
msgid "Add placeholder to the input blocks"
|
| 627 |
msgstr ""
|
| 628 |
|
| 629 |
+
#: contact_form.php:857
|
| 630 |
#, fuzzy
|
| 631 |
msgid "Add tooltips"
|
| 632 |
msgstr "Дадатковыя наладкі"
|
| 633 |
|
| 634 |
+
#: contact_form.php:871
|
| 635 |
#, fuzzy
|
| 636 |
msgid "Email address"
|
| 637 |
msgstr "E-mail адрас:"
|
| 638 |
|
| 639 |
+
#: contact_form.php:876
|
| 640 |
#, fuzzy
|
| 641 |
msgid "Phone Number"
|
| 642 |
msgstr "Тэлефон:"
|
| 643 |
|
| 644 |
+
#: contact_form.php:890
|
| 645 |
#, fuzzy
|
| 646 |
msgid "Attachment"
|
| 647 |
msgstr "Прычапіць файл:"
|
| 648 |
|
| 649 |
+
#: contact_form.php:895
|
| 650 |
msgid "(powered by bestwebsoft.com)"
|
| 651 |
msgstr ""
|
| 652 |
|
| 653 |
+
#: contact_form.php:900
|
| 654 |
#, fuzzy
|
| 655 |
msgid "Style options"
|
| 656 |
msgstr "Дадатковыя наладкі"
|
| 657 |
|
| 658 |
+
#: contact_form.php:903
|
| 659 |
msgid "Text color"
|
| 660 |
msgstr ""
|
| 661 |
|
| 662 |
+
#: contact_form.php:906
|
| 663 |
+
#: contact_form.php:911
|
| 664 |
+
#: contact_form.php:921
|
| 665 |
+
#: contact_form.php:926
|
| 666 |
+
#: contact_form.php:931
|
| 667 |
+
#: contact_form.php:936
|
| 668 |
+
#: contact_form.php:946
|
| 669 |
+
#: contact_form.php:951
|
| 670 |
+
#: contact_form.php:957
|
| 671 |
+
#: contact_form.php:968
|
| 672 |
+
#: contact_form.php:973
|
| 673 |
+
#: contact_form.php:978
|
| 674 |
msgid "Default"
|
| 675 |
msgstr ""
|
| 676 |
|
| 677 |
+
#: contact_form.php:908
|
| 678 |
msgid "Label text color"
|
| 679 |
msgstr ""
|
| 680 |
|
| 681 |
+
#: contact_form.php:913
|
| 682 |
msgid "Placeholder color"
|
| 683 |
msgstr ""
|
| 684 |
|
| 685 |
+
#: contact_form.php:918
|
| 686 |
msgid "Errors color"
|
| 687 |
msgstr ""
|
| 688 |
|
| 689 |
+
#: contact_form.php:923
|
| 690 |
msgid "Error text color"
|
| 691 |
msgstr ""
|
| 692 |
|
| 693 |
+
#: contact_form.php:928
|
| 694 |
msgid "Background color of the input field errors"
|
| 695 |
msgstr ""
|
| 696 |
|
| 697 |
+
#: contact_form.php:933
|
| 698 |
msgid "Border color of the input field errors"
|
| 699 |
msgstr ""
|
| 700 |
|
| 701 |
+
#: contact_form.php:938
|
| 702 |
msgid "Placeholder color of the input field errors"
|
| 703 |
msgstr ""
|
| 704 |
|
| 705 |
+
#: contact_form.php:943
|
| 706 |
#, fuzzy
|
| 707 |
msgid "Input fields"
|
| 708 |
msgstr "Адлюстраваць тэкст"
|
| 709 |
|
| 710 |
+
#: contact_form.php:948
|
| 711 |
msgid "Input fields background color"
|
| 712 |
msgstr ""
|
| 713 |
|
| 714 |
+
#: contact_form.php:953
|
| 715 |
msgid "Text fields color"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
+
#: contact_form.php:955
|
| 719 |
msgid "Border width in px, numbers only"
|
| 720 |
msgstr ""
|
| 721 |
|
| 722 |
+
#: contact_form.php:959
|
| 723 |
+
#: contact_form.php:980
|
| 724 |
msgid "Border color"
|
| 725 |
msgstr ""
|
| 726 |
|
| 727 |
+
#: contact_form.php:964
|
| 728 |
#, fuzzy
|
| 729 |
msgid "Submit button"
|
| 730 |
msgstr "Адправіць"
|
| 731 |
|
| 732 |
+
#: contact_form.php:966
|
| 733 |
msgid "Width in px, numbers only"
|
| 734 |
msgstr ""
|
| 735 |
|
| 736 |
+
#: contact_form.php:970
|
| 737 |
msgid "Button color"
|
| 738 |
msgstr ""
|
| 739 |
|
| 740 |
+
#: contact_form.php:975
|
| 741 |
msgid "Button text color"
|
| 742 |
msgstr ""
|
| 743 |
|
| 744 |
+
#: contact_form.php:991
|
| 745 |
#, fuzzy
|
| 746 |
msgid "Contact Form Pro | Preview"
|
| 747 |
msgstr "Кантактная форма"
|
| 748 |
|
| 749 |
+
#: contact_form.php:994
|
| 750 |
msgid "Show with errors"
|
| 751 |
msgstr ""
|
| 752 |
|
| 753 |
+
#: contact_form.php:1002
|
| 754 |
+
#: contact_form.php:1004
|
| 755 |
msgid "Please enter your full name..."
|
| 756 |
msgstr ""
|
| 757 |
|
| 758 |
+
#: contact_form.php:1015
|
| 759 |
+
#: contact_form.php:1017
|
| 760 |
msgid "Please enter your address..."
|
| 761 |
msgstr ""
|
| 762 |
|
| 763 |
+
#: contact_form.php:1026
|
| 764 |
+
#: contact_form.php:1028
|
| 765 |
#, fuzzy
|
| 766 |
msgid "Please enter your email address..."
|
| 767 |
msgstr "Выкарыстоўваць гэты email-адрас:"
|
| 768 |
|
| 769 |
+
#: contact_form.php:1037
|
| 770 |
+
#: contact_form.php:1039
|
| 771 |
msgid "Please enter your phone number..."
|
| 772 |
msgstr ""
|
| 773 |
|
| 774 |
+
#: contact_form.php:1048
|
| 775 |
+
#: contact_form.php:1050
|
| 776 |
msgid "Please enter subject..."
|
| 777 |
msgstr ""
|
| 778 |
|
| 779 |
+
#: contact_form.php:1058
|
| 780 |
+
#: contact_form.php:1060
|
| 781 |
msgid "Please enter your message..."
|
| 782 |
msgstr ""
|
| 783 |
|
| 784 |
+
#: contact_form.php:1071
|
| 785 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 786 |
msgstr ""
|
| 787 |
|
| 788 |
+
#: contact_form.php:1138
|
| 789 |
msgid "Sorry, email message could not be delivered."
|
| 790 |
msgstr "Прабачце, вашая электронная пошта не можа быць адпраўленай."
|
| 791 |
|
| 792 |
+
#: contact_form.php:1222
|
| 793 |
msgid "You can attach the following file formats"
|
| 794 |
msgstr "Карыстальнікі могуць прычапіць файлы наступных тыпаў"
|
| 795 |
|
| 796 |
+
#: contact_form.php:1516
|
| 797 |
msgid "Contact from"
|
| 798 |
msgstr "Кантактная форма"
|
| 799 |
|
| 800 |
+
#: contact_form.php:1529
|
| 801 |
msgid "Email"
|
| 802 |
msgstr "Электронная пошта"
|
| 803 |
|
| 804 |
+
#: contact_form.php:1543
|
| 805 |
msgid "Site"
|
| 806 |
msgstr "Сайт"
|
| 807 |
|
| 808 |
+
#: contact_form.php:1606
|
| 809 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 810 |
msgstr "Калі вы бачыце гэты MIME, значыць гэты тып не падтрымліваецца вашым паштовым кліентам!"
|
| 811 |
|
| 812 |
+
#: contact_form.php:1670
|
| 813 |
msgid "FAQ"
|
| 814 |
msgstr "Пытаньні й адказы"
|
| 815 |
|
| 816 |
+
#: contact_form.php:1671
|
| 817 |
msgid "Support"
|
| 818 |
msgstr "Падтрымка"
|
| 819 |
|
| 820 |
+
#: contact_form.php:1728
|
| 821 |
msgid "Are you sure that you want to delete this language data?"
|
| 822 |
msgstr "Вы сапраўды хочаце выдаліць дадзеныя для гэтай мовы?"
|
| 823 |
|
languages/contact_form-bg_BG.mo
CHANGED
|
Binary file
|
languages/contact_form-bg_BG.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2013-11-
|
| 6 |
-
"PO-Revision-Date: 2013-11-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -33,63 +33,63 @@ msgstr "Настройки на Формата за контакт"
|
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
-
#: contact_form.php:
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Форма за контакт"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
-
#: contact_form.php:
|
| 43 |
-
#: contact_form.php:
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Име:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
-
#: contact_form.php:
|
| 49 |
-
#: contact_form.php:
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "E-mail адрес:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
-
#: contact_form.php:
|
| 56 |
-
#: contact_form.php:
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "E-mail адрес:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
-
#: contact_form.php:
|
| 62 |
-
#: contact_form.php:
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
-
#: contact_form.php:
|
| 68 |
-
#: contact_form.php:
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Тема:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
-
#: contact_form.php:
|
| 74 |
-
#: contact_form.php:
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Съобщение:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
-
#: contact_form.php:
|
| 80 |
-
#: contact_form.php:
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Прикачване на файл:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
-
#: contact_form.php:
|
| 86 |
-
#: contact_form.php:
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Изпрати ми копие"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
-
#: contact_form.php:
|
| 92 |
-
#: contact_form.php:
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Изпрати"
|
| 95 |
|
|
@@ -185,27 +185,27 @@ msgid "Settings saved."
|
|
| 185 |
msgstr "Опциите са запазени"
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
-
#: contact_form.php:
|
| 189 |
-
#: contact_form.php:
|
| 190 |
-
#: contact_form.php:
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "Настройки"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
-
#: contact_form.php:
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "Настройки"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
-
#: contact_form.php:
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "Ако искате да добавите формата за контакт на своят сайт копирайте и поставете този код в страницата или публикацията или джаджа:"
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
-
#: contact_form.php:
|
| 208 |
-
#: contact_form.php:
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
|
@@ -246,7 +246,7 @@ msgid "Add department selectbox to the contact form:"
|
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
-
#: contact_form.php:
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
|
@@ -254,552 +254,560 @@ msgstr ""
|
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
-
#: contact_form.php:
|
| 258 |
-
#: contact_form.php:
|
| 259 |
-
#: contact_form.php:
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
-
#: contact_form.php:
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "Форма за контакт"
|
| 267 |
|
| 268 |
-
#: contact_form.php:
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "Форма за контакт"
|
| 272 |
|
| 273 |
-
#: contact_form.php:
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "Допълнителни настройки"
|
| 276 |
|
| 277 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
msgid "What to use?"
|
| 279 |
msgstr ""
|
| 280 |
|
| 281 |
-
#: contact_form.php:
|
| 282 |
msgid "Wp-mail"
|
| 283 |
msgstr "Wp-mail"
|
| 284 |
|
| 285 |
-
#: contact_form.php:
|
| 286 |
msgid "You can use the wp_mail function for mailing"
|
| 287 |
msgstr ""
|
| 288 |
|
| 289 |
-
#: contact_form.php:
|
| 290 |
msgid "Mail"
|
| 291 |
msgstr "Mail"
|
| 292 |
|
| 293 |
-
#: contact_form.php:
|
| 294 |
msgid "To send mail you can use the php mail function"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
-
#: contact_form.php:
|
| 298 |
#, fuzzy
|
| 299 |
msgid "The text in the 'From' field"
|
| 300 |
msgstr "Промяна от полета на формата за контакт"
|
| 301 |
|
| 302 |
-
#: contact_form.php:
|
| 303 |
msgid "User name"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: contact_form.php:
|
| 307 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 308 |
msgstr ""
|
| 309 |
|
| 310 |
-
#: contact_form.php:
|
| 311 |
#, fuzzy
|
| 312 |
msgid "This text will be used in the 'FROM' field"
|
| 313 |
msgstr "Промяна от полета на формата за контакт"
|
| 314 |
|
| 315 |
-
#: contact_form.php:
|
| 316 |
msgid "The email address in the 'From' field"
|
| 317 |
msgstr ""
|
| 318 |
|
| 319 |
-
#: contact_form.php:
|
| 320 |
msgid "User email"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: contact_form.php:
|
| 324 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
-
#: contact_form.php:
|
| 328 |
msgid "This email address will be used in the 'From' field."
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
-
#: contact_form.php:
|
| 332 |
#, fuzzy
|
| 333 |
msgid "Display fields"
|
| 334 |
msgstr "Покажи опция за прикачване на файл"
|
| 335 |
|
| 336 |
-
#: contact_form.php:
|
| 337 |
-
#: contact_form.php:
|
| 338 |
-
#: contact_form.php:
|
| 339 |
-
#: contact_form.php:
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Address"
|
| 342 |
msgstr "E-mail адрес:"
|
| 343 |
|
| 344 |
-
#: contact_form.php:
|
| 345 |
-
#: contact_form.php:
|
| 346 |
-
#: contact_form.php:
|
| 347 |
msgid "Phone"
|
| 348 |
msgstr ""
|
| 349 |
|
| 350 |
-
#: contact_form.php:
|
| 351 |
#, fuzzy
|
| 352 |
msgid "Attachment block"
|
| 353 |
msgstr "Покажи опция за прикачване на файл"
|
| 354 |
|
| 355 |
-
#: contact_form.php:
|
| 356 |
msgid "Users can attach the following file formats"
|
| 357 |
msgstr "Потребителите могат да прикачват файлове от следните видове"
|
| 358 |
|
| 359 |
-
#: contact_form.php:626
|
| 360 |
#: contact_form.php:629
|
| 361 |
-
#: contact_form.php:
|
| 362 |
-
#: contact_form.php:
|
|
|
|
| 363 |
msgid "Captcha"
|
| 364 |
msgstr ""
|
| 365 |
|
| 366 |
-
#: contact_form.php:626
|
| 367 |
#: contact_form.php:629
|
| 368 |
-
#: contact_form.php:
|
|
|
|
| 369 |
msgid "powered by"
|
| 370 |
msgstr ""
|
| 371 |
|
| 372 |
-
#: contact_form.php:
|
| 373 |
#, fuzzy
|
| 374 |
msgid "Activate captcha"
|
| 375 |
msgstr "Активиране на приложението"
|
| 376 |
|
| 377 |
-
#: contact_form.php:
|
| 378 |
#, fuzzy
|
| 379 |
msgid "Download captcha"
|
| 380 |
msgstr "Изтегляне"
|
| 381 |
|
| 382 |
-
#: contact_form.php:
|
| 383 |
#, fuzzy
|
| 384 |
msgid "Display tips below the Attachment block"
|
| 385 |
msgstr "Покажи опция за прикачване на файл"
|
| 386 |
|
| 387 |
-
#: contact_form.php:
|
| 388 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 389 |
msgstr ""
|
| 390 |
|
| 391 |
-
#: contact_form.php:
|
| 392 |
#, fuzzy
|
| 393 |
msgid "Display 'Send me a copy' block"
|
| 394 |
msgstr "Показване на опция за изпращане на копие"
|
| 395 |
|
| 396 |
-
#: contact_form.php:
|
| 397 |
msgid "Required fields"
|
| 398 |
msgstr ""
|
| 399 |
|
| 400 |
-
#: contact_form.php:
|
| 401 |
-
#: contact_form.php:
|
| 402 |
-
#: contact_form.php:
|
| 403 |
msgid "Name"
|
| 404 |
msgstr "Име"
|
| 405 |
|
| 406 |
-
#: contact_form.php:
|
| 407 |
#, fuzzy
|
| 408 |
msgid "Email Address"
|
| 409 |
msgstr "E-mail адрес:"
|
| 410 |
|
| 411 |
-
#: contact_form.php:
|
| 412 |
-
#: contact_form.php:
|
| 413 |
-
#: contact_form.php:
|
| 414 |
msgid "Subject"
|
| 415 |
msgstr "Относно"
|
| 416 |
|
| 417 |
-
#: contact_form.php:
|
| 418 |
-
#: contact_form.php:
|
| 419 |
-
#: contact_form.php:
|
| 420 |
msgid "Message"
|
| 421 |
msgstr "Съобщение"
|
| 422 |
|
| 423 |
-
#: contact_form.php:
|
| 424 |
msgid "Display the asterisk near required fields"
|
| 425 |
msgstr ""
|
| 426 |
|
| 427 |
-
#: contact_form.php:
|
| 428 |
msgid "Display additional info in the email"
|
| 429 |
msgstr ""
|
| 430 |
|
| 431 |
-
#: contact_form.php:
|
| 432 |
-
#: contact_form.php:
|
| 433 |
msgid "Sent from (ip address)"
|
| 434 |
msgstr "Изпратено от (ip адрес)"
|
| 435 |
|
| 436 |
-
#: contact_form.php:
|
| 437 |
#, fuzzy
|
| 438 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 439 |
msgstr "Изпратено от (ip адрес)"
|
| 440 |
|
| 441 |
-
#: contact_form.php:
|
| 442 |
-
#: contact_form.php:
|
| 443 |
msgid "Date/Time"
|
| 444 |
msgstr "Дата/Час"
|
| 445 |
|
| 446 |
-
#: contact_form.php:
|
| 447 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 448 |
msgstr ""
|
| 449 |
|
| 450 |
-
#: contact_form.php:
|
| 451 |
-
#: contact_form.php:
|
| 452 |
msgid "Sent from (referer)"
|
| 453 |
msgstr "Идва от (referer)"
|
| 454 |
|
| 455 |
-
#: contact_form.php:
|
| 456 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 457 |
msgstr ""
|
| 458 |
|
| 459 |
-
#: contact_form.php:
|
| 460 |
-
#: contact_form.php:
|
| 461 |
msgid "Using (user agent)"
|
| 462 |
msgstr "Използвайки (user agent)"
|
| 463 |
|
| 464 |
-
#: contact_form.php:
|
| 465 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 466 |
msgstr ""
|
| 467 |
|
| 468 |
-
#: contact_form.php:
|
| 469 |
msgid "Language settings for the field names in the form"
|
| 470 |
msgstr ""
|
| 471 |
|
| 472 |
-
#: contact_form.php:
|
| 473 |
msgid "Add a language"
|
| 474 |
msgstr ""
|
| 475 |
|
| 476 |
-
#: contact_form.php:
|
| 477 |
#, fuzzy
|
| 478 |
msgid "Change the names of the contact form fields and error messages"
|
| 479 |
msgstr "Промяна на етикетите за полета във формата за контакт"
|
| 480 |
|
| 481 |
-
#: contact_form.php:
|
| 482 |
-
#: contact_form.php:
|
| 483 |
msgid "English"
|
| 484 |
msgstr ""
|
| 485 |
|
| 486 |
-
#: contact_form.php:728
|
| 487 |
-
#: contact_form.php:757
|
| 488 |
-
msgid "Error message for the Name field"
|
| 489 |
-
msgstr ""
|
| 490 |
-
|
| 491 |
-
#: contact_form.php:729
|
| 492 |
-
#: contact_form.php:758
|
| 493 |
-
msgid "Error message for the Address field"
|
| 494 |
-
msgstr ""
|
| 495 |
-
|
| 496 |
-
#: contact_form.php:730
|
| 497 |
-
#: contact_form.php:759
|
| 498 |
-
msgid "Error message for the Email field"
|
| 499 |
-
msgstr ""
|
| 500 |
-
|
| 501 |
#: contact_form.php:731
|
| 502 |
#: contact_form.php:760
|
| 503 |
-
msgid "Error message for the
|
| 504 |
msgstr ""
|
| 505 |
|
| 506 |
#: contact_form.php:732
|
| 507 |
#: contact_form.php:761
|
| 508 |
-
msgid "Error message for the
|
| 509 |
msgstr ""
|
| 510 |
|
| 511 |
#: contact_form.php:733
|
| 512 |
#: contact_form.php:762
|
| 513 |
-
msgid "Error message for the
|
| 514 |
msgstr ""
|
| 515 |
|
| 516 |
#: contact_form.php:734
|
| 517 |
#: contact_form.php:763
|
| 518 |
-
msgid "Error message
|
| 519 |
msgstr ""
|
| 520 |
|
| 521 |
#: contact_form.php:735
|
| 522 |
#: contact_form.php:764
|
| 523 |
-
msgid "Error message
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
#: contact_form.php:736
|
| 527 |
#: contact_form.php:765
|
| 528 |
-
msgid "Error message
|
| 529 |
msgstr ""
|
| 530 |
|
| 531 |
#: contact_form.php:737
|
| 532 |
#: contact_form.php:766
|
| 533 |
-
msgid "Error message
|
| 534 |
msgstr ""
|
| 535 |
|
| 536 |
#: contact_form.php:738
|
| 537 |
#: contact_form.php:767
|
| 538 |
-
msgid "Error message for the
|
| 539 |
msgstr ""
|
| 540 |
|
| 541 |
#: contact_form.php:739
|
| 542 |
#: contact_form.php:768
|
| 543 |
-
msgid "Error message for the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 544 |
msgstr ""
|
| 545 |
|
| 546 |
#: contact_form.php:741
|
| 547 |
#: contact_form.php:770
|
| 548 |
-
|
| 549 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 550 |
msgid "Use shortcode"
|
| 551 |
msgstr ""
|
| 552 |
|
| 553 |
-
#: contact_form.php:
|
| 554 |
-
#: contact_form.php:
|
| 555 |
-
#: contact_form.php:
|
| 556 |
-
#: contact_form.php:
|
| 557 |
msgid "for this language"
|
| 558 |
msgstr ""
|
| 559 |
|
| 560 |
-
#: contact_form.php:
|
| 561 |
msgid "Action after email is sent"
|
| 562 |
msgstr ""
|
| 563 |
|
| 564 |
-
#: contact_form.php:
|
| 565 |
#, fuzzy
|
| 566 |
msgid "Display text"
|
| 567 |
msgstr "Покажи опция за прикачване на файл"
|
| 568 |
|
| 569 |
-
#: contact_form.php:
|
| 570 |
-
#: contact_form.php:
|
| 571 |
msgid "Text"
|
| 572 |
msgstr ""
|
| 573 |
|
| 574 |
-
#: contact_form.php:
|
| 575 |
msgid "Redirect to the page"
|
| 576 |
msgstr ""
|
| 577 |
|
| 578 |
-
#: contact_form.php:
|
| 579 |
msgid "Url"
|
| 580 |
msgstr ""
|
| 581 |
|
| 582 |
-
#: contact_form.php:
|
| 583 |
-
#: contact_form.php:
|
| 584 |
msgid "Save Changes"
|
| 585 |
msgstr "Запис на промените"
|
| 586 |
|
| 587 |
-
#: contact_form.php:
|
| 588 |
#, fuzzy
|
| 589 |
msgid "Contact Form Pro | Extra Settings"
|
| 590 |
msgstr "Настройки на Формата за контакт"
|
| 591 |
|
| 592 |
-
#: contact_form.php:
|
| 593 |
msgid "Errors output"
|
| 594 |
msgstr ""
|
| 595 |
|
| 596 |
-
#: contact_form.php:
|
| 597 |
msgid "Display error messages"
|
| 598 |
msgstr ""
|
| 599 |
|
| 600 |
-
#: contact_form.php:
|
| 601 |
msgid "Color of the input field errors."
|
| 602 |
msgstr ""
|
| 603 |
|
| 604 |
-
#: contact_form.php:
|
| 605 |
msgid "Display error messages & color of the input field errors"
|
| 606 |
msgstr ""
|
| 607 |
|
| 608 |
-
#: contact_form.php:
|
| 609 |
msgid "Add placeholder to the input blocks"
|
| 610 |
msgstr ""
|
| 611 |
|
| 612 |
-
#: contact_form.php:
|
| 613 |
#, fuzzy
|
| 614 |
msgid "Add tooltips"
|
| 615 |
msgstr "Допълнителни настройки"
|
| 616 |
|
| 617 |
-
#: contact_form.php:
|
| 618 |
#, fuzzy
|
| 619 |
msgid "Email address"
|
| 620 |
msgstr "E-mail адрес:"
|
| 621 |
|
| 622 |
-
#: contact_form.php:
|
| 623 |
msgid "Phone Number"
|
| 624 |
msgstr ""
|
| 625 |
|
| 626 |
-
#: contact_form.php:
|
| 627 |
#, fuzzy
|
| 628 |
msgid "Attachment"
|
| 629 |
msgstr "Прикачване на файл:"
|
| 630 |
|
| 631 |
-
#: contact_form.php:
|
| 632 |
msgid "(powered by bestwebsoft.com)"
|
| 633 |
msgstr ""
|
| 634 |
|
| 635 |
-
#: contact_form.php:
|
| 636 |
#, fuzzy
|
| 637 |
msgid "Style options"
|
| 638 |
msgstr "Допълнителни настройки"
|
| 639 |
|
| 640 |
-
#: contact_form.php:
|
| 641 |
msgid "Text color"
|
| 642 |
msgstr ""
|
| 643 |
|
| 644 |
-
#: contact_form.php:
|
| 645 |
-
#: contact_form.php:
|
| 646 |
-
#: contact_form.php:
|
| 647 |
-
#: contact_form.php:
|
| 648 |
-
#: contact_form.php:
|
| 649 |
-
#: contact_form.php:
|
| 650 |
-
#: contact_form.php:
|
| 651 |
-
#: contact_form.php:
|
| 652 |
-
#: contact_form.php:
|
| 653 |
-
#: contact_form.php:
|
| 654 |
-
#: contact_form.php:
|
| 655 |
-
#: contact_form.php:
|
| 656 |
msgid "Default"
|
| 657 |
msgstr ""
|
| 658 |
|
| 659 |
-
#: contact_form.php:
|
| 660 |
msgid "Label text color"
|
| 661 |
msgstr ""
|
| 662 |
|
| 663 |
-
#: contact_form.php:
|
| 664 |
msgid "Placeholder color"
|
| 665 |
msgstr ""
|
| 666 |
|
| 667 |
-
#: contact_form.php:
|
| 668 |
msgid "Errors color"
|
| 669 |
msgstr ""
|
| 670 |
|
| 671 |
-
#: contact_form.php:
|
| 672 |
msgid "Error text color"
|
| 673 |
msgstr ""
|
| 674 |
|
| 675 |
-
#: contact_form.php:
|
| 676 |
msgid "Background color of the input field errors"
|
| 677 |
msgstr ""
|
| 678 |
|
| 679 |
-
#: contact_form.php:
|
| 680 |
msgid "Border color of the input field errors"
|
| 681 |
msgstr ""
|
| 682 |
|
| 683 |
-
#: contact_form.php:
|
| 684 |
msgid "Placeholder color of the input field errors"
|
| 685 |
msgstr ""
|
| 686 |
|
| 687 |
-
#: contact_form.php:
|
| 688 |
#, fuzzy
|
| 689 |
msgid "Input fields"
|
| 690 |
msgstr "Покажи опция за прикачване на файл"
|
| 691 |
|
| 692 |
-
#: contact_form.php:
|
| 693 |
msgid "Input fields background color"
|
| 694 |
msgstr ""
|
| 695 |
|
| 696 |
-
#: contact_form.php:
|
| 697 |
msgid "Text fields color"
|
| 698 |
msgstr ""
|
| 699 |
|
| 700 |
-
#: contact_form.php:
|
| 701 |
msgid "Border width in px, numbers only"
|
| 702 |
msgstr ""
|
| 703 |
|
| 704 |
-
#: contact_form.php:
|
| 705 |
-
#: contact_form.php:
|
| 706 |
msgid "Border color"
|
| 707 |
msgstr ""
|
| 708 |
|
| 709 |
-
#: contact_form.php:
|
| 710 |
#, fuzzy
|
| 711 |
msgid "Submit button"
|
| 712 |
msgstr "Изпрати"
|
| 713 |
|
| 714 |
-
#: contact_form.php:
|
| 715 |
msgid "Width in px, numbers only"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
-
#: contact_form.php:
|
| 719 |
msgid "Button color"
|
| 720 |
msgstr ""
|
| 721 |
|
| 722 |
-
#: contact_form.php:
|
| 723 |
msgid "Button text color"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
-
#: contact_form.php:
|
| 727 |
#, fuzzy
|
| 728 |
msgid "Contact Form Pro | Preview"
|
| 729 |
msgstr "Форма за контакт"
|
| 730 |
|
| 731 |
-
#: contact_form.php:
|
| 732 |
msgid "Show with errors"
|
| 733 |
msgstr ""
|
| 734 |
|
| 735 |
-
#: contact_form.php:
|
| 736 |
-
#: contact_form.php:
|
| 737 |
msgid "Please enter your full name..."
|
| 738 |
msgstr ""
|
| 739 |
|
| 740 |
-
#: contact_form.php:
|
| 741 |
-
#: contact_form.php:
|
| 742 |
msgid "Please enter your address..."
|
| 743 |
msgstr ""
|
| 744 |
|
| 745 |
-
#: contact_form.php:
|
| 746 |
-
#: contact_form.php:
|
| 747 |
#, fuzzy
|
| 748 |
msgid "Please enter your email address..."
|
| 749 |
msgstr "Използвайте този Email:"
|
| 750 |
|
| 751 |
-
#: contact_form.php:
|
| 752 |
-
#: contact_form.php:
|
| 753 |
msgid "Please enter your phone number..."
|
| 754 |
msgstr ""
|
| 755 |
|
| 756 |
-
#: contact_form.php:
|
| 757 |
-
#: contact_form.php:
|
| 758 |
msgid "Please enter subject..."
|
| 759 |
msgstr ""
|
| 760 |
|
| 761 |
-
#: contact_form.php:
|
| 762 |
-
#: contact_form.php:
|
| 763 |
msgid "Please enter your message..."
|
| 764 |
msgstr ""
|
| 765 |
|
| 766 |
-
#: contact_form.php:
|
| 767 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 768 |
msgstr ""
|
| 769 |
|
| 770 |
-
#: contact_form.php:
|
| 771 |
msgid "Sorry, email message could not be delivered."
|
| 772 |
msgstr "Съжаляваме, Вашето съобщение не може да бъде изпратено."
|
| 773 |
|
| 774 |
-
#: contact_form.php:
|
| 775 |
msgid "You can attach the following file formats"
|
| 776 |
msgstr "Можете да прикачвате файлове от следните типове"
|
| 777 |
|
| 778 |
-
#: contact_form.php:
|
| 779 |
msgid "Contact from"
|
| 780 |
msgstr "Форма за контакт"
|
| 781 |
|
| 782 |
-
#: contact_form.php:
|
| 783 |
msgid "Email"
|
| 784 |
msgstr "Email"
|
| 785 |
|
| 786 |
-
#: contact_form.php:
|
| 787 |
msgid "Site"
|
| 788 |
msgstr "Сайт"
|
| 789 |
|
| 790 |
-
#: contact_form.php:
|
| 791 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 792 |
msgstr "Ако видиждате това значи, че вашият MIME клиент за електронна поща не поддържа MIME тип!"
|
| 793 |
|
| 794 |
-
#: contact_form.php:
|
| 795 |
msgid "FAQ"
|
| 796 |
msgstr "FAQ"
|
| 797 |
|
| 798 |
-
#: contact_form.php:
|
| 799 |
msgid "Support"
|
| 800 |
msgstr "Поддръжка"
|
| 801 |
|
| 802 |
-
#: contact_form.php:
|
| 803 |
msgid "Are you sure that you want to delete this language data?"
|
| 804 |
msgstr ""
|
| 805 |
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2013-11-08 10:55+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2013-11-08 10:55+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
+
#: contact_form.php:835
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Форма за контакт"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
+
#: contact_form.php:722
|
| 43 |
+
#: contact_form.php:751
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Име:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
+
#: contact_form.php:723
|
| 49 |
+
#: contact_form.php:752
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "E-mail адрес:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
+
#: contact_form.php:724
|
| 56 |
+
#: contact_form.php:753
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "E-mail адрес:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
+
#: contact_form.php:725
|
| 62 |
+
#: contact_form.php:754
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
+
#: contact_form.php:726
|
| 68 |
+
#: contact_form.php:755
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Тема:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
+
#: contact_form.php:727
|
| 74 |
+
#: contact_form.php:756
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Съобщение:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
+
#: contact_form.php:728
|
| 80 |
+
#: contact_form.php:757
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Прикачване на файл:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
+
#: contact_form.php:729
|
| 86 |
+
#: contact_form.php:758
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Изпрати ми копие"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
+
#: contact_form.php:730
|
| 92 |
+
#: contact_form.php:759
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Изпрати"
|
| 95 |
|
| 185 |
msgstr "Опциите са запазени"
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
+
#: contact_form.php:829
|
| 189 |
+
#: contact_form.php:1658
|
| 190 |
+
#: contact_form.php:1669
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "Настройки"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
+
#: contact_form.php:830
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "Настройки"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
+
#: contact_form.php:1086
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "Ако искате да добавите формата за контакт на своят сайт копирайте и поставете този код в страницата или публикацията или джаджа:"
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
+
#: contact_form.php:744
|
| 208 |
+
#: contact_form.php:792
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
+
#: contact_form.php:834
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
+
#: contact_form.php:570
|
| 258 |
+
#: contact_form.php:573
|
| 259 |
+
#: contact_form.php:577
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
+
#: contact_form.php:573
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "Форма за контакт"
|
| 267 |
|
| 268 |
+
#: contact_form.php:577
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "Форма за контакт"
|
| 272 |
|
| 273 |
+
#: contact_form.php:582
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "Допълнителни настройки"
|
| 276 |
|
| 277 |
+
#: contact_form.php:584
|
| 278 |
+
msgid "Show"
|
| 279 |
+
msgstr ""
|
| 280 |
+
|
| 281 |
+
#: contact_form.php:585
|
| 282 |
+
msgid "Hide"
|
| 283 |
+
msgstr ""
|
| 284 |
+
|
| 285 |
+
#: contact_form.php:589
|
| 286 |
msgid "What to use?"
|
| 287 |
msgstr ""
|
| 288 |
|
| 289 |
+
#: contact_form.php:592
|
| 290 |
msgid "Wp-mail"
|
| 291 |
msgstr "Wp-mail"
|
| 292 |
|
| 293 |
+
#: contact_form.php:592
|
| 294 |
msgid "You can use the wp_mail function for mailing"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
+
#: contact_form.php:594
|
| 298 |
msgid "Mail"
|
| 299 |
msgstr "Mail"
|
| 300 |
|
| 301 |
+
#: contact_form.php:594
|
| 302 |
msgid "To send mail you can use the php mail function"
|
| 303 |
msgstr ""
|
| 304 |
|
| 305 |
+
#: contact_form.php:598
|
| 306 |
#, fuzzy
|
| 307 |
msgid "The text in the 'From' field"
|
| 308 |
msgstr "Промяна от полета на формата за контакт"
|
| 309 |
|
| 310 |
+
#: contact_form.php:600
|
| 311 |
msgid "User name"
|
| 312 |
msgstr ""
|
| 313 |
|
| 314 |
+
#: contact_form.php:601
|
| 315 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 316 |
msgstr ""
|
| 317 |
|
| 318 |
+
#: contact_form.php:604
|
| 319 |
#, fuzzy
|
| 320 |
msgid "This text will be used in the 'FROM' field"
|
| 321 |
msgstr "Промяна от полета на формата за контакт"
|
| 322 |
|
| 323 |
+
#: contact_form.php:608
|
| 324 |
msgid "The email address in the 'From' field"
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
+
#: contact_form.php:610
|
| 328 |
msgid "User email"
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
+
#: contact_form.php:611
|
| 332 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 333 |
msgstr ""
|
| 334 |
|
| 335 |
+
#: contact_form.php:614
|
| 336 |
msgid "This email address will be used in the 'From' field."
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
+
#: contact_form.php:618
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Display fields"
|
| 342 |
msgstr "Покажи опция за прикачване на файл"
|
| 343 |
|
| 344 |
+
#: contact_form.php:620
|
| 345 |
+
#: contact_form.php:668
|
| 346 |
+
#: contact_form.php:866
|
| 347 |
+
#: contact_form.php:1526
|
| 348 |
#, fuzzy
|
| 349 |
msgid "Address"
|
| 350 |
msgstr "E-mail адрес:"
|
| 351 |
|
| 352 |
+
#: contact_form.php:621
|
| 353 |
+
#: contact_form.php:670
|
| 354 |
+
#: contact_form.php:1534
|
| 355 |
msgid "Phone"
|
| 356 |
msgstr ""
|
| 357 |
|
| 358 |
+
#: contact_form.php:622
|
| 359 |
#, fuzzy
|
| 360 |
msgid "Attachment block"
|
| 361 |
msgstr "Покажи опция за прикачване на файл"
|
| 362 |
|
| 363 |
+
#: contact_form.php:622
|
| 364 |
msgid "Users can attach the following file formats"
|
| 365 |
msgstr "Потребителите могат да прикачват файлове от следните видове"
|
| 366 |
|
|
|
|
| 367 |
#: contact_form.php:629
|
| 368 |
+
#: contact_form.php:632
|
| 369 |
+
#: contact_form.php:636
|
| 370 |
+
#: contact_form.php:895
|
| 371 |
msgid "Captcha"
|
| 372 |
msgstr ""
|
| 373 |
|
|
|
|
| 374 |
#: contact_form.php:629
|
| 375 |
+
#: contact_form.php:632
|
| 376 |
+
#: contact_form.php:636
|
| 377 |
msgid "powered by"
|
| 378 |
msgstr ""
|
| 379 |
|
| 380 |
+
#: contact_form.php:632
|
| 381 |
#, fuzzy
|
| 382 |
msgid "Activate captcha"
|
| 383 |
msgstr "Активиране на приложението"
|
| 384 |
|
| 385 |
+
#: contact_form.php:636
|
| 386 |
#, fuzzy
|
| 387 |
msgid "Download captcha"
|
| 388 |
msgstr "Изтегляне"
|
| 389 |
|
| 390 |
+
#: contact_form.php:641
|
| 391 |
#, fuzzy
|
| 392 |
msgid "Display tips below the Attachment block"
|
| 393 |
msgstr "Покажи опция за прикачване на файл"
|
| 394 |
|
| 395 |
+
#: contact_form.php:650
|
| 396 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 397 |
msgstr ""
|
| 398 |
|
| 399 |
+
#: contact_form.php:656
|
| 400 |
#, fuzzy
|
| 401 |
msgid "Display 'Send me a copy' block"
|
| 402 |
msgstr "Показване на опция за изпращане на копие"
|
| 403 |
|
| 404 |
+
#: contact_form.php:665
|
| 405 |
msgid "Required fields"
|
| 406 |
msgstr ""
|
| 407 |
|
| 408 |
+
#: contact_form.php:667
|
| 409 |
+
#: contact_form.php:861
|
| 410 |
+
#: contact_form.php:1521
|
| 411 |
msgid "Name"
|
| 412 |
msgstr "Име"
|
| 413 |
|
| 414 |
+
#: contact_form.php:669
|
| 415 |
#, fuzzy
|
| 416 |
msgid "Email Address"
|
| 417 |
msgstr "E-mail адрес:"
|
| 418 |
|
| 419 |
+
#: contact_form.php:671
|
| 420 |
+
#: contact_form.php:881
|
| 421 |
+
#: contact_form.php:1537
|
| 422 |
msgid "Subject"
|
| 423 |
msgstr "Относно"
|
| 424 |
|
| 425 |
+
#: contact_form.php:672
|
| 426 |
+
#: contact_form.php:885
|
| 427 |
+
#: contact_form.php:1540
|
| 428 |
msgid "Message"
|
| 429 |
msgstr "Съобщение"
|
| 430 |
|
| 431 |
+
#: contact_form.php:676
|
| 432 |
msgid "Display the asterisk near required fields"
|
| 433 |
msgstr ""
|
| 434 |
|
| 435 |
+
#: contact_form.php:682
|
| 436 |
msgid "Display additional info in the email"
|
| 437 |
msgstr ""
|
| 438 |
|
| 439 |
+
#: contact_form.php:687
|
| 440 |
+
#: contact_form.php:1493
|
| 441 |
msgid "Sent from (ip address)"
|
| 442 |
msgstr "Изпратено от (ip адрес)"
|
| 443 |
|
| 444 |
+
#: contact_form.php:687
|
| 445 |
#, fuzzy
|
| 446 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 447 |
msgstr "Изпратено от (ip адрес)"
|
| 448 |
|
| 449 |
+
#: contact_form.php:688
|
| 450 |
+
#: contact_form.php:1498
|
| 451 |
msgid "Date/Time"
|
| 452 |
msgstr "Дата/Час"
|
| 453 |
|
| 454 |
+
#: contact_form.php:688
|
| 455 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 456 |
msgstr ""
|
| 457 |
|
| 458 |
+
#: contact_form.php:689
|
| 459 |
+
#: contact_form.php:1503
|
| 460 |
msgid "Sent from (referer)"
|
| 461 |
msgstr "Идва от (referer)"
|
| 462 |
|
| 463 |
+
#: contact_form.php:689
|
| 464 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 465 |
msgstr ""
|
| 466 |
|
| 467 |
+
#: contact_form.php:690
|
| 468 |
+
#: contact_form.php:1508
|
| 469 |
msgid "Using (user agent)"
|
| 470 |
msgstr "Използвайки (user agent)"
|
| 471 |
|
| 472 |
+
#: contact_form.php:690
|
| 473 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 474 |
msgstr ""
|
| 475 |
|
| 476 |
+
#: contact_form.php:694
|
| 477 |
msgid "Language settings for the field names in the form"
|
| 478 |
msgstr ""
|
| 479 |
|
| 480 |
+
#: contact_form.php:703
|
| 481 |
msgid "Add a language"
|
| 482 |
msgstr ""
|
| 483 |
|
| 484 |
+
#: contact_form.php:707
|
| 485 |
#, fuzzy
|
| 486 |
msgid "Change the names of the contact form fields and error messages"
|
| 487 |
msgstr "Промяна на етикетите за полета във формата за контакт"
|
| 488 |
|
| 489 |
+
#: contact_form.php:712
|
| 490 |
+
#: contact_form.php:783
|
| 491 |
msgid "English"
|
| 492 |
msgstr ""
|
| 493 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 494 |
#: contact_form.php:731
|
| 495 |
#: contact_form.php:760
|
| 496 |
+
msgid "Error message for the Name field"
|
| 497 |
msgstr ""
|
| 498 |
|
| 499 |
#: contact_form.php:732
|
| 500 |
#: contact_form.php:761
|
| 501 |
+
msgid "Error message for the Address field"
|
| 502 |
msgstr ""
|
| 503 |
|
| 504 |
#: contact_form.php:733
|
| 505 |
#: contact_form.php:762
|
| 506 |
+
msgid "Error message for the Email field"
|
| 507 |
msgstr ""
|
| 508 |
|
| 509 |
#: contact_form.php:734
|
| 510 |
#: contact_form.php:763
|
| 511 |
+
msgid "Error message for the Phone field"
|
| 512 |
msgstr ""
|
| 513 |
|
| 514 |
#: contact_form.php:735
|
| 515 |
#: contact_form.php:764
|
| 516 |
+
msgid "Error message for the Subject field"
|
| 517 |
msgstr ""
|
| 518 |
|
| 519 |
#: contact_form.php:736
|
| 520 |
#: contact_form.php:765
|
| 521 |
+
msgid "Error message for the Message field"
|
| 522 |
msgstr ""
|
| 523 |
|
| 524 |
#: contact_form.php:737
|
| 525 |
#: contact_form.php:766
|
| 526 |
+
msgid "Error message about the file type for the Attachment field"
|
| 527 |
msgstr ""
|
| 528 |
|
| 529 |
#: contact_form.php:738
|
| 530 |
#: contact_form.php:767
|
| 531 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 532 |
msgstr ""
|
| 533 |
|
| 534 |
#: contact_form.php:739
|
| 535 |
#: contact_form.php:768
|
| 536 |
+
msgid "Error message while moving the file for the Attachment field"
|
| 537 |
+
msgstr ""
|
| 538 |
+
|
| 539 |
+
#: contact_form.php:740
|
| 540 |
+
#: contact_form.php:769
|
| 541 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 542 |
msgstr ""
|
| 543 |
|
| 544 |
#: contact_form.php:741
|
| 545 |
#: contact_form.php:770
|
| 546 |
+
msgid "Error message for the Captcha field"
|
| 547 |
+
msgstr ""
|
| 548 |
+
|
| 549 |
+
#: contact_form.php:742
|
| 550 |
+
#: contact_form.php:771
|
| 551 |
+
msgid "Error message for the whole form"
|
| 552 |
+
msgstr ""
|
| 553 |
+
|
| 554 |
+
#: contact_form.php:744
|
| 555 |
+
#: contact_form.php:773
|
| 556 |
+
#: contact_form.php:792
|
| 557 |
+
#: contact_form.php:798
|
| 558 |
msgid "Use shortcode"
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
+
#: contact_form.php:744
|
| 562 |
+
#: contact_form.php:773
|
| 563 |
+
#: contact_form.php:792
|
| 564 |
+
#: contact_form.php:798
|
| 565 |
msgid "for this language"
|
| 566 |
msgstr ""
|
| 567 |
|
| 568 |
+
#: contact_form.php:780
|
| 569 |
msgid "Action after email is sent"
|
| 570 |
msgstr ""
|
| 571 |
|
| 572 |
+
#: contact_form.php:782
|
| 573 |
#, fuzzy
|
| 574 |
msgid "Display text"
|
| 575 |
msgstr "Покажи опция за прикачване на файл"
|
| 576 |
|
| 577 |
+
#: contact_form.php:791
|
| 578 |
+
#: contact_form.php:797
|
| 579 |
msgid "Text"
|
| 580 |
msgstr ""
|
| 581 |
|
| 582 |
+
#: contact_form.php:804
|
| 583 |
msgid "Redirect to the page"
|
| 584 |
msgstr ""
|
| 585 |
|
| 586 |
+
#: contact_form.php:805
|
| 587 |
msgid "Url"
|
| 588 |
msgstr ""
|
| 589 |
|
| 590 |
+
#: contact_form.php:810
|
| 591 |
+
#: contact_form.php:987
|
| 592 |
msgid "Save Changes"
|
| 593 |
msgstr "Запис на промените"
|
| 594 |
|
| 595 |
+
#: contact_form.php:827
|
| 596 |
#, fuzzy
|
| 597 |
msgid "Contact Form Pro | Extra Settings"
|
| 598 |
msgstr "Настройки на Формата за контакт"
|
| 599 |
|
| 600 |
+
#: contact_form.php:841
|
| 601 |
msgid "Errors output"
|
| 602 |
msgstr ""
|
| 603 |
|
| 604 |
+
#: contact_form.php:844
|
| 605 |
msgid "Display error messages"
|
| 606 |
msgstr ""
|
| 607 |
|
| 608 |
+
#: contact_form.php:845
|
| 609 |
msgid "Color of the input field errors."
|
| 610 |
msgstr ""
|
| 611 |
|
| 612 |
+
#: contact_form.php:846
|
| 613 |
msgid "Display error messages & color of the input field errors"
|
| 614 |
msgstr ""
|
| 615 |
|
| 616 |
+
#: contact_form.php:851
|
| 617 |
msgid "Add placeholder to the input blocks"
|
| 618 |
msgstr ""
|
| 619 |
|
| 620 |
+
#: contact_form.php:857
|
| 621 |
#, fuzzy
|
| 622 |
msgid "Add tooltips"
|
| 623 |
msgstr "Допълнителни настройки"
|
| 624 |
|
| 625 |
+
#: contact_form.php:871
|
| 626 |
#, fuzzy
|
| 627 |
msgid "Email address"
|
| 628 |
msgstr "E-mail адрес:"
|
| 629 |
|
| 630 |
+
#: contact_form.php:876
|
| 631 |
msgid "Phone Number"
|
| 632 |
msgstr ""
|
| 633 |
|
| 634 |
+
#: contact_form.php:890
|
| 635 |
#, fuzzy
|
| 636 |
msgid "Attachment"
|
| 637 |
msgstr "Прикачване на файл:"
|
| 638 |
|
| 639 |
+
#: contact_form.php:895
|
| 640 |
msgid "(powered by bestwebsoft.com)"
|
| 641 |
msgstr ""
|
| 642 |
|
| 643 |
+
#: contact_form.php:900
|
| 644 |
#, fuzzy
|
| 645 |
msgid "Style options"
|
| 646 |
msgstr "Допълнителни настройки"
|
| 647 |
|
| 648 |
+
#: contact_form.php:903
|
| 649 |
msgid "Text color"
|
| 650 |
msgstr ""
|
| 651 |
|
| 652 |
+
#: contact_form.php:906
|
| 653 |
+
#: contact_form.php:911
|
| 654 |
+
#: contact_form.php:921
|
| 655 |
+
#: contact_form.php:926
|
| 656 |
+
#: contact_form.php:931
|
| 657 |
+
#: contact_form.php:936
|
| 658 |
+
#: contact_form.php:946
|
| 659 |
+
#: contact_form.php:951
|
| 660 |
+
#: contact_form.php:957
|
| 661 |
+
#: contact_form.php:968
|
| 662 |
+
#: contact_form.php:973
|
| 663 |
+
#: contact_form.php:978
|
| 664 |
msgid "Default"
|
| 665 |
msgstr ""
|
| 666 |
|
| 667 |
+
#: contact_form.php:908
|
| 668 |
msgid "Label text color"
|
| 669 |
msgstr ""
|
| 670 |
|
| 671 |
+
#: contact_form.php:913
|
| 672 |
msgid "Placeholder color"
|
| 673 |
msgstr ""
|
| 674 |
|
| 675 |
+
#: contact_form.php:918
|
| 676 |
msgid "Errors color"
|
| 677 |
msgstr ""
|
| 678 |
|
| 679 |
+
#: contact_form.php:923
|
| 680 |
msgid "Error text color"
|
| 681 |
msgstr ""
|
| 682 |
|
| 683 |
+
#: contact_form.php:928
|
| 684 |
msgid "Background color of the input field errors"
|
| 685 |
msgstr ""
|
| 686 |
|
| 687 |
+
#: contact_form.php:933
|
| 688 |
msgid "Border color of the input field errors"
|
| 689 |
msgstr ""
|
| 690 |
|
| 691 |
+
#: contact_form.php:938
|
| 692 |
msgid "Placeholder color of the input field errors"
|
| 693 |
msgstr ""
|
| 694 |
|
| 695 |
+
#: contact_form.php:943
|
| 696 |
#, fuzzy
|
| 697 |
msgid "Input fields"
|
| 698 |
msgstr "Покажи опция за прикачване на файл"
|
| 699 |
|
| 700 |
+
#: contact_form.php:948
|
| 701 |
msgid "Input fields background color"
|
| 702 |
msgstr ""
|
| 703 |
|
| 704 |
+
#: contact_form.php:953
|
| 705 |
msgid "Text fields color"
|
| 706 |
msgstr ""
|
| 707 |
|
| 708 |
+
#: contact_form.php:955
|
| 709 |
msgid "Border width in px, numbers only"
|
| 710 |
msgstr ""
|
| 711 |
|
| 712 |
+
#: contact_form.php:959
|
| 713 |
+
#: contact_form.php:980
|
| 714 |
msgid "Border color"
|
| 715 |
msgstr ""
|
| 716 |
|
| 717 |
+
#: contact_form.php:964
|
| 718 |
#, fuzzy
|
| 719 |
msgid "Submit button"
|
| 720 |
msgstr "Изпрати"
|
| 721 |
|
| 722 |
+
#: contact_form.php:966
|
| 723 |
msgid "Width in px, numbers only"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
+
#: contact_form.php:970
|
| 727 |
msgid "Button color"
|
| 728 |
msgstr ""
|
| 729 |
|
| 730 |
+
#: contact_form.php:975
|
| 731 |
msgid "Button text color"
|
| 732 |
msgstr ""
|
| 733 |
|
| 734 |
+
#: contact_form.php:991
|
| 735 |
#, fuzzy
|
| 736 |
msgid "Contact Form Pro | Preview"
|
| 737 |
msgstr "Форма за контакт"
|
| 738 |
|
| 739 |
+
#: contact_form.php:994
|
| 740 |
msgid "Show with errors"
|
| 741 |
msgstr ""
|
| 742 |
|
| 743 |
+
#: contact_form.php:1002
|
| 744 |
+
#: contact_form.php:1004
|
| 745 |
msgid "Please enter your full name..."
|
| 746 |
msgstr ""
|
| 747 |
|
| 748 |
+
#: contact_form.php:1015
|
| 749 |
+
#: contact_form.php:1017
|
| 750 |
msgid "Please enter your address..."
|
| 751 |
msgstr ""
|
| 752 |
|
| 753 |
+
#: contact_form.php:1026
|
| 754 |
+
#: contact_form.php:1028
|
| 755 |
#, fuzzy
|
| 756 |
msgid "Please enter your email address..."
|
| 757 |
msgstr "Използвайте този Email:"
|
| 758 |
|
| 759 |
+
#: contact_form.php:1037
|
| 760 |
+
#: contact_form.php:1039
|
| 761 |
msgid "Please enter your phone number..."
|
| 762 |
msgstr ""
|
| 763 |
|
| 764 |
+
#: contact_form.php:1048
|
| 765 |
+
#: contact_form.php:1050
|
| 766 |
msgid "Please enter subject..."
|
| 767 |
msgstr ""
|
| 768 |
|
| 769 |
+
#: contact_form.php:1058
|
| 770 |
+
#: contact_form.php:1060
|
| 771 |
msgid "Please enter your message..."
|
| 772 |
msgstr ""
|
| 773 |
|
| 774 |
+
#: contact_form.php:1071
|
| 775 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 776 |
msgstr ""
|
| 777 |
|
| 778 |
+
#: contact_form.php:1138
|
| 779 |
msgid "Sorry, email message could not be delivered."
|
| 780 |
msgstr "Съжаляваме, Вашето съобщение не може да бъде изпратено."
|
| 781 |
|
| 782 |
+
#: contact_form.php:1222
|
| 783 |
msgid "You can attach the following file formats"
|
| 784 |
msgstr "Можете да прикачвате файлове от следните типове"
|
| 785 |
|
| 786 |
+
#: contact_form.php:1516
|
| 787 |
msgid "Contact from"
|
| 788 |
msgstr "Форма за контакт"
|
| 789 |
|
| 790 |
+
#: contact_form.php:1529
|
| 791 |
msgid "Email"
|
| 792 |
msgstr "Email"
|
| 793 |
|
| 794 |
+
#: contact_form.php:1543
|
| 795 |
msgid "Site"
|
| 796 |
msgstr "Сайт"
|
| 797 |
|
| 798 |
+
#: contact_form.php:1606
|
| 799 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 800 |
msgstr "Ако видиждате това значи, че вашият MIME клиент за електронна поща не поддържа MIME тип!"
|
| 801 |
|
| 802 |
+
#: contact_form.php:1670
|
| 803 |
msgid "FAQ"
|
| 804 |
msgstr "FAQ"
|
| 805 |
|
| 806 |
+
#: contact_form.php:1671
|
| 807 |
msgid "Support"
|
| 808 |
msgstr "Поддръжка"
|
| 809 |
|
| 810 |
+
#: contact_form.php:1728
|
| 811 |
msgid "Are you sure that you want to delete this language data?"
|
| 812 |
msgstr ""
|
| 813 |
|
languages/contact_form-ca.mo
CHANGED
|
Binary file
|
languages/contact_form-ca.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2013-11-
|
| 6 |
-
"PO-Revision-Date: 2013-11-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Kenneth <kenneth@snollocer.net>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -31,61 +31,61 @@ msgstr "Opcions extra del Contact Form Pro"
|
|
| 31 |
|
| 32 |
#: contact_form.php:33
|
| 33 |
#: contact_form.php:553
|
| 34 |
-
#: contact_form.php:
|
| 35 |
msgid "Contact Form Pro"
|
| 36 |
msgstr "Contact Form Pro"
|
| 37 |
|
| 38 |
#: contact_form.php:74
|
| 39 |
-
#: contact_form.php:
|
| 40 |
-
#: contact_form.php:
|
| 41 |
msgid "Name:"
|
| 42 |
msgstr "Nom:"
|
| 43 |
|
| 44 |
#: contact_form.php:75
|
| 45 |
-
#: contact_form.php:
|
| 46 |
-
#: contact_form.php:
|
| 47 |
msgid "Address:"
|
| 48 |
msgstr "Adreça:"
|
| 49 |
|
| 50 |
#: contact_form.php:76
|
| 51 |
-
#: contact_form.php:
|
| 52 |
-
#: contact_form.php:
|
| 53 |
msgid "Email Address:"
|
| 54 |
msgstr "Adreça de correu electrònic:"
|
| 55 |
|
| 56 |
#: contact_form.php:77
|
| 57 |
-
#: contact_form.php:
|
| 58 |
-
#: contact_form.php:
|
| 59 |
msgid "Phone number:"
|
| 60 |
msgstr "Nombre de telèfon"
|
| 61 |
|
| 62 |
#: contact_form.php:78
|
| 63 |
-
#: contact_form.php:
|
| 64 |
-
#: contact_form.php:
|
| 65 |
msgid "Subject:"
|
| 66 |
msgstr "Asumpte:"
|
| 67 |
|
| 68 |
#: contact_form.php:79
|
| 69 |
-
#: contact_form.php:
|
| 70 |
-
#: contact_form.php:
|
| 71 |
msgid "Message:"
|
| 72 |
msgstr "Missatge:"
|
| 73 |
|
| 74 |
#: contact_form.php:80
|
| 75 |
-
#: contact_form.php:
|
| 76 |
-
#: contact_form.php:
|
| 77 |
msgid "Attachment:"
|
| 78 |
msgstr "Adjunt:"
|
| 79 |
|
| 80 |
#: contact_form.php:81
|
| 81 |
-
#: contact_form.php:
|
| 82 |
-
#: contact_form.php:
|
| 83 |
msgid "Send me a copy"
|
| 84 |
msgstr "Envia'm una còpia"
|
| 85 |
|
| 86 |
#: contact_form.php:82
|
| 87 |
-
#: contact_form.php:
|
| 88 |
-
#: contact_form.php:
|
| 89 |
msgid "Submit"
|
| 90 |
msgstr "Enviar"
|
| 91 |
|
|
@@ -177,26 +177,26 @@ msgid "Settings saved."
|
|
| 177 |
msgstr "Configuració desada."
|
| 178 |
|
| 179 |
#: contact_form.php:516
|
| 180 |
-
#: contact_form.php:
|
| 181 |
-
#: contact_form.php:
|
| 182 |
-
#: contact_form.php:
|
| 183 |
msgid "Settings"
|
| 184 |
msgstr "Configuració"
|
| 185 |
|
| 186 |
#: contact_form.php:517
|
| 187 |
-
#: contact_form.php:
|
| 188 |
msgid "Extra settings"
|
| 189 |
msgstr "Configuració extra"
|
| 190 |
|
| 191 |
#: contact_form.php:522
|
| 192 |
-
#: contact_form.php:
|
| 193 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 194 |
msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
|
| 195 |
|
| 196 |
#: contact_form.php:522
|
| 197 |
#: contact_form.php:523
|
| 198 |
-
#: contact_form.php:
|
| 199 |
-
#: contact_form.php:
|
| 200 |
msgid "or"
|
| 201 |
msgstr ""
|
| 202 |
|
|
@@ -237,7 +237,7 @@ msgid "Add department selectbox to the contact form:"
|
|
| 237 |
msgstr ""
|
| 238 |
|
| 239 |
#: contact_form.php:552
|
| 240 |
-
#: contact_form.php:
|
| 241 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 242 |
msgstr "Aquesta funcionalitat està disponible en la versió Pro del connector. Per a més detalls, si us plau seguiu l'enllaç"
|
| 243 |
|
|
@@ -245,538 +245,546 @@ msgstr "Aquesta funcionalitat està disponible en la versió Pro del connector.
|
|
| 245 |
msgid "Save emails to the database"
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
-
#: contact_form.php:
|
| 249 |
-
#: contact_form.php:
|
| 250 |
-
#: contact_form.php:
|
| 251 |
msgid "Using Contact Form to DB powered by"
|
| 252 |
msgstr ""
|
| 253 |
|
| 254 |
-
#: contact_form.php:
|
| 255 |
#, fuzzy
|
| 256 |
msgid "Activate Contact Form to DB"
|
| 257 |
msgstr "Contact Form Pro"
|
| 258 |
|
| 259 |
-
#: contact_form.php:
|
| 260 |
#, fuzzy
|
| 261 |
msgid "Download Contact Form to DB"
|
| 262 |
msgstr "Contact Form Pro"
|
| 263 |
|
| 264 |
-
#: contact_form.php:
|
| 265 |
msgid "Additional options"
|
| 266 |
msgstr "Opcions addicionals"
|
| 267 |
|
| 268 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 269 |
msgid "What to use?"
|
| 270 |
msgstr "Què usar?"
|
| 271 |
|
| 272 |
-
#: contact_form.php:
|
| 273 |
msgid "Wp-mail"
|
| 274 |
msgstr "Wp-mail"
|
| 275 |
|
| 276 |
-
#: contact_form.php:
|
| 277 |
msgid "You can use the wp_mail function for mailing"
|
| 278 |
msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
|
| 279 |
|
| 280 |
-
#: contact_form.php:
|
| 281 |
msgid "Mail"
|
| 282 |
msgstr "Mail"
|
| 283 |
|
| 284 |
-
#: contact_form.php:
|
| 285 |
msgid "To send mail you can use the php mail function"
|
| 286 |
msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
|
| 287 |
|
| 288 |
-
#: contact_form.php:
|
| 289 |
#, fuzzy
|
| 290 |
msgid "The text in the 'From' field"
|
| 291 |
msgstr "Modifica el camp DE al contact form"
|
| 292 |
|
| 293 |
-
#: contact_form.php:
|
| 294 |
msgid "User name"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
-
#: contact_form.php:
|
| 298 |
#, fuzzy
|
| 299 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 300 |
msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
|
| 301 |
|
| 302 |
-
#: contact_form.php:
|
| 303 |
#, fuzzy
|
| 304 |
msgid "This text will be used in the 'FROM' field"
|
| 305 |
msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
|
| 306 |
|
| 307 |
-
#: contact_form.php:
|
| 308 |
#, fuzzy
|
| 309 |
msgid "The email address in the 'From' field"
|
| 310 |
msgstr "Introduir el correu electrònic al camp 'From'"
|
| 311 |
|
| 312 |
-
#: contact_form.php:
|
| 313 |
msgid "User email"
|
| 314 |
msgstr ""
|
| 315 |
|
| 316 |
-
#: contact_form.php:
|
| 317 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 318 |
msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
|
| 319 |
|
| 320 |
-
#: contact_form.php:
|
| 321 |
msgid "This email address will be used in the 'From' field."
|
| 322 |
msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
|
| 323 |
|
| 324 |
-
#: contact_form.php:
|
| 325 |
msgid "Display fields"
|
| 326 |
msgstr "Mostra els camps"
|
| 327 |
|
| 328 |
-
#: contact_form.php:
|
| 329 |
-
#: contact_form.php:
|
| 330 |
-
#: contact_form.php:
|
| 331 |
-
#: contact_form.php:
|
| 332 |
msgid "Address"
|
| 333 |
msgstr "Adreça:"
|
| 334 |
|
| 335 |
-
#: contact_form.php:
|
| 336 |
-
#: contact_form.php:
|
| 337 |
-
#: contact_form.php:
|
| 338 |
msgid "Phone"
|
| 339 |
msgstr "Telèfon"
|
| 340 |
|
| 341 |
-
#: contact_form.php:
|
| 342 |
msgid "Attachment block"
|
| 343 |
msgstr "Adjunt blocat"
|
| 344 |
|
| 345 |
-
#: contact_form.php:
|
| 346 |
msgid "Users can attach the following file formats"
|
| 347 |
msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
|
| 348 |
|
| 349 |
-
#: contact_form.php:626
|
| 350 |
#: contact_form.php:629
|
| 351 |
-
#: contact_form.php:
|
| 352 |
-
#: contact_form.php:
|
|
|
|
| 353 |
msgid "Captcha"
|
| 354 |
msgstr "Captcha"
|
| 355 |
|
| 356 |
-
#: contact_form.php:626
|
| 357 |
#: contact_form.php:629
|
| 358 |
-
#: contact_form.php:
|
|
|
|
| 359 |
msgid "powered by"
|
| 360 |
msgstr ""
|
| 361 |
|
| 362 |
-
#: contact_form.php:
|
| 363 |
msgid "Activate captcha"
|
| 364 |
msgstr "Captcha activat"
|
| 365 |
|
| 366 |
-
#: contact_form.php:
|
| 367 |
msgid "Download captcha"
|
| 368 |
msgstr "Descarrega captcha"
|
| 369 |
|
| 370 |
-
#: contact_form.php:
|
| 371 |
#, fuzzy
|
| 372 |
msgid "Display tips below the Attachment block"
|
| 373 |
msgstr "Consells del blocatge de l'adjunt"
|
| 374 |
|
| 375 |
-
#: contact_form.php:
|
| 376 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 377 |
msgstr ""
|
| 378 |
|
| 379 |
-
#: contact_form.php:
|
| 380 |
#, fuzzy
|
| 381 |
msgid "Display 'Send me a copy' block"
|
| 382 |
msgstr "Envia'm una còpia"
|
| 383 |
|
| 384 |
-
#: contact_form.php:
|
| 385 |
msgid "Required fields"
|
| 386 |
msgstr "Camps requerits"
|
| 387 |
|
| 388 |
-
#: contact_form.php:
|
| 389 |
-
#: contact_form.php:
|
| 390 |
-
#: contact_form.php:
|
| 391 |
msgid "Name"
|
| 392 |
msgstr "Nom"
|
| 393 |
|
| 394 |
-
#: contact_form.php:
|
| 395 |
msgid "Email Address"
|
| 396 |
msgstr "Adreça de correu electrònic:"
|
| 397 |
|
| 398 |
-
#: contact_form.php:
|
| 399 |
-
#: contact_form.php:
|
| 400 |
-
#: contact_form.php:
|
| 401 |
msgid "Subject"
|
| 402 |
msgstr "Assumpte"
|
| 403 |
|
| 404 |
-
#: contact_form.php:
|
| 405 |
-
#: contact_form.php:
|
| 406 |
-
#: contact_form.php:
|
| 407 |
msgid "Message"
|
| 408 |
msgstr "MIssatge"
|
| 409 |
|
| 410 |
-
#: contact_form.php:
|
| 411 |
msgid "Display the asterisk near required fields"
|
| 412 |
msgstr ""
|
| 413 |
|
| 414 |
-
#: contact_form.php:
|
| 415 |
msgid "Display additional info in the email"
|
| 416 |
msgstr "Mostra informació addicional al correu electrònic,"
|
| 417 |
|
| 418 |
-
#: contact_form.php:
|
| 419 |
-
#: contact_form.php:
|
| 420 |
msgid "Sent from (ip address)"
|
| 421 |
msgstr "Enviat des de (adreça IP)"
|
| 422 |
|
| 423 |
-
#: contact_form.php:
|
| 424 |
#, fuzzy
|
| 425 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 426 |
msgstr "Enviat des de (adreça IP)"
|
| 427 |
|
| 428 |
-
#: contact_form.php:
|
| 429 |
-
#: contact_form.php:
|
| 430 |
msgid "Date/Time"
|
| 431 |
msgstr "Data/hora"
|
| 432 |
|
| 433 |
-
#: contact_form.php:
|
| 434 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 435 |
msgstr ""
|
| 436 |
|
| 437 |
-
#: contact_form.php:
|
| 438 |
-
#: contact_form.php:
|
| 439 |
msgid "Sent from (referer)"
|
| 440 |
msgstr "Enviat des de (referent)"
|
| 441 |
|
| 442 |
-
#: contact_form.php:
|
| 443 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 444 |
msgstr ""
|
| 445 |
|
| 446 |
-
#: contact_form.php:
|
| 447 |
-
#: contact_form.php:
|
| 448 |
msgid "Using (user agent)"
|
| 449 |
msgstr "Usant (user agent)"
|
| 450 |
|
| 451 |
-
#: contact_form.php:
|
| 452 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 453 |
msgstr ""
|
| 454 |
|
| 455 |
-
#: contact_form.php:
|
| 456 |
msgid "Language settings for the field names in the form"
|
| 457 |
msgstr "Configuració de la llengua als noms dels camps del formulari"
|
| 458 |
|
| 459 |
-
#: contact_form.php:
|
| 460 |
msgid "Add a language"
|
| 461 |
msgstr "Afegeix lengua"
|
| 462 |
|
| 463 |
-
#: contact_form.php:
|
| 464 |
msgid "Change the names of the contact form fields and error messages"
|
| 465 |
msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
|
| 466 |
|
| 467 |
-
#: contact_form.php:
|
| 468 |
-
#: contact_form.php:
|
| 469 |
msgid "English"
|
| 470 |
msgstr "Anglès"
|
| 471 |
|
| 472 |
-
#: contact_form.php:
|
| 473 |
-
#: contact_form.php:
|
| 474 |
msgid "Error message for the Name field"
|
| 475 |
msgstr "Missatge d'error per al camp 'Nom'"
|
| 476 |
|
| 477 |
-
#: contact_form.php:
|
| 478 |
-
#: contact_form.php:
|
| 479 |
msgid "Error message for the Address field"
|
| 480 |
msgstr "Missatge d'error per al camp 'Adreça'"
|
| 481 |
|
| 482 |
-
#: contact_form.php:
|
| 483 |
-
#: contact_form.php:
|
| 484 |
msgid "Error message for the Email field"
|
| 485 |
msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
|
| 486 |
|
| 487 |
-
#: contact_form.php:
|
| 488 |
-
#: contact_form.php:
|
| 489 |
msgid "Error message for the Phone field"
|
| 490 |
msgstr "Missatge d'error per al camp 'Telèfon\""
|
| 491 |
|
| 492 |
-
#: contact_form.php:
|
| 493 |
-
#: contact_form.php:
|
| 494 |
msgid "Error message for the Subject field"
|
| 495 |
msgstr "Missatge d'error per al camp 'Assumpte'"
|
| 496 |
|
| 497 |
-
#: contact_form.php:
|
| 498 |
-
#: contact_form.php:
|
| 499 |
msgid "Error message for the Message field"
|
| 500 |
msgstr "Missatge d'error per al camp 'Missatge'"
|
| 501 |
|
| 502 |
-
#: contact_form.php:
|
| 503 |
-
#: contact_form.php:
|
| 504 |
msgid "Error message about the file type for the Attachment field"
|
| 505 |
msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
|
| 506 |
|
| 507 |
-
#: contact_form.php:
|
| 508 |
-
#: contact_form.php:
|
| 509 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 510 |
msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
|
| 511 |
|
| 512 |
-
#: contact_form.php:
|
| 513 |
-
#: contact_form.php:
|
| 514 |
msgid "Error message while moving the file for the Attachment field"
|
| 515 |
msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
|
| 516 |
|
| 517 |
-
#: contact_form.php:
|
| 518 |
-
#: contact_form.php:
|
| 519 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 520 |
msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
|
| 521 |
|
| 522 |
-
#: contact_form.php:
|
| 523 |
-
#: contact_form.php:
|
| 524 |
msgid "Error message for the Captcha field"
|
| 525 |
msgstr "Missatge d'error al camp Captcha"
|
| 526 |
|
| 527 |
-
#: contact_form.php:
|
| 528 |
-
#: contact_form.php:
|
| 529 |
msgid "Error message for the whole form"
|
| 530 |
msgstr "Missatge d'error a tot el formulari"
|
| 531 |
|
| 532 |
-
#: contact_form.php:
|
| 533 |
-
#: contact_form.php:
|
| 534 |
-
#: contact_form.php:
|
| 535 |
-
#: contact_form.php:
|
| 536 |
msgid "Use shortcode"
|
| 537 |
msgstr "useu un codi curt"
|
| 538 |
|
| 539 |
-
#: contact_form.php:
|
| 540 |
-
#: contact_form.php:
|
| 541 |
-
#: contact_form.php:
|
| 542 |
-
#: contact_form.php:
|
| 543 |
msgid "for this language"
|
| 544 |
msgstr "Per aquesta llengua"
|
| 545 |
|
| 546 |
-
#: contact_form.php:
|
| 547 |
msgid "Action after email is sent"
|
| 548 |
msgstr "Accions després d'enviar un correu electrònic."
|
| 549 |
|
| 550 |
-
#: contact_form.php:
|
| 551 |
msgid "Display text"
|
| 552 |
msgstr "Mostra el text"
|
| 553 |
|
| 554 |
-
#: contact_form.php:
|
| 555 |
-
#: contact_form.php:
|
| 556 |
msgid "Text"
|
| 557 |
msgstr "Text"
|
| 558 |
|
| 559 |
-
#: contact_form.php:
|
| 560 |
msgid "Redirect to the page"
|
| 561 |
msgstr "Redirigir a la pàgina"
|
| 562 |
|
| 563 |
-
#: contact_form.php:
|
| 564 |
msgid "Url"
|
| 565 |
msgstr "Url"
|
| 566 |
|
| 567 |
-
#: contact_form.php:
|
| 568 |
-
#: contact_form.php:
|
| 569 |
msgid "Save Changes"
|
| 570 |
msgstr "Desar els canvis"
|
| 571 |
|
| 572 |
-
#: contact_form.php:
|
| 573 |
msgid "Contact Form Pro | Extra Settings"
|
| 574 |
msgstr "Opcions extra | Contact Form Pro"
|
| 575 |
|
| 576 |
-
#: contact_form.php:
|
| 577 |
msgid "Errors output"
|
| 578 |
msgstr "Errors de sortida"
|
| 579 |
|
| 580 |
-
#: contact_form.php:
|
| 581 |
msgid "Display error messages"
|
| 582 |
msgstr "Mostra els missatges d'error"
|
| 583 |
|
| 584 |
-
#: contact_form.php:
|
| 585 |
msgid "Color of the input field errors."
|
| 586 |
msgstr "Color dels errors al camp d'entrada"
|
| 587 |
|
| 588 |
-
#: contact_form.php:
|
| 589 |
msgid "Display error messages & color of the input field errors"
|
| 590 |
msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
|
| 591 |
|
| 592 |
-
#: contact_form.php:
|
| 593 |
msgid "Add placeholder to the input blocks"
|
| 594 |
msgstr "Afegeix marcador de posició als blocs d'entrada"
|
| 595 |
|
| 596 |
-
#: contact_form.php:
|
| 597 |
msgid "Add tooltips"
|
| 598 |
msgstr "Afegir consells sobre les eines"
|
| 599 |
|
| 600 |
-
#: contact_form.php:
|
| 601 |
msgid "Email address"
|
| 602 |
msgstr "Adreça de correu electrònic:"
|
| 603 |
|
| 604 |
-
#: contact_form.php:
|
| 605 |
msgid "Phone Number"
|
| 606 |
msgstr "Nombre de telèfon"
|
| 607 |
|
| 608 |
-
#: contact_form.php:
|
| 609 |
msgid "Attachment"
|
| 610 |
msgstr "Adjunt:"
|
| 611 |
|
| 612 |
-
#: contact_form.php:
|
| 613 |
msgid "(powered by bestwebsoft.com)"
|
| 614 |
msgstr "(Impulsat per bestwebsoft.com)"
|
| 615 |
|
| 616 |
-
#: contact_form.php:
|
| 617 |
msgid "Style options"
|
| 618 |
msgstr "Opcions d'estil"
|
| 619 |
|
| 620 |
-
#: contact_form.php:
|
| 621 |
msgid "Text color"
|
| 622 |
msgstr "Color del text"
|
| 623 |
|
| 624 |
-
#: contact_form.php:
|
| 625 |
-
#: contact_form.php:
|
| 626 |
-
#: contact_form.php:
|
| 627 |
-
#: contact_form.php:
|
| 628 |
-
#: contact_form.php:
|
| 629 |
-
#: contact_form.php:
|
| 630 |
-
#: contact_form.php:
|
| 631 |
-
#: contact_form.php:
|
| 632 |
-
#: contact_form.php:
|
| 633 |
-
#: contact_form.php:
|
| 634 |
-
#: contact_form.php:
|
| 635 |
-
#: contact_form.php:
|
| 636 |
msgid "Default"
|
| 637 |
msgstr "Per defecte"
|
| 638 |
|
| 639 |
-
#: contact_form.php:
|
| 640 |
msgid "Label text color"
|
| 641 |
msgstr "Color del text de l'etiqeta"
|
| 642 |
|
| 643 |
-
#: contact_form.php:
|
| 644 |
msgid "Placeholder color"
|
| 645 |
msgstr "Color del marcador de posició"
|
| 646 |
|
| 647 |
-
#: contact_form.php:
|
| 648 |
msgid "Errors color"
|
| 649 |
msgstr "Color dels errors"
|
| 650 |
|
| 651 |
-
#: contact_form.php:
|
| 652 |
msgid "Error text color"
|
| 653 |
msgstr "Color del text d'error"
|
| 654 |
|
| 655 |
-
#: contact_form.php:
|
| 656 |
msgid "Background color of the input field errors"
|
| 657 |
msgstr "Color de fons dels errors del camp d'entrada"
|
| 658 |
|
| 659 |
-
#: contact_form.php:
|
| 660 |
msgid "Border color of the input field errors"
|
| 661 |
msgstr "Color de la vora dels errors del camp d'entrada"
|
| 662 |
|
| 663 |
-
#: contact_form.php:
|
| 664 |
msgid "Placeholder color of the input field errors"
|
| 665 |
msgstr "Color del marcador de posició dels errors del camp d'entrada"
|
| 666 |
|
| 667 |
-
#: contact_form.php:
|
| 668 |
msgid "Input fields"
|
| 669 |
msgstr "Visualitza l'adjunt"
|
| 670 |
|
| 671 |
-
#: contact_form.php:
|
| 672 |
msgid "Input fields background color"
|
| 673 |
msgstr "Color de fons dels camps d'entrada"
|
| 674 |
|
| 675 |
-
#: contact_form.php:
|
| 676 |
msgid "Text fields color"
|
| 677 |
msgstr "Color dels camps de text"
|
| 678 |
|
| 679 |
-
#: contact_form.php:
|
| 680 |
msgid "Border width in px, numbers only"
|
| 681 |
msgstr "Ample de vora en px, sols nombres"
|
| 682 |
|
| 683 |
-
#: contact_form.php:
|
| 684 |
-
#: contact_form.php:
|
| 685 |
msgid "Border color"
|
| 686 |
msgstr "Color de la vora"
|
| 687 |
|
| 688 |
-
#: contact_form.php:
|
| 689 |
msgid "Submit button"
|
| 690 |
msgstr "Enviar"
|
| 691 |
|
| 692 |
# #: contact_form.php:928
|
| 693 |
-
#: contact_form.php:
|
| 694 |
msgid "Width in px, numbers only"
|
| 695 |
msgstr "Ample en px, sols nombres"
|
| 696 |
|
| 697 |
-
#: contact_form.php:
|
| 698 |
msgid "Button color"
|
| 699 |
msgstr "Color del botó"
|
| 700 |
|
| 701 |
-
#: contact_form.php:
|
| 702 |
msgid "Button text color"
|
| 703 |
msgstr "Color del text del botó"
|
| 704 |
|
| 705 |
-
#: contact_form.php:
|
| 706 |
msgid "Contact Form Pro | Preview"
|
| 707 |
msgstr "Contact Form Pro | Vista prèvia"
|
| 708 |
|
| 709 |
-
#: contact_form.php:
|
| 710 |
msgid "Show with errors"
|
| 711 |
msgstr "Mostra amb errors"
|
| 712 |
|
| 713 |
-
#: contact_form.php:
|
| 714 |
-
#: contact_form.php:
|
| 715 |
msgid "Please enter your full name..."
|
| 716 |
msgstr "Si us plau introduïu el nom complet"
|
| 717 |
|
| 718 |
-
#: contact_form.php:
|
| 719 |
-
#: contact_form.php:
|
| 720 |
msgid "Please enter your address..."
|
| 721 |
msgstr "Si us plau introduïu l'adreça"
|
| 722 |
|
| 723 |
-
#: contact_form.php:
|
| 724 |
-
#: contact_form.php:
|
| 725 |
msgid "Please enter your email address..."
|
| 726 |
msgstr "Si us plau introdueixi el seu e-mail"
|
| 727 |
|
| 728 |
-
#: contact_form.php:
|
| 729 |
-
#: contact_form.php:
|
| 730 |
msgid "Please enter your phone number..."
|
| 731 |
msgstr "Si us plau introduïu el nombre de telèfon"
|
| 732 |
|
| 733 |
-
#: contact_form.php:
|
| 734 |
-
#: contact_form.php:
|
| 735 |
msgid "Please enter subject..."
|
| 736 |
msgstr "Si us plau introduïu l'assumpte"
|
| 737 |
|
| 738 |
-
#: contact_form.php:
|
| 739 |
-
#: contact_form.php:
|
| 740 |
msgid "Please enter your message..."
|
| 741 |
msgstr "Si us plau introduïu el missatge"
|
| 742 |
|
| 743 |
-
#: contact_form.php:
|
| 744 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 745 |
msgstr "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: 2MB"
|
| 746 |
|
| 747 |
-
#: contact_form.php:
|
| 748 |
msgid "Sorry, email message could not be delivered."
|
| 749 |
msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
|
| 750 |
|
| 751 |
-
#: contact_form.php:
|
| 752 |
msgid "You can attach the following file formats"
|
| 753 |
msgstr "Pot adjuntar els següents formats d'arxiu"
|
| 754 |
|
| 755 |
-
#: contact_form.php:
|
| 756 |
msgid "Contact from"
|
| 757 |
msgstr "Contact from"
|
| 758 |
|
| 759 |
-
#: contact_form.php:
|
| 760 |
msgid "Email"
|
| 761 |
msgstr "Adreça de correu electrònic"
|
| 762 |
|
| 763 |
-
#: contact_form.php:
|
| 764 |
msgid "Site"
|
| 765 |
msgstr "Lloc"
|
| 766 |
|
| 767 |
-
#: contact_form.php:
|
| 768 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 769 |
msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
|
| 770 |
|
| 771 |
-
#: contact_form.php:
|
| 772 |
msgid "FAQ"
|
| 773 |
msgstr "FAQ"
|
| 774 |
|
| 775 |
-
#: contact_form.php:
|
| 776 |
msgid "Support"
|
| 777 |
msgstr "Suport"
|
| 778 |
|
| 779 |
-
#: contact_form.php:
|
| 780 |
msgid "Are you sure that you want to delete this language data?"
|
| 781 |
msgstr "Està vostè segur que vol esborrar aquest idioma?"
|
| 782 |
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2013-11-08 10:55+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2013-11-08 10:56+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Kenneth <kenneth@snollocer.net>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 31 |
|
| 32 |
#: contact_form.php:33
|
| 33 |
#: contact_form.php:553
|
| 34 |
+
#: contact_form.php:835
|
| 35 |
msgid "Contact Form Pro"
|
| 36 |
msgstr "Contact Form Pro"
|
| 37 |
|
| 38 |
#: contact_form.php:74
|
| 39 |
+
#: contact_form.php:722
|
| 40 |
+
#: contact_form.php:751
|
| 41 |
msgid "Name:"
|
| 42 |
msgstr "Nom:"
|
| 43 |
|
| 44 |
#: contact_form.php:75
|
| 45 |
+
#: contact_form.php:723
|
| 46 |
+
#: contact_form.php:752
|
| 47 |
msgid "Address:"
|
| 48 |
msgstr "Adreça:"
|
| 49 |
|
| 50 |
#: contact_form.php:76
|
| 51 |
+
#: contact_form.php:724
|
| 52 |
+
#: contact_form.php:753
|
| 53 |
msgid "Email Address:"
|
| 54 |
msgstr "Adreça de correu electrònic:"
|
| 55 |
|
| 56 |
#: contact_form.php:77
|
| 57 |
+
#: contact_form.php:725
|
| 58 |
+
#: contact_form.php:754
|
| 59 |
msgid "Phone number:"
|
| 60 |
msgstr "Nombre de telèfon"
|
| 61 |
|
| 62 |
#: contact_form.php:78
|
| 63 |
+
#: contact_form.php:726
|
| 64 |
+
#: contact_form.php:755
|
| 65 |
msgid "Subject:"
|
| 66 |
msgstr "Asumpte:"
|
| 67 |
|
| 68 |
#: contact_form.php:79
|
| 69 |
+
#: contact_form.php:727
|
| 70 |
+
#: contact_form.php:756
|
| 71 |
msgid "Message:"
|
| 72 |
msgstr "Missatge:"
|
| 73 |
|
| 74 |
#: contact_form.php:80
|
| 75 |
+
#: contact_form.php:728
|
| 76 |
+
#: contact_form.php:757
|
| 77 |
msgid "Attachment:"
|
| 78 |
msgstr "Adjunt:"
|
| 79 |
|
| 80 |
#: contact_form.php:81
|
| 81 |
+
#: contact_form.php:729
|
| 82 |
+
#: contact_form.php:758
|
| 83 |
msgid "Send me a copy"
|
| 84 |
msgstr "Envia'm una còpia"
|
| 85 |
|
| 86 |
#: contact_form.php:82
|
| 87 |
+
#: contact_form.php:730
|
| 88 |
+
#: contact_form.php:759
|
| 89 |
msgid "Submit"
|
| 90 |
msgstr "Enviar"
|
| 91 |
|
| 177 |
msgstr "Configuració desada."
|
| 178 |
|
| 179 |
#: contact_form.php:516
|
| 180 |
+
#: contact_form.php:829
|
| 181 |
+
#: contact_form.php:1658
|
| 182 |
+
#: contact_form.php:1669
|
| 183 |
msgid "Settings"
|
| 184 |
msgstr "Configuració"
|
| 185 |
|
| 186 |
#: contact_form.php:517
|
| 187 |
+
#: contact_form.php:830
|
| 188 |
msgid "Extra settings"
|
| 189 |
msgstr "Configuració extra"
|
| 190 |
|
| 191 |
#: contact_form.php:522
|
| 192 |
+
#: contact_form.php:1086
|
| 193 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 194 |
msgstr "Si vol afegir Contact Form en la seva web, copiï i enganxi aquest codi en el seu missatge, pàgina o widget:"
|
| 195 |
|
| 196 |
#: contact_form.php:522
|
| 197 |
#: contact_form.php:523
|
| 198 |
+
#: contact_form.php:744
|
| 199 |
+
#: contact_form.php:792
|
| 200 |
msgid "or"
|
| 201 |
msgstr ""
|
| 202 |
|
| 237 |
msgstr ""
|
| 238 |
|
| 239 |
#: contact_form.php:552
|
| 240 |
+
#: contact_form.php:834
|
| 241 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 242 |
msgstr "Aquesta funcionalitat està disponible en la versió Pro del connector. Per a més detalls, si us plau seguiu l'enllaç"
|
| 243 |
|
| 245 |
msgid "Save emails to the database"
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
+
#: contact_form.php:570
|
| 249 |
+
#: contact_form.php:573
|
| 250 |
+
#: contact_form.php:577
|
| 251 |
msgid "Using Contact Form to DB powered by"
|
| 252 |
msgstr ""
|
| 253 |
|
| 254 |
+
#: contact_form.php:573
|
| 255 |
#, fuzzy
|
| 256 |
msgid "Activate Contact Form to DB"
|
| 257 |
msgstr "Contact Form Pro"
|
| 258 |
|
| 259 |
+
#: contact_form.php:577
|
| 260 |
#, fuzzy
|
| 261 |
msgid "Download Contact Form to DB"
|
| 262 |
msgstr "Contact Form Pro"
|
| 263 |
|
| 264 |
+
#: contact_form.php:582
|
| 265 |
msgid "Additional options"
|
| 266 |
msgstr "Opcions addicionals"
|
| 267 |
|
| 268 |
+
#: contact_form.php:584
|
| 269 |
+
msgid "Show"
|
| 270 |
+
msgstr ""
|
| 271 |
+
|
| 272 |
+
#: contact_form.php:585
|
| 273 |
+
msgid "Hide"
|
| 274 |
+
msgstr ""
|
| 275 |
+
|
| 276 |
+
#: contact_form.php:589
|
| 277 |
msgid "What to use?"
|
| 278 |
msgstr "Què usar?"
|
| 279 |
|
| 280 |
+
#: contact_form.php:592
|
| 281 |
msgid "Wp-mail"
|
| 282 |
msgstr "Wp-mail"
|
| 283 |
|
| 284 |
+
#: contact_form.php:592
|
| 285 |
msgid "You can use the wp_mail function for mailing"
|
| 286 |
msgstr "Vostè pot utilitzar la funció wp_mail pel correu."
|
| 287 |
|
| 288 |
+
#: contact_form.php:594
|
| 289 |
msgid "Mail"
|
| 290 |
msgstr "Mail"
|
| 291 |
|
| 292 |
+
#: contact_form.php:594
|
| 293 |
msgid "To send mail you can use the php mail function"
|
| 294 |
msgstr "Per enviar correu vostè pot usar la funció 'php mail'"
|
| 295 |
|
| 296 |
+
#: contact_form.php:598
|
| 297 |
#, fuzzy
|
| 298 |
msgid "The text in the 'From' field"
|
| 299 |
msgstr "Modifica el camp DE al contact form"
|
| 300 |
|
| 301 |
+
#: contact_form.php:600
|
| 302 |
msgid "User name"
|
| 303 |
msgstr ""
|
| 304 |
|
| 305 |
+
#: contact_form.php:601
|
| 306 |
#, fuzzy
|
| 307 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 308 |
msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
|
| 309 |
|
| 310 |
+
#: contact_form.php:604
|
| 311 |
#, fuzzy
|
| 312 |
msgid "This text will be used in the 'FROM' field"
|
| 313 |
msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
|
| 314 |
|
| 315 |
+
#: contact_form.php:608
|
| 316 |
#, fuzzy
|
| 317 |
msgid "The email address in the 'From' field"
|
| 318 |
msgstr "Introduir el correu electrònic al camp 'From'"
|
| 319 |
|
| 320 |
+
#: contact_form.php:610
|
| 321 |
msgid "User email"
|
| 322 |
msgstr ""
|
| 323 |
|
| 324 |
+
#: contact_form.php:611
|
| 325 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 326 |
msgstr "L'adreça de correu electrònic de l'usuari que omple el formulari s'ha de posar al camp 'From'."
|
| 327 |
|
| 328 |
+
#: contact_form.php:614
|
| 329 |
msgid "This email address will be used in the 'From' field."
|
| 330 |
msgstr "Aquesta adreça de correu electrònic s'utilitzarà al camp 'De'"
|
| 331 |
|
| 332 |
+
#: contact_form.php:618
|
| 333 |
msgid "Display fields"
|
| 334 |
msgstr "Mostra els camps"
|
| 335 |
|
| 336 |
+
#: contact_form.php:620
|
| 337 |
+
#: contact_form.php:668
|
| 338 |
+
#: contact_form.php:866
|
| 339 |
+
#: contact_form.php:1526
|
| 340 |
msgid "Address"
|
| 341 |
msgstr "Adreça:"
|
| 342 |
|
| 343 |
+
#: contact_form.php:621
|
| 344 |
+
#: contact_form.php:670
|
| 345 |
+
#: contact_form.php:1534
|
| 346 |
msgid "Phone"
|
| 347 |
msgstr "Telèfon"
|
| 348 |
|
| 349 |
+
#: contact_form.php:622
|
| 350 |
msgid "Attachment block"
|
| 351 |
msgstr "Adjunt blocat"
|
| 352 |
|
| 353 |
+
#: contact_form.php:622
|
| 354 |
msgid "Users can attach the following file formats"
|
| 355 |
msgstr "Els usuaris poden adjuntar els següents formats d'arxiu"
|
| 356 |
|
|
|
|
| 357 |
#: contact_form.php:629
|
| 358 |
+
#: contact_form.php:632
|
| 359 |
+
#: contact_form.php:636
|
| 360 |
+
#: contact_form.php:895
|
| 361 |
msgid "Captcha"
|
| 362 |
msgstr "Captcha"
|
| 363 |
|
|
|
|
| 364 |
#: contact_form.php:629
|
| 365 |
+
#: contact_form.php:632
|
| 366 |
+
#: contact_form.php:636
|
| 367 |
msgid "powered by"
|
| 368 |
msgstr ""
|
| 369 |
|
| 370 |
+
#: contact_form.php:632
|
| 371 |
msgid "Activate captcha"
|
| 372 |
msgstr "Captcha activat"
|
| 373 |
|
| 374 |
+
#: contact_form.php:636
|
| 375 |
msgid "Download captcha"
|
| 376 |
msgstr "Descarrega captcha"
|
| 377 |
|
| 378 |
+
#: contact_form.php:641
|
| 379 |
#, fuzzy
|
| 380 |
msgid "Display tips below the Attachment block"
|
| 381 |
msgstr "Consells del blocatge de l'adjunt"
|
| 382 |
|
| 383 |
+
#: contact_form.php:650
|
| 384 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 385 |
msgstr ""
|
| 386 |
|
| 387 |
+
#: contact_form.php:656
|
| 388 |
#, fuzzy
|
| 389 |
msgid "Display 'Send me a copy' block"
|
| 390 |
msgstr "Envia'm una còpia"
|
| 391 |
|
| 392 |
+
#: contact_form.php:665
|
| 393 |
msgid "Required fields"
|
| 394 |
msgstr "Camps requerits"
|
| 395 |
|
| 396 |
+
#: contact_form.php:667
|
| 397 |
+
#: contact_form.php:861
|
| 398 |
+
#: contact_form.php:1521
|
| 399 |
msgid "Name"
|
| 400 |
msgstr "Nom"
|
| 401 |
|
| 402 |
+
#: contact_form.php:669
|
| 403 |
msgid "Email Address"
|
| 404 |
msgstr "Adreça de correu electrònic:"
|
| 405 |
|
| 406 |
+
#: contact_form.php:671
|
| 407 |
+
#: contact_form.php:881
|
| 408 |
+
#: contact_form.php:1537
|
| 409 |
msgid "Subject"
|
| 410 |
msgstr "Assumpte"
|
| 411 |
|
| 412 |
+
#: contact_form.php:672
|
| 413 |
+
#: contact_form.php:885
|
| 414 |
+
#: contact_form.php:1540
|
| 415 |
msgid "Message"
|
| 416 |
msgstr "MIssatge"
|
| 417 |
|
| 418 |
+
#: contact_form.php:676
|
| 419 |
msgid "Display the asterisk near required fields"
|
| 420 |
msgstr ""
|
| 421 |
|
| 422 |
+
#: contact_form.php:682
|
| 423 |
msgid "Display additional info in the email"
|
| 424 |
msgstr "Mostra informació addicional al correu electrònic,"
|
| 425 |
|
| 426 |
+
#: contact_form.php:687
|
| 427 |
+
#: contact_form.php:1493
|
| 428 |
msgid "Sent from (ip address)"
|
| 429 |
msgstr "Enviat des de (adreça IP)"
|
| 430 |
|
| 431 |
+
#: contact_form.php:687
|
| 432 |
#, fuzzy
|
| 433 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 434 |
msgstr "Enviat des de (adreça IP)"
|
| 435 |
|
| 436 |
+
#: contact_form.php:688
|
| 437 |
+
#: contact_form.php:1498
|
| 438 |
msgid "Date/Time"
|
| 439 |
msgstr "Data/hora"
|
| 440 |
|
| 441 |
+
#: contact_form.php:688
|
| 442 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 443 |
msgstr ""
|
| 444 |
|
| 445 |
+
#: contact_form.php:689
|
| 446 |
+
#: contact_form.php:1503
|
| 447 |
msgid "Sent from (referer)"
|
| 448 |
msgstr "Enviat des de (referent)"
|
| 449 |
|
| 450 |
+
#: contact_form.php:689
|
| 451 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 452 |
msgstr ""
|
| 453 |
|
| 454 |
+
#: contact_form.php:690
|
| 455 |
+
#: contact_form.php:1508
|
| 456 |
msgid "Using (user agent)"
|
| 457 |
msgstr "Usant (user agent)"
|
| 458 |
|
| 459 |
+
#: contact_form.php:690
|
| 460 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 461 |
msgstr ""
|
| 462 |
|
| 463 |
+
#: contact_form.php:694
|
| 464 |
msgid "Language settings for the field names in the form"
|
| 465 |
msgstr "Configuració de la llengua als noms dels camps del formulari"
|
| 466 |
|
| 467 |
+
#: contact_form.php:703
|
| 468 |
msgid "Add a language"
|
| 469 |
msgstr "Afegeix lengua"
|
| 470 |
|
| 471 |
+
#: contact_form.php:707
|
| 472 |
msgid "Change the names of the contact form fields and error messages"
|
| 473 |
msgstr "Modifica els noms dels camps i els missatges d'error del formulari de contacte"
|
| 474 |
|
| 475 |
+
#: contact_form.php:712
|
| 476 |
+
#: contact_form.php:783
|
| 477 |
msgid "English"
|
| 478 |
msgstr "Anglès"
|
| 479 |
|
| 480 |
+
#: contact_form.php:731
|
| 481 |
+
#: contact_form.php:760
|
| 482 |
msgid "Error message for the Name field"
|
| 483 |
msgstr "Missatge d'error per al camp 'Nom'"
|
| 484 |
|
| 485 |
+
#: contact_form.php:732
|
| 486 |
+
#: contact_form.php:761
|
| 487 |
msgid "Error message for the Address field"
|
| 488 |
msgstr "Missatge d'error per al camp 'Adreça'"
|
| 489 |
|
| 490 |
+
#: contact_form.php:733
|
| 491 |
+
#: contact_form.php:762
|
| 492 |
msgid "Error message for the Email field"
|
| 493 |
msgstr "Missatge d'error per al camp 'Adreça de correu electrònic'"
|
| 494 |
|
| 495 |
+
#: contact_form.php:734
|
| 496 |
+
#: contact_form.php:763
|
| 497 |
msgid "Error message for the Phone field"
|
| 498 |
msgstr "Missatge d'error per al camp 'Telèfon\""
|
| 499 |
|
| 500 |
+
#: contact_form.php:735
|
| 501 |
+
#: contact_form.php:764
|
| 502 |
msgid "Error message for the Subject field"
|
| 503 |
msgstr "Missatge d'error per al camp 'Assumpte'"
|
| 504 |
|
| 505 |
+
#: contact_form.php:736
|
| 506 |
+
#: contact_form.php:765
|
| 507 |
msgid "Error message for the Message field"
|
| 508 |
msgstr "Missatge d'error per al camp 'Missatge'"
|
| 509 |
|
| 510 |
+
#: contact_form.php:737
|
| 511 |
+
#: contact_form.php:766
|
| 512 |
msgid "Error message about the file type for the Attachment field"
|
| 513 |
msgstr "Missatge d'error sobre el tipus de per al camp 'Adjunt'"
|
| 514 |
|
| 515 |
+
#: contact_form.php:738
|
| 516 |
+
#: contact_form.php:767
|
| 517 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 518 |
msgstr "Missatge d'error al carregar al servidor un fitxer per al camp Adjunt"
|
| 519 |
|
| 520 |
+
#: contact_form.php:739
|
| 521 |
+
#: contact_form.php:768
|
| 522 |
msgid "Error message while moving the file for the Attachment field"
|
| 523 |
msgstr "Missatge d'error al mourerun fitxer per al camp Adjunt"
|
| 524 |
|
| 525 |
+
#: contact_form.php:740
|
| 526 |
+
#: contact_form.php:769
|
| 527 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 528 |
msgstr "Missatge d'error al superar el límit de mida de fitxer per al camp Adjunt"
|
| 529 |
|
| 530 |
+
#: contact_form.php:741
|
| 531 |
+
#: contact_form.php:770
|
| 532 |
msgid "Error message for the Captcha field"
|
| 533 |
msgstr "Missatge d'error al camp Captcha"
|
| 534 |
|
| 535 |
+
#: contact_form.php:742
|
| 536 |
+
#: contact_form.php:771
|
| 537 |
msgid "Error message for the whole form"
|
| 538 |
msgstr "Missatge d'error a tot el formulari"
|
| 539 |
|
| 540 |
+
#: contact_form.php:744
|
| 541 |
+
#: contact_form.php:773
|
| 542 |
+
#: contact_form.php:792
|
| 543 |
+
#: contact_form.php:798
|
| 544 |
msgid "Use shortcode"
|
| 545 |
msgstr "useu un codi curt"
|
| 546 |
|
| 547 |
+
#: contact_form.php:744
|
| 548 |
+
#: contact_form.php:773
|
| 549 |
+
#: contact_form.php:792
|
| 550 |
+
#: contact_form.php:798
|
| 551 |
msgid "for this language"
|
| 552 |
msgstr "Per aquesta llengua"
|
| 553 |
|
| 554 |
+
#: contact_form.php:780
|
| 555 |
msgid "Action after email is sent"
|
| 556 |
msgstr "Accions després d'enviar un correu electrònic."
|
| 557 |
|
| 558 |
+
#: contact_form.php:782
|
| 559 |
msgid "Display text"
|
| 560 |
msgstr "Mostra el text"
|
| 561 |
|
| 562 |
+
#: contact_form.php:791
|
| 563 |
+
#: contact_form.php:797
|
| 564 |
msgid "Text"
|
| 565 |
msgstr "Text"
|
| 566 |
|
| 567 |
+
#: contact_form.php:804
|
| 568 |
msgid "Redirect to the page"
|
| 569 |
msgstr "Redirigir a la pàgina"
|
| 570 |
|
| 571 |
+
#: contact_form.php:805
|
| 572 |
msgid "Url"
|
| 573 |
msgstr "Url"
|
| 574 |
|
| 575 |
+
#: contact_form.php:810
|
| 576 |
+
#: contact_form.php:987
|
| 577 |
msgid "Save Changes"
|
| 578 |
msgstr "Desar els canvis"
|
| 579 |
|
| 580 |
+
#: contact_form.php:827
|
| 581 |
msgid "Contact Form Pro | Extra Settings"
|
| 582 |
msgstr "Opcions extra | Contact Form Pro"
|
| 583 |
|
| 584 |
+
#: contact_form.php:841
|
| 585 |
msgid "Errors output"
|
| 586 |
msgstr "Errors de sortida"
|
| 587 |
|
| 588 |
+
#: contact_form.php:844
|
| 589 |
msgid "Display error messages"
|
| 590 |
msgstr "Mostra els missatges d'error"
|
| 591 |
|
| 592 |
+
#: contact_form.php:845
|
| 593 |
msgid "Color of the input field errors."
|
| 594 |
msgstr "Color dels errors al camp d'entrada"
|
| 595 |
|
| 596 |
+
#: contact_form.php:846
|
| 597 |
msgid "Display error messages & color of the input field errors"
|
| 598 |
msgstr "Mostra els missatges d'error i el color dels errors del camp d'entrada"
|
| 599 |
|
| 600 |
+
#: contact_form.php:851
|
| 601 |
msgid "Add placeholder to the input blocks"
|
| 602 |
msgstr "Afegeix marcador de posició als blocs d'entrada"
|
| 603 |
|
| 604 |
+
#: contact_form.php:857
|
| 605 |
msgid "Add tooltips"
|
| 606 |
msgstr "Afegir consells sobre les eines"
|
| 607 |
|
| 608 |
+
#: contact_form.php:871
|
| 609 |
msgid "Email address"
|
| 610 |
msgstr "Adreça de correu electrònic:"
|
| 611 |
|
| 612 |
+
#: contact_form.php:876
|
| 613 |
msgid "Phone Number"
|
| 614 |
msgstr "Nombre de telèfon"
|
| 615 |
|
| 616 |
+
#: contact_form.php:890
|
| 617 |
msgid "Attachment"
|
| 618 |
msgstr "Adjunt:"
|
| 619 |
|
| 620 |
+
#: contact_form.php:895
|
| 621 |
msgid "(powered by bestwebsoft.com)"
|
| 622 |
msgstr "(Impulsat per bestwebsoft.com)"
|
| 623 |
|
| 624 |
+
#: contact_form.php:900
|
| 625 |
msgid "Style options"
|
| 626 |
msgstr "Opcions d'estil"
|
| 627 |
|
| 628 |
+
#: contact_form.php:903
|
| 629 |
msgid "Text color"
|
| 630 |
msgstr "Color del text"
|
| 631 |
|
| 632 |
+
#: contact_form.php:906
|
| 633 |
+
#: contact_form.php:911
|
| 634 |
+
#: contact_form.php:921
|
| 635 |
+
#: contact_form.php:926
|
| 636 |
+
#: contact_form.php:931
|
| 637 |
+
#: contact_form.php:936
|
| 638 |
+
#: contact_form.php:946
|
| 639 |
+
#: contact_form.php:951
|
| 640 |
+
#: contact_form.php:957
|
| 641 |
+
#: contact_form.php:968
|
| 642 |
+
#: contact_form.php:973
|
| 643 |
+
#: contact_form.php:978
|
| 644 |
msgid "Default"
|
| 645 |
msgstr "Per defecte"
|
| 646 |
|
| 647 |
+
#: contact_form.php:908
|
| 648 |
msgid "Label text color"
|
| 649 |
msgstr "Color del text de l'etiqeta"
|
| 650 |
|
| 651 |
+
#: contact_form.php:913
|
| 652 |
msgid "Placeholder color"
|
| 653 |
msgstr "Color del marcador de posició"
|
| 654 |
|
| 655 |
+
#: contact_form.php:918
|
| 656 |
msgid "Errors color"
|
| 657 |
msgstr "Color dels errors"
|
| 658 |
|
| 659 |
+
#: contact_form.php:923
|
| 660 |
msgid "Error text color"
|
| 661 |
msgstr "Color del text d'error"
|
| 662 |
|
| 663 |
+
#: contact_form.php:928
|
| 664 |
msgid "Background color of the input field errors"
|
| 665 |
msgstr "Color de fons dels errors del camp d'entrada"
|
| 666 |
|
| 667 |
+
#: contact_form.php:933
|
| 668 |
msgid "Border color of the input field errors"
|
| 669 |
msgstr "Color de la vora dels errors del camp d'entrada"
|
| 670 |
|
| 671 |
+
#: contact_form.php:938
|
| 672 |
msgid "Placeholder color of the input field errors"
|
| 673 |
msgstr "Color del marcador de posició dels errors del camp d'entrada"
|
| 674 |
|
| 675 |
+
#: contact_form.php:943
|
| 676 |
msgid "Input fields"
|
| 677 |
msgstr "Visualitza l'adjunt"
|
| 678 |
|
| 679 |
+
#: contact_form.php:948
|
| 680 |
msgid "Input fields background color"
|
| 681 |
msgstr "Color de fons dels camps d'entrada"
|
| 682 |
|
| 683 |
+
#: contact_form.php:953
|
| 684 |
msgid "Text fields color"
|
| 685 |
msgstr "Color dels camps de text"
|
| 686 |
|
| 687 |
+
#: contact_form.php:955
|
| 688 |
msgid "Border width in px, numbers only"
|
| 689 |
msgstr "Ample de vora en px, sols nombres"
|
| 690 |
|
| 691 |
+
#: contact_form.php:959
|
| 692 |
+
#: contact_form.php:980
|
| 693 |
msgid "Border color"
|
| 694 |
msgstr "Color de la vora"
|
| 695 |
|
| 696 |
+
#: contact_form.php:964
|
| 697 |
msgid "Submit button"
|
| 698 |
msgstr "Enviar"
|
| 699 |
|
| 700 |
# #: contact_form.php:928
|
| 701 |
+
#: contact_form.php:966
|
| 702 |
msgid "Width in px, numbers only"
|
| 703 |
msgstr "Ample en px, sols nombres"
|
| 704 |
|
| 705 |
+
#: contact_form.php:970
|
| 706 |
msgid "Button color"
|
| 707 |
msgstr "Color del botó"
|
| 708 |
|
| 709 |
+
#: contact_form.php:975
|
| 710 |
msgid "Button text color"
|
| 711 |
msgstr "Color del text del botó"
|
| 712 |
|
| 713 |
+
#: contact_form.php:991
|
| 714 |
msgid "Contact Form Pro | Preview"
|
| 715 |
msgstr "Contact Form Pro | Vista prèvia"
|
| 716 |
|
| 717 |
+
#: contact_form.php:994
|
| 718 |
msgid "Show with errors"
|
| 719 |
msgstr "Mostra amb errors"
|
| 720 |
|
| 721 |
+
#: contact_form.php:1002
|
| 722 |
+
#: contact_form.php:1004
|
| 723 |
msgid "Please enter your full name..."
|
| 724 |
msgstr "Si us plau introduïu el nom complet"
|
| 725 |
|
| 726 |
+
#: contact_form.php:1015
|
| 727 |
+
#: contact_form.php:1017
|
| 728 |
msgid "Please enter your address..."
|
| 729 |
msgstr "Si us plau introduïu l'adreça"
|
| 730 |
|
| 731 |
+
#: contact_form.php:1026
|
| 732 |
+
#: contact_form.php:1028
|
| 733 |
msgid "Please enter your email address..."
|
| 734 |
msgstr "Si us plau introdueixi el seu e-mail"
|
| 735 |
|
| 736 |
+
#: contact_form.php:1037
|
| 737 |
+
#: contact_form.php:1039
|
| 738 |
msgid "Please enter your phone number..."
|
| 739 |
msgstr "Si us plau introduïu el nombre de telèfon"
|
| 740 |
|
| 741 |
+
#: contact_form.php:1048
|
| 742 |
+
#: contact_form.php:1050
|
| 743 |
msgid "Please enter subject..."
|
| 744 |
msgstr "Si us plau introduïu l'assumpte"
|
| 745 |
|
| 746 |
+
#: contact_form.php:1058
|
| 747 |
+
#: contact_form.php:1060
|
| 748 |
msgid "Please enter your message..."
|
| 749 |
msgstr "Si us plau introduïu el missatge"
|
| 750 |
|
| 751 |
+
#: contact_form.php:1071
|
| 752 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 753 |
msgstr "Formats de fitxer suportats: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Mida màxima: 2MB"
|
| 754 |
|
| 755 |
+
#: contact_form.php:1138
|
| 756 |
msgid "Sorry, email message could not be delivered."
|
| 757 |
msgstr "Ho sentim, el seu e-mail no ha pogut ser lliurat."
|
| 758 |
|
| 759 |
+
#: contact_form.php:1222
|
| 760 |
msgid "You can attach the following file formats"
|
| 761 |
msgstr "Pot adjuntar els següents formats d'arxiu"
|
| 762 |
|
| 763 |
+
#: contact_form.php:1516
|
| 764 |
msgid "Contact from"
|
| 765 |
msgstr "Contact from"
|
| 766 |
|
| 767 |
+
#: contact_form.php:1529
|
| 768 |
msgid "Email"
|
| 769 |
msgstr "Adreça de correu electrònic"
|
| 770 |
|
| 771 |
+
#: contact_form.php:1543
|
| 772 |
msgid "Site"
|
| 773 |
msgstr "Lloc"
|
| 774 |
|
| 775 |
+
#: contact_form.php:1606
|
| 776 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 777 |
msgstr "Si pot veure aquest MIME, vol dir que el tipus MIME no és compatible amb el seu client de correu electrònic!"
|
| 778 |
|
| 779 |
+
#: contact_form.php:1670
|
| 780 |
msgid "FAQ"
|
| 781 |
msgstr "FAQ"
|
| 782 |
|
| 783 |
+
#: contact_form.php:1671
|
| 784 |
msgid "Support"
|
| 785 |
msgstr "Suport"
|
| 786 |
|
| 787 |
+
#: contact_form.php:1728
|
| 788 |
msgid "Are you sure that you want to delete this language data?"
|
| 789 |
msgstr "Està vostè segur que vol esborrar aquest idioma?"
|
| 790 |
|
languages/contact_form-cs_CZ.mo
CHANGED
|
Binary file
|
languages/contact_form-cs_CZ.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2013-11-
|
| 6 |
-
"PO-Revision-Date: 2013-11-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -33,63 +33,63 @@ msgstr "Nastavení kontaktního formuláře"
|
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
-
#: contact_form.php:
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Kontaktní formulář"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
-
#: contact_form.php:
|
| 43 |
-
#: contact_form.php:
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Jméno:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
-
#: contact_form.php:
|
| 49 |
-
#: contact_form.php:
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "E-Mail:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
-
#: contact_form.php:
|
| 56 |
-
#: contact_form.php:
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "E-Mail:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
-
#: contact_form.php:
|
| 62 |
-
#: contact_form.php:
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
-
#: contact_form.php:
|
| 68 |
-
#: contact_form.php:
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Předmět:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
-
#: contact_form.php:
|
| 74 |
-
#: contact_form.php:
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Zpráva:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
-
#: contact_form.php:
|
| 80 |
-
#: contact_form.php:
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Příloha:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
-
#: contact_form.php:
|
| 86 |
-
#: contact_form.php:
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Zaslat mi kopii"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
-
#: contact_form.php:
|
| 92 |
-
#: contact_form.php:
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Zaslat"
|
| 95 |
|
|
@@ -185,27 +185,27 @@ msgid "Settings saved."
|
|
| 185 |
msgstr "Nastavení uloženo."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
-
#: contact_form.php:
|
| 189 |
-
#: contact_form.php:
|
| 190 |
-
#: contact_form.php:
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "Nastavení"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
-
#: contact_form.php:
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "Nastavení"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
-
#: contact_form.php:
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "Pokud chcete vložit kontaktní formulář na stránku, zkopírujte a vložte tento kód do přípsěvku, stránky nebo widgetu:"
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
-
#: contact_form.php:
|
| 208 |
-
#: contact_form.php:
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
|
@@ -246,7 +246,7 @@ msgid "Add department selectbox to the contact form:"
|
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
-
#: contact_form.php:
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
|
@@ -254,552 +254,560 @@ msgstr ""
|
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
-
#: contact_form.php:
|
| 258 |
-
#: contact_form.php:
|
| 259 |
-
#: contact_form.php:
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
-
#: contact_form.php:
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "Kontaktní formulář"
|
| 267 |
|
| 268 |
-
#: contact_form.php:
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "Kontaktní formulář"
|
| 272 |
|
| 273 |
-
#: contact_form.php:
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "Další nastavení"
|
| 276 |
|
| 277 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
msgid "What to use?"
|
| 279 |
msgstr "K čemu?"
|
| 280 |
|
| 281 |
-
#: contact_form.php:
|
| 282 |
msgid "Wp-mail"
|
| 283 |
msgstr "Wp-mail"
|
| 284 |
|
| 285 |
-
#: contact_form.php:
|
| 286 |
msgid "You can use the wp_mail function for mailing"
|
| 287 |
msgstr "Pro zaslání mailu můžete použít wordpress wp_mail funkce"
|
| 288 |
|
| 289 |
-
#: contact_form.php:
|
| 290 |
msgid "Mail"
|
| 291 |
msgstr "Mail"
|
| 292 |
|
| 293 |
-
#: contact_form.php:
|
| 294 |
msgid "To send mail you can use the php mail function"
|
| 295 |
msgstr "Pro zaslání mailu můžete použít php mail funkce"
|
| 296 |
|
| 297 |
-
#: contact_form.php:
|
| 298 |
#, fuzzy
|
| 299 |
msgid "The text in the 'From' field"
|
| 300 |
msgstr "Změnit políčko OD"
|
| 301 |
|
| 302 |
-
#: contact_form.php:
|
| 303 |
msgid "User name"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: contact_form.php:
|
| 307 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 308 |
msgstr ""
|
| 309 |
|
| 310 |
-
#: contact_form.php:
|
| 311 |
#, fuzzy
|
| 312 |
msgid "This text will be used in the 'FROM' field"
|
| 313 |
msgstr "Změnit políčko OD"
|
| 314 |
|
| 315 |
-
#: contact_form.php:
|
| 316 |
msgid "The email address in the 'From' field"
|
| 317 |
msgstr ""
|
| 318 |
|
| 319 |
-
#: contact_form.php:
|
| 320 |
msgid "User email"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: contact_form.php:
|
| 324 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
-
#: contact_form.php:
|
| 328 |
msgid "This email address will be used in the 'From' field."
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
-
#: contact_form.php:
|
| 332 |
#, fuzzy
|
| 333 |
msgid "Display fields"
|
| 334 |
msgstr "Zobraz text"
|
| 335 |
|
| 336 |
-
#: contact_form.php:
|
| 337 |
-
#: contact_form.php:
|
| 338 |
-
#: contact_form.php:
|
| 339 |
-
#: contact_form.php:
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Address"
|
| 342 |
msgstr "E-Mail:"
|
| 343 |
|
| 344 |
-
#: contact_form.php:
|
| 345 |
-
#: contact_form.php:
|
| 346 |
-
#: contact_form.php:
|
| 347 |
msgid "Phone"
|
| 348 |
msgstr ""
|
| 349 |
|
| 350 |
-
#: contact_form.php:
|
| 351 |
#, fuzzy
|
| 352 |
msgid "Attachment block"
|
| 353 |
msgstr "Zobrazit možnost přílohy"
|
| 354 |
|
| 355 |
-
#: contact_form.php:
|
| 356 |
msgid "Users can attach the following file formats"
|
| 357 |
msgstr "Uživatelé mohou vkládat soubory těchto typů"
|
| 358 |
|
| 359 |
-
#: contact_form.php:626
|
| 360 |
#: contact_form.php:629
|
| 361 |
-
#: contact_form.php:
|
| 362 |
-
#: contact_form.php:
|
|
|
|
| 363 |
msgid "Captcha"
|
| 364 |
msgstr ""
|
| 365 |
|
| 366 |
-
#: contact_form.php:626
|
| 367 |
#: contact_form.php:629
|
| 368 |
-
#: contact_form.php:
|
|
|
|
| 369 |
msgid "powered by"
|
| 370 |
msgstr ""
|
| 371 |
|
| 372 |
-
#: contact_form.php:
|
| 373 |
#, fuzzy
|
| 374 |
msgid "Activate captcha"
|
| 375 |
msgstr "Aktivované pluginy"
|
| 376 |
|
| 377 |
-
#: contact_form.php:
|
| 378 |
#, fuzzy
|
| 379 |
msgid "Download captcha"
|
| 380 |
msgstr "Download"
|
| 381 |
|
| 382 |
-
#: contact_form.php:
|
| 383 |
#, fuzzy
|
| 384 |
msgid "Display tips below the Attachment block"
|
| 385 |
msgstr "Zobrazit vysvětlivky po bloku s přílohou."
|
| 386 |
|
| 387 |
-
#: contact_form.php:
|
| 388 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 389 |
msgstr ""
|
| 390 |
|
| 391 |
-
#: contact_form.php:
|
| 392 |
#, fuzzy
|
| 393 |
msgid "Display 'Send me a copy' block"
|
| 394 |
msgstr "Zobrazit Zaslat kopii"
|
| 395 |
|
| 396 |
-
#: contact_form.php:
|
| 397 |
msgid "Required fields"
|
| 398 |
msgstr ""
|
| 399 |
|
| 400 |
-
#: contact_form.php:
|
| 401 |
-
#: contact_form.php:
|
| 402 |
-
#: contact_form.php:
|
| 403 |
msgid "Name"
|
| 404 |
msgstr "Jméno"
|
| 405 |
|
| 406 |
-
#: contact_form.php:
|
| 407 |
#, fuzzy
|
| 408 |
msgid "Email Address"
|
| 409 |
msgstr "E-Mail:"
|
| 410 |
|
| 411 |
-
#: contact_form.php:
|
| 412 |
-
#: contact_form.php:
|
| 413 |
-
#: contact_form.php:
|
| 414 |
msgid "Subject"
|
| 415 |
msgstr "Předmět"
|
| 416 |
|
| 417 |
-
#: contact_form.php:
|
| 418 |
-
#: contact_form.php:
|
| 419 |
-
#: contact_form.php:
|
| 420 |
msgid "Message"
|
| 421 |
msgstr "Zpráva"
|
| 422 |
|
| 423 |
-
#: contact_form.php:
|
| 424 |
msgid "Display the asterisk near required fields"
|
| 425 |
msgstr ""
|
| 426 |
|
| 427 |
-
#: contact_form.php:
|
| 428 |
#, fuzzy
|
| 429 |
msgid "Display additional info in the email"
|
| 430 |
msgstr "Zobrazit přidané info v mailu."
|
| 431 |
|
| 432 |
-
#: contact_form.php:
|
| 433 |
-
#: contact_form.php:
|
| 434 |
msgid "Sent from (ip address)"
|
| 435 |
msgstr "Zasláno z (ip adresa)"
|
| 436 |
|
| 437 |
-
#: contact_form.php:
|
| 438 |
#, fuzzy
|
| 439 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 440 |
msgstr "Zasláno z (ip adresa)"
|
| 441 |
|
| 442 |
-
#: contact_form.php:
|
| 443 |
-
#: contact_form.php:
|
| 444 |
msgid "Date/Time"
|
| 445 |
msgstr "Datum / Čas"
|
| 446 |
|
| 447 |
-
#: contact_form.php:
|
| 448 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 449 |
msgstr ""
|
| 450 |
|
| 451 |
-
#: contact_form.php:
|
| 452 |
-
#: contact_form.php:
|
| 453 |
msgid "Sent from (referer)"
|
| 454 |
msgstr "Příchozí od"
|
| 455 |
|
| 456 |
-
#: contact_form.php:
|
| 457 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 458 |
msgstr ""
|
| 459 |
|
| 460 |
-
#: contact_form.php:
|
| 461 |
-
#: contact_form.php:
|
| 462 |
msgid "Using (user agent)"
|
| 463 |
msgstr "Používání"
|
| 464 |
|
| 465 |
-
#: contact_form.php:
|
| 466 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 467 |
msgstr ""
|
| 468 |
|
| 469 |
-
#: contact_form.php:
|
| 470 |
msgid "Language settings for the field names in the form"
|
| 471 |
msgstr ""
|
| 472 |
|
| 473 |
-
#: contact_form.php:
|
| 474 |
msgid "Add a language"
|
| 475 |
msgstr ""
|
| 476 |
|
| 477 |
-
#: contact_form.php:
|
| 478 |
#, fuzzy
|
| 479 |
msgid "Change the names of the contact form fields and error messages"
|
| 480 |
msgstr "Změnit popisek políček"
|
| 481 |
|
| 482 |
-
#: contact_form.php:
|
| 483 |
-
#: contact_form.php:
|
| 484 |
msgid "English"
|
| 485 |
msgstr ""
|
| 486 |
|
| 487 |
-
#: contact_form.php:728
|
| 488 |
-
#: contact_form.php:757
|
| 489 |
-
msgid "Error message for the Name field"
|
| 490 |
-
msgstr ""
|
| 491 |
-
|
| 492 |
-
#: contact_form.php:729
|
| 493 |
-
#: contact_form.php:758
|
| 494 |
-
msgid "Error message for the Address field"
|
| 495 |
-
msgstr ""
|
| 496 |
-
|
| 497 |
-
#: contact_form.php:730
|
| 498 |
-
#: contact_form.php:759
|
| 499 |
-
msgid "Error message for the Email field"
|
| 500 |
-
msgstr ""
|
| 501 |
-
|
| 502 |
#: contact_form.php:731
|
| 503 |
#: contact_form.php:760
|
| 504 |
-
msgid "Error message for the
|
| 505 |
msgstr ""
|
| 506 |
|
| 507 |
#: contact_form.php:732
|
| 508 |
#: contact_form.php:761
|
| 509 |
-
msgid "Error message for the
|
| 510 |
msgstr ""
|
| 511 |
|
| 512 |
#: contact_form.php:733
|
| 513 |
#: contact_form.php:762
|
| 514 |
-
msgid "Error message for the
|
| 515 |
msgstr ""
|
| 516 |
|
| 517 |
#: contact_form.php:734
|
| 518 |
#: contact_form.php:763
|
| 519 |
-
msgid "Error message
|
| 520 |
msgstr ""
|
| 521 |
|
| 522 |
#: contact_form.php:735
|
| 523 |
#: contact_form.php:764
|
| 524 |
-
msgid "Error message
|
| 525 |
msgstr ""
|
| 526 |
|
| 527 |
#: contact_form.php:736
|
| 528 |
#: contact_form.php:765
|
| 529 |
-
msgid "Error message
|
| 530 |
msgstr ""
|
| 531 |
|
| 532 |
#: contact_form.php:737
|
| 533 |
#: contact_form.php:766
|
| 534 |
-
msgid "Error message
|
| 535 |
msgstr ""
|
| 536 |
|
| 537 |
#: contact_form.php:738
|
| 538 |
#: contact_form.php:767
|
| 539 |
-
msgid "Error message for the
|
| 540 |
msgstr ""
|
| 541 |
|
| 542 |
#: contact_form.php:739
|
| 543 |
#: contact_form.php:768
|
| 544 |
-
msgid "Error message for the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 545 |
msgstr ""
|
| 546 |
|
| 547 |
#: contact_form.php:741
|
| 548 |
#: contact_form.php:770
|
| 549 |
-
|
| 550 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 551 |
msgid "Use shortcode"
|
| 552 |
msgstr ""
|
| 553 |
|
| 554 |
-
#: contact_form.php:
|
| 555 |
-
#: contact_form.php:
|
| 556 |
-
#: contact_form.php:
|
| 557 |
-
#: contact_form.php:
|
| 558 |
msgid "for this language"
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
-
#: contact_form.php:
|
| 562 |
msgid "Action after email is sent"
|
| 563 |
msgstr "Akce po zaslání mailu."
|
| 564 |
|
| 565 |
-
#: contact_form.php:
|
| 566 |
msgid "Display text"
|
| 567 |
msgstr "Zobraz text"
|
| 568 |
|
| 569 |
-
#: contact_form.php:
|
| 570 |
-
#: contact_form.php:
|
| 571 |
msgid "Text"
|
| 572 |
msgstr "Text"
|
| 573 |
|
| 574 |
-
#: contact_form.php:
|
| 575 |
msgid "Redirect to the page"
|
| 576 |
msgstr "Přesměrovat na stránku"
|
| 577 |
|
| 578 |
-
#: contact_form.php:
|
| 579 |
msgid "Url"
|
| 580 |
msgstr "Url"
|
| 581 |
|
| 582 |
-
#: contact_form.php:
|
| 583 |
-
#: contact_form.php:
|
| 584 |
msgid "Save Changes"
|
| 585 |
msgstr "Uložit změny"
|
| 586 |
|
| 587 |
-
#: contact_form.php:
|
| 588 |
#, fuzzy
|
| 589 |
msgid "Contact Form Pro | Extra Settings"
|
| 590 |
msgstr "Nastavení kontaktního formuláře"
|
| 591 |
|
| 592 |
-
#: contact_form.php:
|
| 593 |
msgid "Errors output"
|
| 594 |
msgstr ""
|
| 595 |
|
| 596 |
-
#: contact_form.php:
|
| 597 |
msgid "Display error messages"
|
| 598 |
msgstr ""
|
| 599 |
|
| 600 |
-
#: contact_form.php:
|
| 601 |
msgid "Color of the input field errors."
|
| 602 |
msgstr ""
|
| 603 |
|
| 604 |
-
#: contact_form.php:
|
| 605 |
msgid "Display error messages & color of the input field errors"
|
| 606 |
msgstr ""
|
| 607 |
|
| 608 |
-
#: contact_form.php:
|
| 609 |
msgid "Add placeholder to the input blocks"
|
| 610 |
msgstr ""
|
| 611 |
|
| 612 |
-
#: contact_form.php:
|
| 613 |
#, fuzzy
|
| 614 |
msgid "Add tooltips"
|
| 615 |
msgstr "Další nastavení"
|
| 616 |
|
| 617 |
-
#: contact_form.php:
|
| 618 |
#, fuzzy
|
| 619 |
msgid "Email address"
|
| 620 |
msgstr "E-Mail:"
|
| 621 |
|
| 622 |
-
#: contact_form.php:
|
| 623 |
msgid "Phone Number"
|
| 624 |
msgstr ""
|
| 625 |
|
| 626 |
-
#: contact_form.php:
|
| 627 |
#, fuzzy
|
| 628 |
msgid "Attachment"
|
| 629 |
msgstr "Příloha:"
|
| 630 |
|
| 631 |
-
#: contact_form.php:
|
| 632 |
msgid "(powered by bestwebsoft.com)"
|
| 633 |
msgstr ""
|
| 634 |
|
| 635 |
-
#: contact_form.php:
|
| 636 |
#, fuzzy
|
| 637 |
msgid "Style options"
|
| 638 |
msgstr "Další nastavení"
|
| 639 |
|
| 640 |
-
#: contact_form.php:
|
| 641 |
msgid "Text color"
|
| 642 |
msgstr ""
|
| 643 |
|
| 644 |
-
#: contact_form.php:
|
| 645 |
-
#: contact_form.php:
|
| 646 |
-
#: contact_form.php:
|
| 647 |
-
#: contact_form.php:
|
| 648 |
-
#: contact_form.php:
|
| 649 |
-
#: contact_form.php:
|
| 650 |
-
#: contact_form.php:
|
| 651 |
-
#: contact_form.php:
|
| 652 |
-
#: contact_form.php:
|
| 653 |
-
#: contact_form.php:
|
| 654 |
-
#: contact_form.php:
|
| 655 |
-
#: contact_form.php:
|
| 656 |
msgid "Default"
|
| 657 |
msgstr ""
|
| 658 |
|
| 659 |
-
#: contact_form.php:
|
| 660 |
msgid "Label text color"
|
| 661 |
msgstr ""
|
| 662 |
|
| 663 |
-
#: contact_form.php:
|
| 664 |
msgid "Placeholder color"
|
| 665 |
msgstr ""
|
| 666 |
|
| 667 |
-
#: contact_form.php:
|
| 668 |
msgid "Errors color"
|
| 669 |
msgstr ""
|
| 670 |
|
| 671 |
-
#: contact_form.php:
|
| 672 |
msgid "Error text color"
|
| 673 |
msgstr ""
|
| 674 |
|
| 675 |
-
#: contact_form.php:
|
| 676 |
msgid "Background color of the input field errors"
|
| 677 |
msgstr ""
|
| 678 |
|
| 679 |
-
#: contact_form.php:
|
| 680 |
msgid "Border color of the input field errors"
|
| 681 |
msgstr ""
|
| 682 |
|
| 683 |
-
#: contact_form.php:
|
| 684 |
msgid "Placeholder color of the input field errors"
|
| 685 |
msgstr ""
|
| 686 |
|
| 687 |
-
#: contact_form.php:
|
| 688 |
#, fuzzy
|
| 689 |
msgid "Input fields"
|
| 690 |
msgstr "Zobraz text"
|
| 691 |
|
| 692 |
-
#: contact_form.php:
|
| 693 |
msgid "Input fields background color"
|
| 694 |
msgstr ""
|
| 695 |
|
| 696 |
-
#: contact_form.php:
|
| 697 |
msgid "Text fields color"
|
| 698 |
msgstr ""
|
| 699 |
|
| 700 |
-
#: contact_form.php:
|
| 701 |
msgid "Border width in px, numbers only"
|
| 702 |
msgstr ""
|
| 703 |
|
| 704 |
-
#: contact_form.php:
|
| 705 |
-
#: contact_form.php:
|
| 706 |
msgid "Border color"
|
| 707 |
msgstr ""
|
| 708 |
|
| 709 |
-
#: contact_form.php:
|
| 710 |
#, fuzzy
|
| 711 |
msgid "Submit button"
|
| 712 |
msgstr "Zaslat"
|
| 713 |
|
| 714 |
-
#: contact_form.php:
|
| 715 |
msgid "Width in px, numbers only"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
-
#: contact_form.php:
|
| 719 |
msgid "Button color"
|
| 720 |
msgstr ""
|
| 721 |
|
| 722 |
-
#: contact_form.php:
|
| 723 |
msgid "Button text color"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
-
#: contact_form.php:
|
| 727 |
#, fuzzy
|
| 728 |
msgid "Contact Form Pro | Preview"
|
| 729 |
msgstr "Kontaktní formulář"
|
| 730 |
|
| 731 |
-
#: contact_form.php:
|
| 732 |
msgid "Show with errors"
|
| 733 |
msgstr ""
|
| 734 |
|
| 735 |
-
#: contact_form.php:
|
| 736 |
-
#: contact_form.php:
|
| 737 |
msgid "Please enter your full name..."
|
| 738 |
msgstr ""
|
| 739 |
|
| 740 |
-
#: contact_form.php:
|
| 741 |
-
#: contact_form.php:
|
| 742 |
msgid "Please enter your address..."
|
| 743 |
msgstr ""
|
| 744 |
|
| 745 |
-
#: contact_form.php:
|
| 746 |
-
#: contact_form.php:
|
| 747 |
#, fuzzy
|
| 748 |
msgid "Please enter your email address..."
|
| 749 |
msgstr "Použít tento email:"
|
| 750 |
|
| 751 |
-
#: contact_form.php:
|
| 752 |
-
#: contact_form.php:
|
| 753 |
msgid "Please enter your phone number..."
|
| 754 |
msgstr ""
|
| 755 |
|
| 756 |
-
#: contact_form.php:
|
| 757 |
-
#: contact_form.php:
|
| 758 |
msgid "Please enter subject..."
|
| 759 |
msgstr ""
|
| 760 |
|
| 761 |
-
#: contact_form.php:
|
| 762 |
-
#: contact_form.php:
|
| 763 |
msgid "Please enter your message..."
|
| 764 |
msgstr ""
|
| 765 |
|
| 766 |
-
#: contact_form.php:
|
| 767 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 768 |
msgstr ""
|
| 769 |
|
| 770 |
-
#: contact_form.php:
|
| 771 |
msgid "Sorry, email message could not be delivered."
|
| 772 |
msgstr "Omlouváme se, váš email nemohl být odeslán."
|
| 773 |
|
| 774 |
-
#: contact_form.php:
|
| 775 |
msgid "You can attach the following file formats"
|
| 776 |
msgstr "Můžete přiložit soubory těchto typů"
|
| 777 |
|
| 778 |
-
#: contact_form.php:
|
| 779 |
msgid "Contact from"
|
| 780 |
msgstr "Kontaktní formulář"
|
| 781 |
|
| 782 |
-
#: contact_form.php:
|
| 783 |
msgid "Email"
|
| 784 |
msgstr "E-Mail"
|
| 785 |
|
| 786 |
-
#: contact_form.php:
|
| 787 |
msgid "Site"
|
| 788 |
msgstr "Stránka"
|
| 789 |
|
| 790 |
-
#: contact_form.php:
|
| 791 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 792 |
msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
|
| 793 |
|
| 794 |
-
#: contact_form.php:
|
| 795 |
msgid "FAQ"
|
| 796 |
msgstr "FAQ"
|
| 797 |
|
| 798 |
-
#: contact_form.php:
|
| 799 |
msgid "Support"
|
| 800 |
msgstr "Podpora"
|
| 801 |
|
| 802 |
-
#: contact_form.php:
|
| 803 |
msgid "Are you sure that you want to delete this language data?"
|
| 804 |
msgstr ""
|
| 805 |
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2013-11-08 10:56+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2013-11-08 10:56+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Petr Zápotocký <\\tpetr.zapotocky@centrum.cz>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
+
#: contact_form.php:835
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Kontaktní formulář"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
+
#: contact_form.php:722
|
| 43 |
+
#: contact_form.php:751
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Jméno:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
+
#: contact_form.php:723
|
| 49 |
+
#: contact_form.php:752
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "E-Mail:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
+
#: contact_form.php:724
|
| 56 |
+
#: contact_form.php:753
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "E-Mail:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
+
#: contact_form.php:725
|
| 62 |
+
#: contact_form.php:754
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
+
#: contact_form.php:726
|
| 68 |
+
#: contact_form.php:755
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Předmět:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
+
#: contact_form.php:727
|
| 74 |
+
#: contact_form.php:756
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Zpráva:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
+
#: contact_form.php:728
|
| 80 |
+
#: contact_form.php:757
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Příloha:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
+
#: contact_form.php:729
|
| 86 |
+
#: contact_form.php:758
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Zaslat mi kopii"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
+
#: contact_form.php:730
|
| 92 |
+
#: contact_form.php:759
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Zaslat"
|
| 95 |
|
| 185 |
msgstr "Nastavení uloženo."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
+
#: contact_form.php:829
|
| 189 |
+
#: contact_form.php:1658
|
| 190 |
+
#: contact_form.php:1669
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "Nastavení"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
+
#: contact_form.php:830
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "Nastavení"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
+
#: contact_form.php:1086
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "Pokud chcete vložit kontaktní formulář na stránku, zkopírujte a vložte tento kód do přípsěvku, stránky nebo widgetu:"
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
+
#: contact_form.php:744
|
| 208 |
+
#: contact_form.php:792
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
+
#: contact_form.php:834
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
+
#: contact_form.php:570
|
| 258 |
+
#: contact_form.php:573
|
| 259 |
+
#: contact_form.php:577
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
+
#: contact_form.php:573
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "Kontaktní formulář"
|
| 267 |
|
| 268 |
+
#: contact_form.php:577
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "Kontaktní formulář"
|
| 272 |
|
| 273 |
+
#: contact_form.php:582
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "Další nastavení"
|
| 276 |
|
| 277 |
+
#: contact_form.php:584
|
| 278 |
+
msgid "Show"
|
| 279 |
+
msgstr ""
|
| 280 |
+
|
| 281 |
+
#: contact_form.php:585
|
| 282 |
+
msgid "Hide"
|
| 283 |
+
msgstr ""
|
| 284 |
+
|
| 285 |
+
#: contact_form.php:589
|
| 286 |
msgid "What to use?"
|
| 287 |
msgstr "K čemu?"
|
| 288 |
|
| 289 |
+
#: contact_form.php:592
|
| 290 |
msgid "Wp-mail"
|
| 291 |
msgstr "Wp-mail"
|
| 292 |
|
| 293 |
+
#: contact_form.php:592
|
| 294 |
msgid "You can use the wp_mail function for mailing"
|
| 295 |
msgstr "Pro zaslání mailu můžete použít wordpress wp_mail funkce"
|
| 296 |
|
| 297 |
+
#: contact_form.php:594
|
| 298 |
msgid "Mail"
|
| 299 |
msgstr "Mail"
|
| 300 |
|
| 301 |
+
#: contact_form.php:594
|
| 302 |
msgid "To send mail you can use the php mail function"
|
| 303 |
msgstr "Pro zaslání mailu můžete použít php mail funkce"
|
| 304 |
|
| 305 |
+
#: contact_form.php:598
|
| 306 |
#, fuzzy
|
| 307 |
msgid "The text in the 'From' field"
|
| 308 |
msgstr "Změnit políčko OD"
|
| 309 |
|
| 310 |
+
#: contact_form.php:600
|
| 311 |
msgid "User name"
|
| 312 |
msgstr ""
|
| 313 |
|
| 314 |
+
#: contact_form.php:601
|
| 315 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 316 |
msgstr ""
|
| 317 |
|
| 318 |
+
#: contact_form.php:604
|
| 319 |
#, fuzzy
|
| 320 |
msgid "This text will be used in the 'FROM' field"
|
| 321 |
msgstr "Změnit políčko OD"
|
| 322 |
|
| 323 |
+
#: contact_form.php:608
|
| 324 |
msgid "The email address in the 'From' field"
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
+
#: contact_form.php:610
|
| 328 |
msgid "User email"
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
+
#: contact_form.php:611
|
| 332 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 333 |
msgstr ""
|
| 334 |
|
| 335 |
+
#: contact_form.php:614
|
| 336 |
msgid "This email address will be used in the 'From' field."
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
+
#: contact_form.php:618
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Display fields"
|
| 342 |
msgstr "Zobraz text"
|
| 343 |
|
| 344 |
+
#: contact_form.php:620
|
| 345 |
+
#: contact_form.php:668
|
| 346 |
+
#: contact_form.php:866
|
| 347 |
+
#: contact_form.php:1526
|
| 348 |
#, fuzzy
|
| 349 |
msgid "Address"
|
| 350 |
msgstr "E-Mail:"
|
| 351 |
|
| 352 |
+
#: contact_form.php:621
|
| 353 |
+
#: contact_form.php:670
|
| 354 |
+
#: contact_form.php:1534
|
| 355 |
msgid "Phone"
|
| 356 |
msgstr ""
|
| 357 |
|
| 358 |
+
#: contact_form.php:622
|
| 359 |
#, fuzzy
|
| 360 |
msgid "Attachment block"
|
| 361 |
msgstr "Zobrazit možnost přílohy"
|
| 362 |
|
| 363 |
+
#: contact_form.php:622
|
| 364 |
msgid "Users can attach the following file formats"
|
| 365 |
msgstr "Uživatelé mohou vkládat soubory těchto typů"
|
| 366 |
|
|
|
|
| 367 |
#: contact_form.php:629
|
| 368 |
+
#: contact_form.php:632
|
| 369 |
+
#: contact_form.php:636
|
| 370 |
+
#: contact_form.php:895
|
| 371 |
msgid "Captcha"
|
| 372 |
msgstr ""
|
| 373 |
|
|
|
|
| 374 |
#: contact_form.php:629
|
| 375 |
+
#: contact_form.php:632
|
| 376 |
+
#: contact_form.php:636
|
| 377 |
msgid "powered by"
|
| 378 |
msgstr ""
|
| 379 |
|
| 380 |
+
#: contact_form.php:632
|
| 381 |
#, fuzzy
|
| 382 |
msgid "Activate captcha"
|
| 383 |
msgstr "Aktivované pluginy"
|
| 384 |
|
| 385 |
+
#: contact_form.php:636
|
| 386 |
#, fuzzy
|
| 387 |
msgid "Download captcha"
|
| 388 |
msgstr "Download"
|
| 389 |
|
| 390 |
+
#: contact_form.php:641
|
| 391 |
#, fuzzy
|
| 392 |
msgid "Display tips below the Attachment block"
|
| 393 |
msgstr "Zobrazit vysvětlivky po bloku s přílohou."
|
| 394 |
|
| 395 |
+
#: contact_form.php:650
|
| 396 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 397 |
msgstr ""
|
| 398 |
|
| 399 |
+
#: contact_form.php:656
|
| 400 |
#, fuzzy
|
| 401 |
msgid "Display 'Send me a copy' block"
|
| 402 |
msgstr "Zobrazit Zaslat kopii"
|
| 403 |
|
| 404 |
+
#: contact_form.php:665
|
| 405 |
msgid "Required fields"
|
| 406 |
msgstr ""
|
| 407 |
|
| 408 |
+
#: contact_form.php:667
|
| 409 |
+
#: contact_form.php:861
|
| 410 |
+
#: contact_form.php:1521
|
| 411 |
msgid "Name"
|
| 412 |
msgstr "Jméno"
|
| 413 |
|
| 414 |
+
#: contact_form.php:669
|
| 415 |
#, fuzzy
|
| 416 |
msgid "Email Address"
|
| 417 |
msgstr "E-Mail:"
|
| 418 |
|
| 419 |
+
#: contact_form.php:671
|
| 420 |
+
#: contact_form.php:881
|
| 421 |
+
#: contact_form.php:1537
|
| 422 |
msgid "Subject"
|
| 423 |
msgstr "Předmět"
|
| 424 |
|
| 425 |
+
#: contact_form.php:672
|
| 426 |
+
#: contact_form.php:885
|
| 427 |
+
#: contact_form.php:1540
|
| 428 |
msgid "Message"
|
| 429 |
msgstr "Zpráva"
|
| 430 |
|
| 431 |
+
#: contact_form.php:676
|
| 432 |
msgid "Display the asterisk near required fields"
|
| 433 |
msgstr ""
|
| 434 |
|
| 435 |
+
#: contact_form.php:682
|
| 436 |
#, fuzzy
|
| 437 |
msgid "Display additional info in the email"
|
| 438 |
msgstr "Zobrazit přidané info v mailu."
|
| 439 |
|
| 440 |
+
#: contact_form.php:687
|
| 441 |
+
#: contact_form.php:1493
|
| 442 |
msgid "Sent from (ip address)"
|
| 443 |
msgstr "Zasláno z (ip adresa)"
|
| 444 |
|
| 445 |
+
#: contact_form.php:687
|
| 446 |
#, fuzzy
|
| 447 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 448 |
msgstr "Zasláno z (ip adresa)"
|
| 449 |
|
| 450 |
+
#: contact_form.php:688
|
| 451 |
+
#: contact_form.php:1498
|
| 452 |
msgid "Date/Time"
|
| 453 |
msgstr "Datum / Čas"
|
| 454 |
|
| 455 |
+
#: contact_form.php:688
|
| 456 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 457 |
msgstr ""
|
| 458 |
|
| 459 |
+
#: contact_form.php:689
|
| 460 |
+
#: contact_form.php:1503
|
| 461 |
msgid "Sent from (referer)"
|
| 462 |
msgstr "Příchozí od"
|
| 463 |
|
| 464 |
+
#: contact_form.php:689
|
| 465 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 466 |
msgstr ""
|
| 467 |
|
| 468 |
+
#: contact_form.php:690
|
| 469 |
+
#: contact_form.php:1508
|
| 470 |
msgid "Using (user agent)"
|
| 471 |
msgstr "Používání"
|
| 472 |
|
| 473 |
+
#: contact_form.php:690
|
| 474 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 475 |
msgstr ""
|
| 476 |
|
| 477 |
+
#: contact_form.php:694
|
| 478 |
msgid "Language settings for the field names in the form"
|
| 479 |
msgstr ""
|
| 480 |
|
| 481 |
+
#: contact_form.php:703
|
| 482 |
msgid "Add a language"
|
| 483 |
msgstr ""
|
| 484 |
|
| 485 |
+
#: contact_form.php:707
|
| 486 |
#, fuzzy
|
| 487 |
msgid "Change the names of the contact form fields and error messages"
|
| 488 |
msgstr "Změnit popisek políček"
|
| 489 |
|
| 490 |
+
#: contact_form.php:712
|
| 491 |
+
#: contact_form.php:783
|
| 492 |
msgid "English"
|
| 493 |
msgstr ""
|
| 494 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 495 |
#: contact_form.php:731
|
| 496 |
#: contact_form.php:760
|
| 497 |
+
msgid "Error message for the Name field"
|
| 498 |
msgstr ""
|
| 499 |
|
| 500 |
#: contact_form.php:732
|
| 501 |
#: contact_form.php:761
|
| 502 |
+
msgid "Error message for the Address field"
|
| 503 |
msgstr ""
|
| 504 |
|
| 505 |
#: contact_form.php:733
|
| 506 |
#: contact_form.php:762
|
| 507 |
+
msgid "Error message for the Email field"
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
#: contact_form.php:734
|
| 511 |
#: contact_form.php:763
|
| 512 |
+
msgid "Error message for the Phone field"
|
| 513 |
msgstr ""
|
| 514 |
|
| 515 |
#: contact_form.php:735
|
| 516 |
#: contact_form.php:764
|
| 517 |
+
msgid "Error message for the Subject field"
|
| 518 |
msgstr ""
|
| 519 |
|
| 520 |
#: contact_form.php:736
|
| 521 |
#: contact_form.php:765
|
| 522 |
+
msgid "Error message for the Message field"
|
| 523 |
msgstr ""
|
| 524 |
|
| 525 |
#: contact_form.php:737
|
| 526 |
#: contact_form.php:766
|
| 527 |
+
msgid "Error message about the file type for the Attachment field"
|
| 528 |
msgstr ""
|
| 529 |
|
| 530 |
#: contact_form.php:738
|
| 531 |
#: contact_form.php:767
|
| 532 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 533 |
msgstr ""
|
| 534 |
|
| 535 |
#: contact_form.php:739
|
| 536 |
#: contact_form.php:768
|
| 537 |
+
msgid "Error message while moving the file for the Attachment field"
|
| 538 |
+
msgstr ""
|
| 539 |
+
|
| 540 |
+
#: contact_form.php:740
|
| 541 |
+
#: contact_form.php:769
|
| 542 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 543 |
msgstr ""
|
| 544 |
|
| 545 |
#: contact_form.php:741
|
| 546 |
#: contact_form.php:770
|
| 547 |
+
msgid "Error message for the Captcha field"
|
| 548 |
+
msgstr ""
|
| 549 |
+
|
| 550 |
+
#: contact_form.php:742
|
| 551 |
+
#: contact_form.php:771
|
| 552 |
+
msgid "Error message for the whole form"
|
| 553 |
+
msgstr ""
|
| 554 |
+
|
| 555 |
+
#: contact_form.php:744
|
| 556 |
+
#: contact_form.php:773
|
| 557 |
+
#: contact_form.php:792
|
| 558 |
+
#: contact_form.php:798
|
| 559 |
msgid "Use shortcode"
|
| 560 |
msgstr ""
|
| 561 |
|
| 562 |
+
#: contact_form.php:744
|
| 563 |
+
#: contact_form.php:773
|
| 564 |
+
#: contact_form.php:792
|
| 565 |
+
#: contact_form.php:798
|
| 566 |
msgid "for this language"
|
| 567 |
msgstr ""
|
| 568 |
|
| 569 |
+
#: contact_form.php:780
|
| 570 |
msgid "Action after email is sent"
|
| 571 |
msgstr "Akce po zaslání mailu."
|
| 572 |
|
| 573 |
+
#: contact_form.php:782
|
| 574 |
msgid "Display text"
|
| 575 |
msgstr "Zobraz text"
|
| 576 |
|
| 577 |
+
#: contact_form.php:791
|
| 578 |
+
#: contact_form.php:797
|
| 579 |
msgid "Text"
|
| 580 |
msgstr "Text"
|
| 581 |
|
| 582 |
+
#: contact_form.php:804
|
| 583 |
msgid "Redirect to the page"
|
| 584 |
msgstr "Přesměrovat na stránku"
|
| 585 |
|
| 586 |
+
#: contact_form.php:805
|
| 587 |
msgid "Url"
|
| 588 |
msgstr "Url"
|
| 589 |
|
| 590 |
+
#: contact_form.php:810
|
| 591 |
+
#: contact_form.php:987
|
| 592 |
msgid "Save Changes"
|
| 593 |
msgstr "Uložit změny"
|
| 594 |
|
| 595 |
+
#: contact_form.php:827
|
| 596 |
#, fuzzy
|
| 597 |
msgid "Contact Form Pro | Extra Settings"
|
| 598 |
msgstr "Nastavení kontaktního formuláře"
|
| 599 |
|
| 600 |
+
#: contact_form.php:841
|
| 601 |
msgid "Errors output"
|
| 602 |
msgstr ""
|
| 603 |
|
| 604 |
+
#: contact_form.php:844
|
| 605 |
msgid "Display error messages"
|
| 606 |
msgstr ""
|
| 607 |
|
| 608 |
+
#: contact_form.php:845
|
| 609 |
msgid "Color of the input field errors."
|
| 610 |
msgstr ""
|
| 611 |
|
| 612 |
+
#: contact_form.php:846
|
| 613 |
msgid "Display error messages & color of the input field errors"
|
| 614 |
msgstr ""
|
| 615 |
|
| 616 |
+
#: contact_form.php:851
|
| 617 |
msgid "Add placeholder to the input blocks"
|
| 618 |
msgstr ""
|
| 619 |
|
| 620 |
+
#: contact_form.php:857
|
| 621 |
#, fuzzy
|
| 622 |
msgid "Add tooltips"
|
| 623 |
msgstr "Další nastavení"
|
| 624 |
|
| 625 |
+
#: contact_form.php:871
|
| 626 |
#, fuzzy
|
| 627 |
msgid "Email address"
|
| 628 |
msgstr "E-Mail:"
|
| 629 |
|
| 630 |
+
#: contact_form.php:876
|
| 631 |
msgid "Phone Number"
|
| 632 |
msgstr ""
|
| 633 |
|
| 634 |
+
#: contact_form.php:890
|
| 635 |
#, fuzzy
|
| 636 |
msgid "Attachment"
|
| 637 |
msgstr "Příloha:"
|
| 638 |
|
| 639 |
+
#: contact_form.php:895
|
| 640 |
msgid "(powered by bestwebsoft.com)"
|
| 641 |
msgstr ""
|
| 642 |
|
| 643 |
+
#: contact_form.php:900
|
| 644 |
#, fuzzy
|
| 645 |
msgid "Style options"
|
| 646 |
msgstr "Další nastavení"
|
| 647 |
|
| 648 |
+
#: contact_form.php:903
|
| 649 |
msgid "Text color"
|
| 650 |
msgstr ""
|
| 651 |
|
| 652 |
+
#: contact_form.php:906
|
| 653 |
+
#: contact_form.php:911
|
| 654 |
+
#: contact_form.php:921
|
| 655 |
+
#: contact_form.php:926
|
| 656 |
+
#: contact_form.php:931
|
| 657 |
+
#: contact_form.php:936
|
| 658 |
+
#: contact_form.php:946
|
| 659 |
+
#: contact_form.php:951
|
| 660 |
+
#: contact_form.php:957
|
| 661 |
+
#: contact_form.php:968
|
| 662 |
+
#: contact_form.php:973
|
| 663 |
+
#: contact_form.php:978
|
| 664 |
msgid "Default"
|
| 665 |
msgstr ""
|
| 666 |
|
| 667 |
+
#: contact_form.php:908
|
| 668 |
msgid "Label text color"
|
| 669 |
msgstr ""
|
| 670 |
|
| 671 |
+
#: contact_form.php:913
|
| 672 |
msgid "Placeholder color"
|
| 673 |
msgstr ""
|
| 674 |
|
| 675 |
+
#: contact_form.php:918
|
| 676 |
msgid "Errors color"
|
| 677 |
msgstr ""
|
| 678 |
|
| 679 |
+
#: contact_form.php:923
|
| 680 |
msgid "Error text color"
|
| 681 |
msgstr ""
|
| 682 |
|
| 683 |
+
#: contact_form.php:928
|
| 684 |
msgid "Background color of the input field errors"
|
| 685 |
msgstr ""
|
| 686 |
|
| 687 |
+
#: contact_form.php:933
|
| 688 |
msgid "Border color of the input field errors"
|
| 689 |
msgstr ""
|
| 690 |
|
| 691 |
+
#: contact_form.php:938
|
| 692 |
msgid "Placeholder color of the input field errors"
|
| 693 |
msgstr ""
|
| 694 |
|
| 695 |
+
#: contact_form.php:943
|
| 696 |
#, fuzzy
|
| 697 |
msgid "Input fields"
|
| 698 |
msgstr "Zobraz text"
|
| 699 |
|
| 700 |
+
#: contact_form.php:948
|
| 701 |
msgid "Input fields background color"
|
| 702 |
msgstr ""
|
| 703 |
|
| 704 |
+
#: contact_form.php:953
|
| 705 |
msgid "Text fields color"
|
| 706 |
msgstr ""
|
| 707 |
|
| 708 |
+
#: contact_form.php:955
|
| 709 |
msgid "Border width in px, numbers only"
|
| 710 |
msgstr ""
|
| 711 |
|
| 712 |
+
#: contact_form.php:959
|
| 713 |
+
#: contact_form.php:980
|
| 714 |
msgid "Border color"
|
| 715 |
msgstr ""
|
| 716 |
|
| 717 |
+
#: contact_form.php:964
|
| 718 |
#, fuzzy
|
| 719 |
msgid "Submit button"
|
| 720 |
msgstr "Zaslat"
|
| 721 |
|
| 722 |
+
#: contact_form.php:966
|
| 723 |
msgid "Width in px, numbers only"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
+
#: contact_form.php:970
|
| 727 |
msgid "Button color"
|
| 728 |
msgstr ""
|
| 729 |
|
| 730 |
+
#: contact_form.php:975
|
| 731 |
msgid "Button text color"
|
| 732 |
msgstr ""
|
| 733 |
|
| 734 |
+
#: contact_form.php:991
|
| 735 |
#, fuzzy
|
| 736 |
msgid "Contact Form Pro | Preview"
|
| 737 |
msgstr "Kontaktní formulář"
|
| 738 |
|
| 739 |
+
#: contact_form.php:994
|
| 740 |
msgid "Show with errors"
|
| 741 |
msgstr ""
|
| 742 |
|
| 743 |
+
#: contact_form.php:1002
|
| 744 |
+
#: contact_form.php:1004
|
| 745 |
msgid "Please enter your full name..."
|
| 746 |
msgstr ""
|
| 747 |
|
| 748 |
+
#: contact_form.php:1015
|
| 749 |
+
#: contact_form.php:1017
|
| 750 |
msgid "Please enter your address..."
|
| 751 |
msgstr ""
|
| 752 |
|
| 753 |
+
#: contact_form.php:1026
|
| 754 |
+
#: contact_form.php:1028
|
| 755 |
#, fuzzy
|
| 756 |
msgid "Please enter your email address..."
|
| 757 |
msgstr "Použít tento email:"
|
| 758 |
|
| 759 |
+
#: contact_form.php:1037
|
| 760 |
+
#: contact_form.php:1039
|
| 761 |
msgid "Please enter your phone number..."
|
| 762 |
msgstr ""
|
| 763 |
|
| 764 |
+
#: contact_form.php:1048
|
| 765 |
+
#: contact_form.php:1050
|
| 766 |
msgid "Please enter subject..."
|
| 767 |
msgstr ""
|
| 768 |
|
| 769 |
+
#: contact_form.php:1058
|
| 770 |
+
#: contact_form.php:1060
|
| 771 |
msgid "Please enter your message..."
|
| 772 |
msgstr ""
|
| 773 |
|
| 774 |
+
#: contact_form.php:1071
|
| 775 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 776 |
msgstr ""
|
| 777 |
|
| 778 |
+
#: contact_form.php:1138
|
| 779 |
msgid "Sorry, email message could not be delivered."
|
| 780 |
msgstr "Omlouváme se, váš email nemohl být odeslán."
|
| 781 |
|
| 782 |
+
#: contact_form.php:1222
|
| 783 |
msgid "You can attach the following file formats"
|
| 784 |
msgstr "Můžete přiložit soubory těchto typů"
|
| 785 |
|
| 786 |
+
#: contact_form.php:1516
|
| 787 |
msgid "Contact from"
|
| 788 |
msgstr "Kontaktní formulář"
|
| 789 |
|
| 790 |
+
#: contact_form.php:1529
|
| 791 |
msgid "Email"
|
| 792 |
msgstr "E-Mail"
|
| 793 |
|
| 794 |
+
#: contact_form.php:1543
|
| 795 |
msgid "Site"
|
| 796 |
msgstr "Stránka"
|
| 797 |
|
| 798 |
+
#: contact_form.php:1606
|
| 799 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 800 |
msgstr "Když uvidíte MIME, váš klient neakceptoval MIME typy."
|
| 801 |
|
| 802 |
+
#: contact_form.php:1670
|
| 803 |
msgid "FAQ"
|
| 804 |
msgstr "FAQ"
|
| 805 |
|
| 806 |
+
#: contact_form.php:1671
|
| 807 |
msgid "Support"
|
| 808 |
msgstr "Podpora"
|
| 809 |
|
| 810 |
+
#: contact_form.php:1728
|
| 811 |
msgid "Are you sure that you want to delete this language data?"
|
| 812 |
msgstr ""
|
| 813 |
|
languages/contact_form-da_DK.mo
CHANGED
|
Binary file
|
languages/contact_form-da_DK.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2013-11-
|
| 6 |
-
"PO-Revision-Date: 2013-11-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -33,63 +33,63 @@ msgstr "Indstillinger for kontaktformular"
|
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
-
#: contact_form.php:
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Kontaktformular"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
-
#: contact_form.php:
|
| 43 |
-
#: contact_form.php:
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Navn:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
-
#: contact_form.php:
|
| 49 |
-
#: contact_form.php:
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "E-mail-adresse:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
-
#: contact_form.php:
|
| 56 |
-
#: contact_form.php:
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "E-mail-adresse:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
-
#: contact_form.php:
|
| 62 |
-
#: contact_form.php:
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
-
#: contact_form.php:
|
| 68 |
-
#: contact_form.php:
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Emne:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
-
#: contact_form.php:
|
| 74 |
-
#: contact_form.php:
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Besked:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
-
#: contact_form.php:
|
| 80 |
-
#: contact_form.php:
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Bilag:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
-
#: contact_form.php:
|
| 86 |
-
#: contact_form.php:
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Send mig en kopi"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
-
#: contact_form.php:
|
| 92 |
-
#: contact_form.php:
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Send"
|
| 95 |
|
|
@@ -185,27 +185,27 @@ msgid "Settings saved."
|
|
| 185 |
msgstr "Indstillinger gemt."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
-
#: contact_form.php:
|
| 189 |
-
#: contact_form.php:
|
| 190 |
-
#: contact_form.php:
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "Indstillinger"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
-
#: contact_form.php:
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "Indstillinger"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
-
#: contact_form.php:
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "Hvis du ønsker at tilføje en kontaktformular til din side, kopier og put denne kode i din kommentar eller på din side: "
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
-
#: contact_form.php:
|
| 208 |
-
#: contact_form.php:
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
|
@@ -246,7 +246,7 @@ msgid "Add department selectbox to the contact form:"
|
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
-
#: contact_form.php:
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
|
@@ -254,553 +254,561 @@ msgstr ""
|
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
-
#: contact_form.php:
|
| 258 |
-
#: contact_form.php:
|
| 259 |
-
#: contact_form.php:
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
-
#: contact_form.php:
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "Kontaktformular"
|
| 267 |
|
| 268 |
-
#: contact_form.php:
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "Kontaktformular"
|
| 272 |
|
| 273 |
-
#: contact_form.php:
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "Flere valgmuligheder"
|
| 276 |
|
| 277 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
msgid "What to use?"
|
| 279 |
msgstr ""
|
| 280 |
|
| 281 |
-
#: contact_form.php:
|
| 282 |
msgid "Wp-mail"
|
| 283 |
msgstr "Wp-mail"
|
| 284 |
|
| 285 |
-
#: contact_form.php:
|
| 286 |
msgid "You can use the wp_mail function for mailing"
|
| 287 |
msgstr ""
|
| 288 |
|
| 289 |
-
#: contact_form.php:
|
| 290 |
msgid "Mail"
|
| 291 |
msgstr "Mail"
|
| 292 |
|
| 293 |
-
#: contact_form.php:
|
| 294 |
msgid "To send mail you can use the php mail function"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
-
#: contact_form.php:
|
| 298 |
#, fuzzy
|
| 299 |
msgid "The text in the 'From' field"
|
| 300 |
msgstr "Skift FRA-felterne i kontaktformularen"
|
| 301 |
|
| 302 |
-
#: contact_form.php:
|
| 303 |
msgid "User name"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: contact_form.php:
|
| 307 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 308 |
msgstr ""
|
| 309 |
|
| 310 |
-
#: contact_form.php:
|
| 311 |
#, fuzzy
|
| 312 |
msgid "This text will be used in the 'FROM' field"
|
| 313 |
msgstr "Skift FRA-felterne i kontaktformularen"
|
| 314 |
|
| 315 |
-
#: contact_form.php:
|
| 316 |
msgid "The email address in the 'From' field"
|
| 317 |
msgstr ""
|
| 318 |
|
| 319 |
-
#: contact_form.php:
|
| 320 |
msgid "User email"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: contact_form.php:
|
| 324 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
-
#: contact_form.php:
|
| 328 |
msgid "This email address will be used in the 'From' field."
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
-
#: contact_form.php:
|
| 332 |
#, fuzzy
|
| 333 |
msgid "Display fields"
|
| 334 |
msgstr "Vis bilag"
|
| 335 |
|
| 336 |
-
#: contact_form.php:
|
| 337 |
-
#: contact_form.php:
|
| 338 |
-
#: contact_form.php:
|
| 339 |
-
#: contact_form.php:
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Address"
|
| 342 |
msgstr "E-mail-adresse:"
|
| 343 |
|
| 344 |
-
#: contact_form.php:
|
| 345 |
-
#: contact_form.php:
|
| 346 |
-
#: contact_form.php:
|
| 347 |
msgid "Phone"
|
| 348 |
msgstr ""
|
| 349 |
|
| 350 |
-
#: contact_form.php:
|
| 351 |
#, fuzzy
|
| 352 |
msgid "Attachment block"
|
| 353 |
msgstr "Vis bilag"
|
| 354 |
|
| 355 |
-
#: contact_form.php:
|
| 356 |
msgid "Users can attach the following file formats"
|
| 357 |
msgstr "Brugere kan vedlægge filer af følgende typer"
|
| 358 |
|
| 359 |
-
#: contact_form.php:626
|
| 360 |
#: contact_form.php:629
|
| 361 |
-
#: contact_form.php:
|
| 362 |
-
#: contact_form.php:
|
|
|
|
| 363 |
msgid "Captcha"
|
| 364 |
msgstr ""
|
| 365 |
|
| 366 |
-
#: contact_form.php:626
|
| 367 |
#: contact_form.php:629
|
| 368 |
-
#: contact_form.php:
|
|
|
|
| 369 |
msgid "powered by"
|
| 370 |
msgstr ""
|
| 371 |
|
| 372 |
-
#: contact_form.php:
|
| 373 |
#, fuzzy
|
| 374 |
msgid "Activate captcha"
|
| 375 |
msgstr "Aktiverede plugins"
|
| 376 |
|
| 377 |
-
#: contact_form.php:
|
| 378 |
#, fuzzy
|
| 379 |
msgid "Download captcha"
|
| 380 |
msgstr "Download"
|
| 381 |
|
| 382 |
-
#: contact_form.php:
|
| 383 |
#, fuzzy
|
| 384 |
msgid "Display tips below the Attachment block"
|
| 385 |
msgstr "Vis bilag"
|
| 386 |
|
| 387 |
-
#: contact_form.php:
|
| 388 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 389 |
msgstr ""
|
| 390 |
|
| 391 |
-
#: contact_form.php:
|
| 392 |
#, fuzzy
|
| 393 |
msgid "Display 'Send me a copy' block"
|
| 394 |
msgstr "Vis \"Send mig en kopi\"-afsnit"
|
| 395 |
|
| 396 |
-
#: contact_form.php:
|
| 397 |
msgid "Required fields"
|
| 398 |
msgstr ""
|
| 399 |
|
| 400 |
-
#: contact_form.php:
|
| 401 |
-
#: contact_form.php:
|
| 402 |
-
#: contact_form.php:
|
| 403 |
msgid "Name"
|
| 404 |
msgstr "Navn"
|
| 405 |
|
| 406 |
-
#: contact_form.php:
|
| 407 |
#, fuzzy
|
| 408 |
msgid "Email Address"
|
| 409 |
msgstr "E-mail-adresse:"
|
| 410 |
|
| 411 |
-
#: contact_form.php:
|
| 412 |
-
#: contact_form.php:
|
| 413 |
-
#: contact_form.php:
|
| 414 |
msgid "Subject"
|
| 415 |
msgstr "Emne"
|
| 416 |
|
| 417 |
-
#: contact_form.php:
|
| 418 |
-
#: contact_form.php:
|
| 419 |
-
#: contact_form.php:
|
| 420 |
msgid "Message"
|
| 421 |
msgstr "Besked"
|
| 422 |
|
| 423 |
-
#: contact_form.php:
|
| 424 |
msgid "Display the asterisk near required fields"
|
| 425 |
msgstr ""
|
| 426 |
|
| 427 |
-
#: contact_form.php:
|
| 428 |
#, fuzzy
|
| 429 |
msgid "Display additional info in the email"
|
| 430 |
msgstr "Vis yderligere information i e-mail"
|
| 431 |
|
| 432 |
-
#: contact_form.php:
|
| 433 |
-
#: contact_form.php:
|
| 434 |
msgid "Sent from (ip address)"
|
| 435 |
msgstr "Sendt fra (IP-adresse)"
|
| 436 |
|
| 437 |
-
#: contact_form.php:
|
| 438 |
#, fuzzy
|
| 439 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 440 |
msgstr "Sendt fra (IP-adresse)"
|
| 441 |
|
| 442 |
-
#: contact_form.php:
|
| 443 |
-
#: contact_form.php:
|
| 444 |
msgid "Date/Time"
|
| 445 |
msgstr "Dato/klokkeslæt"
|
| 446 |
|
| 447 |
-
#: contact_form.php:
|
| 448 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 449 |
msgstr ""
|
| 450 |
|
| 451 |
-
#: contact_form.php:
|
| 452 |
-
#: contact_form.php:
|
| 453 |
msgid "Sent from (referer)"
|
| 454 |
msgstr "Sendt fra (referent)"
|
| 455 |
|
| 456 |
-
#: contact_form.php:
|
| 457 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 458 |
msgstr ""
|
| 459 |
|
| 460 |
-
#: contact_form.php:
|
| 461 |
-
#: contact_form.php:
|
| 462 |
msgid "Using (user agent)"
|
| 463 |
msgstr "Med (user agent)"
|
| 464 |
|
| 465 |
-
#: contact_form.php:
|
| 466 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 467 |
msgstr ""
|
| 468 |
|
| 469 |
-
#: contact_form.php:
|
| 470 |
msgid "Language settings for the field names in the form"
|
| 471 |
msgstr ""
|
| 472 |
|
| 473 |
-
#: contact_form.php:
|
| 474 |
msgid "Add a language"
|
| 475 |
msgstr ""
|
| 476 |
|
| 477 |
-
#: contact_form.php:
|
| 478 |
#, fuzzy
|
| 479 |
msgid "Change the names of the contact form fields and error messages"
|
| 480 |
msgstr "Skifte etiketter til felterne i kontaktformularen"
|
| 481 |
|
| 482 |
-
#: contact_form.php:
|
| 483 |
-
#: contact_form.php:
|
| 484 |
msgid "English"
|
| 485 |
msgstr ""
|
| 486 |
|
| 487 |
-
#: contact_form.php:728
|
| 488 |
-
#: contact_form.php:757
|
| 489 |
-
msgid "Error message for the Name field"
|
| 490 |
-
msgstr ""
|
| 491 |
-
|
| 492 |
-
#: contact_form.php:729
|
| 493 |
-
#: contact_form.php:758
|
| 494 |
-
msgid "Error message for the Address field"
|
| 495 |
-
msgstr ""
|
| 496 |
-
|
| 497 |
-
#: contact_form.php:730
|
| 498 |
-
#: contact_form.php:759
|
| 499 |
-
msgid "Error message for the Email field"
|
| 500 |
-
msgstr ""
|
| 501 |
-
|
| 502 |
#: contact_form.php:731
|
| 503 |
#: contact_form.php:760
|
| 504 |
-
msgid "Error message for the
|
| 505 |
msgstr ""
|
| 506 |
|
| 507 |
#: contact_form.php:732
|
| 508 |
#: contact_form.php:761
|
| 509 |
-
msgid "Error message for the
|
| 510 |
msgstr ""
|
| 511 |
|
| 512 |
#: contact_form.php:733
|
| 513 |
#: contact_form.php:762
|
| 514 |
-
msgid "Error message for the
|
| 515 |
msgstr ""
|
| 516 |
|
| 517 |
#: contact_form.php:734
|
| 518 |
#: contact_form.php:763
|
| 519 |
-
msgid "Error message
|
| 520 |
msgstr ""
|
| 521 |
|
| 522 |
#: contact_form.php:735
|
| 523 |
#: contact_form.php:764
|
| 524 |
-
msgid "Error message
|
| 525 |
msgstr ""
|
| 526 |
|
| 527 |
#: contact_form.php:736
|
| 528 |
#: contact_form.php:765
|
| 529 |
-
msgid "Error message
|
| 530 |
msgstr ""
|
| 531 |
|
| 532 |
#: contact_form.php:737
|
| 533 |
#: contact_form.php:766
|
| 534 |
-
msgid "Error message
|
| 535 |
msgstr ""
|
| 536 |
|
| 537 |
#: contact_form.php:738
|
| 538 |
#: contact_form.php:767
|
| 539 |
-
msgid "Error message for the
|
| 540 |
msgstr ""
|
| 541 |
|
| 542 |
#: contact_form.php:739
|
| 543 |
#: contact_form.php:768
|
| 544 |
-
msgid "Error message for the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 545 |
msgstr ""
|
| 546 |
|
| 547 |
#: contact_form.php:741
|
| 548 |
#: contact_form.php:770
|
| 549 |
-
|
| 550 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 551 |
msgid "Use shortcode"
|
| 552 |
msgstr ""
|
| 553 |
|
| 554 |
-
#: contact_form.php:
|
| 555 |
-
#: contact_form.php:
|
| 556 |
-
#: contact_form.php:
|
| 557 |
-
#: contact_form.php:
|
| 558 |
msgid "for this language"
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
-
#: contact_form.php:
|
| 562 |
msgid "Action after email is sent"
|
| 563 |
msgstr ""
|
| 564 |
|
| 565 |
-
#: contact_form.php:
|
| 566 |
#, fuzzy
|
| 567 |
msgid "Display text"
|
| 568 |
msgstr "Vis bilag"
|
| 569 |
|
| 570 |
-
#: contact_form.php:
|
| 571 |
-
#: contact_form.php:
|
| 572 |
msgid "Text"
|
| 573 |
msgstr ""
|
| 574 |
|
| 575 |
-
#: contact_form.php:
|
| 576 |
msgid "Redirect to the page"
|
| 577 |
msgstr ""
|
| 578 |
|
| 579 |
-
#: contact_form.php:
|
| 580 |
msgid "Url"
|
| 581 |
msgstr ""
|
| 582 |
|
| 583 |
-
#: contact_form.php:
|
| 584 |
-
#: contact_form.php:
|
| 585 |
msgid "Save Changes"
|
| 586 |
msgstr "Gem ændringer"
|
| 587 |
|
| 588 |
-
#: contact_form.php:
|
| 589 |
#, fuzzy
|
| 590 |
msgid "Contact Form Pro | Extra Settings"
|
| 591 |
msgstr "Indstillinger for kontaktformular"
|
| 592 |
|
| 593 |
-
#: contact_form.php:
|
| 594 |
msgid "Errors output"
|
| 595 |
msgstr ""
|
| 596 |
|
| 597 |
-
#: contact_form.php:
|
| 598 |
msgid "Display error messages"
|
| 599 |
msgstr ""
|
| 600 |
|
| 601 |
-
#: contact_form.php:
|
| 602 |
msgid "Color of the input field errors."
|
| 603 |
msgstr ""
|
| 604 |
|
| 605 |
-
#: contact_form.php:
|
| 606 |
msgid "Display error messages & color of the input field errors"
|
| 607 |
msgstr ""
|
| 608 |
|
| 609 |
-
#: contact_form.php:
|
| 610 |
msgid "Add placeholder to the input blocks"
|
| 611 |
msgstr ""
|
| 612 |
|
| 613 |
-
#: contact_form.php:
|
| 614 |
#, fuzzy
|
| 615 |
msgid "Add tooltips"
|
| 616 |
msgstr "Flere valgmuligheder"
|
| 617 |
|
| 618 |
-
#: contact_form.php:
|
| 619 |
#, fuzzy
|
| 620 |
msgid "Email address"
|
| 621 |
msgstr "E-mail-adresse:"
|
| 622 |
|
| 623 |
-
#: contact_form.php:
|
| 624 |
msgid "Phone Number"
|
| 625 |
msgstr ""
|
| 626 |
|
| 627 |
-
#: contact_form.php:
|
| 628 |
#, fuzzy
|
| 629 |
msgid "Attachment"
|
| 630 |
msgstr "Bilag:"
|
| 631 |
|
| 632 |
-
#: contact_form.php:
|
| 633 |
msgid "(powered by bestwebsoft.com)"
|
| 634 |
msgstr ""
|
| 635 |
|
| 636 |
-
#: contact_form.php:
|
| 637 |
#, fuzzy
|
| 638 |
msgid "Style options"
|
| 639 |
msgstr "Flere valgmuligheder"
|
| 640 |
|
| 641 |
-
#: contact_form.php:
|
| 642 |
msgid "Text color"
|
| 643 |
msgstr ""
|
| 644 |
|
| 645 |
-
#: contact_form.php:
|
| 646 |
-
#: contact_form.php:
|
| 647 |
-
#: contact_form.php:
|
| 648 |
-
#: contact_form.php:
|
| 649 |
-
#: contact_form.php:
|
| 650 |
-
#: contact_form.php:
|
| 651 |
-
#: contact_form.php:
|
| 652 |
-
#: contact_form.php:
|
| 653 |
-
#: contact_form.php:
|
| 654 |
-
#: contact_form.php:
|
| 655 |
-
#: contact_form.php:
|
| 656 |
-
#: contact_form.php:
|
| 657 |
msgid "Default"
|
| 658 |
msgstr ""
|
| 659 |
|
| 660 |
-
#: contact_form.php:
|
| 661 |
msgid "Label text color"
|
| 662 |
msgstr ""
|
| 663 |
|
| 664 |
-
#: contact_form.php:
|
| 665 |
msgid "Placeholder color"
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
-
#: contact_form.php:
|
| 669 |
msgid "Errors color"
|
| 670 |
msgstr ""
|
| 671 |
|
| 672 |
-
#: contact_form.php:
|
| 673 |
msgid "Error text color"
|
| 674 |
msgstr ""
|
| 675 |
|
| 676 |
-
#: contact_form.php:
|
| 677 |
msgid "Background color of the input field errors"
|
| 678 |
msgstr ""
|
| 679 |
|
| 680 |
-
#: contact_form.php:
|
| 681 |
msgid "Border color of the input field errors"
|
| 682 |
msgstr ""
|
| 683 |
|
| 684 |
-
#: contact_form.php:
|
| 685 |
msgid "Placeholder color of the input field errors"
|
| 686 |
msgstr ""
|
| 687 |
|
| 688 |
-
#: contact_form.php:
|
| 689 |
#, fuzzy
|
| 690 |
msgid "Input fields"
|
| 691 |
msgstr "Vis bilag"
|
| 692 |
|
| 693 |
-
#: contact_form.php:
|
| 694 |
msgid "Input fields background color"
|
| 695 |
msgstr ""
|
| 696 |
|
| 697 |
-
#: contact_form.php:
|
| 698 |
msgid "Text fields color"
|
| 699 |
msgstr ""
|
| 700 |
|
| 701 |
-
#: contact_form.php:
|
| 702 |
msgid "Border width in px, numbers only"
|
| 703 |
msgstr ""
|
| 704 |
|
| 705 |
-
#: contact_form.php:
|
| 706 |
-
#: contact_form.php:
|
| 707 |
msgid "Border color"
|
| 708 |
msgstr ""
|
| 709 |
|
| 710 |
-
#: contact_form.php:
|
| 711 |
#, fuzzy
|
| 712 |
msgid "Submit button"
|
| 713 |
msgstr "Send"
|
| 714 |
|
| 715 |
-
#: contact_form.php:
|
| 716 |
msgid "Width in px, numbers only"
|
| 717 |
msgstr ""
|
| 718 |
|
| 719 |
-
#: contact_form.php:
|
| 720 |
msgid "Button color"
|
| 721 |
msgstr ""
|
| 722 |
|
| 723 |
-
#: contact_form.php:
|
| 724 |
msgid "Button text color"
|
| 725 |
msgstr ""
|
| 726 |
|
| 727 |
-
#: contact_form.php:
|
| 728 |
#, fuzzy
|
| 729 |
msgid "Contact Form Pro | Preview"
|
| 730 |
msgstr "Kontaktformular"
|
| 731 |
|
| 732 |
-
#: contact_form.php:
|
| 733 |
msgid "Show with errors"
|
| 734 |
msgstr ""
|
| 735 |
|
| 736 |
-
#: contact_form.php:
|
| 737 |
-
#: contact_form.php:
|
| 738 |
msgid "Please enter your full name..."
|
| 739 |
msgstr ""
|
| 740 |
|
| 741 |
-
#: contact_form.php:
|
| 742 |
-
#: contact_form.php:
|
| 743 |
msgid "Please enter your address..."
|
| 744 |
msgstr ""
|
| 745 |
|
| 746 |
-
#: contact_form.php:
|
| 747 |
-
#: contact_form.php:
|
| 748 |
#, fuzzy
|
| 749 |
msgid "Please enter your email address..."
|
| 750 |
msgstr "Benyt denne e-mail-adresse:"
|
| 751 |
|
| 752 |
-
#: contact_form.php:
|
| 753 |
-
#: contact_form.php:
|
| 754 |
msgid "Please enter your phone number..."
|
| 755 |
msgstr ""
|
| 756 |
|
| 757 |
-
#: contact_form.php:
|
| 758 |
-
#: contact_form.php:
|
| 759 |
msgid "Please enter subject..."
|
| 760 |
msgstr ""
|
| 761 |
|
| 762 |
-
#: contact_form.php:
|
| 763 |
-
#: contact_form.php:
|
| 764 |
msgid "Please enter your message..."
|
| 765 |
msgstr ""
|
| 766 |
|
| 767 |
-
#: contact_form.php:
|
| 768 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 769 |
msgstr ""
|
| 770 |
|
| 771 |
-
#: contact_form.php:
|
| 772 |
msgid "Sorry, email message could not be delivered."
|
| 773 |
msgstr "Beklager, men din e-mail kunne ikke leveres."
|
| 774 |
|
| 775 |
-
#: contact_form.php:
|
| 776 |
msgid "You can attach the following file formats"
|
| 777 |
msgstr "Du kan vedhæfte filer af følgende typer"
|
| 778 |
|
| 779 |
-
#: contact_form.php:
|
| 780 |
msgid "Contact from"
|
| 781 |
msgstr "Kontakt fra"
|
| 782 |
|
| 783 |
-
#: contact_form.php:
|
| 784 |
msgid "Email"
|
| 785 |
msgstr "E-mail"
|
| 786 |
|
| 787 |
-
#: contact_form.php:
|
| 788 |
msgid "Site"
|
| 789 |
msgstr "Site"
|
| 790 |
|
| 791 |
-
#: contact_form.php:
|
| 792 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 793 |
msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
|
| 794 |
|
| 795 |
-
#: contact_form.php:
|
| 796 |
msgid "FAQ"
|
| 797 |
msgstr "Ofte stillede spørgsmål"
|
| 798 |
|
| 799 |
-
#: contact_form.php:
|
| 800 |
msgid "Support"
|
| 801 |
msgstr "Support"
|
| 802 |
|
| 803 |
-
#: contact_form.php:
|
| 804 |
msgid "Are you sure that you want to delete this language data?"
|
| 805 |
msgstr ""
|
| 806 |
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2013-11-08 10:56+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2013-11-08 10:56+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Mads Hannibal <mh@shortcuts.dk>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
+
#: contact_form.php:835
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Kontaktformular"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
+
#: contact_form.php:722
|
| 43 |
+
#: contact_form.php:751
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Navn:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
+
#: contact_form.php:723
|
| 49 |
+
#: contact_form.php:752
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "E-mail-adresse:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
+
#: contact_form.php:724
|
| 56 |
+
#: contact_form.php:753
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "E-mail-adresse:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
+
#: contact_form.php:725
|
| 62 |
+
#: contact_form.php:754
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
+
#: contact_form.php:726
|
| 68 |
+
#: contact_form.php:755
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Emne:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
+
#: contact_form.php:727
|
| 74 |
+
#: contact_form.php:756
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Besked:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
+
#: contact_form.php:728
|
| 80 |
+
#: contact_form.php:757
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Bilag:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
+
#: contact_form.php:729
|
| 86 |
+
#: contact_form.php:758
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Send mig en kopi"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
+
#: contact_form.php:730
|
| 92 |
+
#: contact_form.php:759
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Send"
|
| 95 |
|
| 185 |
msgstr "Indstillinger gemt."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
+
#: contact_form.php:829
|
| 189 |
+
#: contact_form.php:1658
|
| 190 |
+
#: contact_form.php:1669
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "Indstillinger"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
+
#: contact_form.php:830
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "Indstillinger"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
+
#: contact_form.php:1086
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "Hvis du ønsker at tilføje en kontaktformular til din side, kopier og put denne kode i din kommentar eller på din side: "
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
+
#: contact_form.php:744
|
| 208 |
+
#: contact_form.php:792
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
+
#: contact_form.php:834
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
+
#: contact_form.php:570
|
| 258 |
+
#: contact_form.php:573
|
| 259 |
+
#: contact_form.php:577
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
+
#: contact_form.php:573
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "Kontaktformular"
|
| 267 |
|
| 268 |
+
#: contact_form.php:577
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "Kontaktformular"
|
| 272 |
|
| 273 |
+
#: contact_form.php:582
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "Flere valgmuligheder"
|
| 276 |
|
| 277 |
+
#: contact_form.php:584
|
| 278 |
+
msgid "Show"
|
| 279 |
+
msgstr ""
|
| 280 |
+
|
| 281 |
+
#: contact_form.php:585
|
| 282 |
+
msgid "Hide"
|
| 283 |
+
msgstr ""
|
| 284 |
+
|
| 285 |
+
#: contact_form.php:589
|
| 286 |
msgid "What to use?"
|
| 287 |
msgstr ""
|
| 288 |
|
| 289 |
+
#: contact_form.php:592
|
| 290 |
msgid "Wp-mail"
|
| 291 |
msgstr "Wp-mail"
|
| 292 |
|
| 293 |
+
#: contact_form.php:592
|
| 294 |
msgid "You can use the wp_mail function for mailing"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
+
#: contact_form.php:594
|
| 298 |
msgid "Mail"
|
| 299 |
msgstr "Mail"
|
| 300 |
|
| 301 |
+
#: contact_form.php:594
|
| 302 |
msgid "To send mail you can use the php mail function"
|
| 303 |
msgstr ""
|
| 304 |
|
| 305 |
+
#: contact_form.php:598
|
| 306 |
#, fuzzy
|
| 307 |
msgid "The text in the 'From' field"
|
| 308 |
msgstr "Skift FRA-felterne i kontaktformularen"
|
| 309 |
|
| 310 |
+
#: contact_form.php:600
|
| 311 |
msgid "User name"
|
| 312 |
msgstr ""
|
| 313 |
|
| 314 |
+
#: contact_form.php:601
|
| 315 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 316 |
msgstr ""
|
| 317 |
|
| 318 |
+
#: contact_form.php:604
|
| 319 |
#, fuzzy
|
| 320 |
msgid "This text will be used in the 'FROM' field"
|
| 321 |
msgstr "Skift FRA-felterne i kontaktformularen"
|
| 322 |
|
| 323 |
+
#: contact_form.php:608
|
| 324 |
msgid "The email address in the 'From' field"
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
+
#: contact_form.php:610
|
| 328 |
msgid "User email"
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
+
#: contact_form.php:611
|
| 332 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 333 |
msgstr ""
|
| 334 |
|
| 335 |
+
#: contact_form.php:614
|
| 336 |
msgid "This email address will be used in the 'From' field."
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
+
#: contact_form.php:618
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Display fields"
|
| 342 |
msgstr "Vis bilag"
|
| 343 |
|
| 344 |
+
#: contact_form.php:620
|
| 345 |
+
#: contact_form.php:668
|
| 346 |
+
#: contact_form.php:866
|
| 347 |
+
#: contact_form.php:1526
|
| 348 |
#, fuzzy
|
| 349 |
msgid "Address"
|
| 350 |
msgstr "E-mail-adresse:"
|
| 351 |
|
| 352 |
+
#: contact_form.php:621
|
| 353 |
+
#: contact_form.php:670
|
| 354 |
+
#: contact_form.php:1534
|
| 355 |
msgid "Phone"
|
| 356 |
msgstr ""
|
| 357 |
|
| 358 |
+
#: contact_form.php:622
|
| 359 |
#, fuzzy
|
| 360 |
msgid "Attachment block"
|
| 361 |
msgstr "Vis bilag"
|
| 362 |
|
| 363 |
+
#: contact_form.php:622
|
| 364 |
msgid "Users can attach the following file formats"
|
| 365 |
msgstr "Brugere kan vedlægge filer af følgende typer"
|
| 366 |
|
|
|
|
| 367 |
#: contact_form.php:629
|
| 368 |
+
#: contact_form.php:632
|
| 369 |
+
#: contact_form.php:636
|
| 370 |
+
#: contact_form.php:895
|
| 371 |
msgid "Captcha"
|
| 372 |
msgstr ""
|
| 373 |
|
|
|
|
| 374 |
#: contact_form.php:629
|
| 375 |
+
#: contact_form.php:632
|
| 376 |
+
#: contact_form.php:636
|
| 377 |
msgid "powered by"
|
| 378 |
msgstr ""
|
| 379 |
|
| 380 |
+
#: contact_form.php:632
|
| 381 |
#, fuzzy
|
| 382 |
msgid "Activate captcha"
|
| 383 |
msgstr "Aktiverede plugins"
|
| 384 |
|
| 385 |
+
#: contact_form.php:636
|
| 386 |
#, fuzzy
|
| 387 |
msgid "Download captcha"
|
| 388 |
msgstr "Download"
|
| 389 |
|
| 390 |
+
#: contact_form.php:641
|
| 391 |
#, fuzzy
|
| 392 |
msgid "Display tips below the Attachment block"
|
| 393 |
msgstr "Vis bilag"
|
| 394 |
|
| 395 |
+
#: contact_form.php:650
|
| 396 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 397 |
msgstr ""
|
| 398 |
|
| 399 |
+
#: contact_form.php:656
|
| 400 |
#, fuzzy
|
| 401 |
msgid "Display 'Send me a copy' block"
|
| 402 |
msgstr "Vis \"Send mig en kopi\"-afsnit"
|
| 403 |
|
| 404 |
+
#: contact_form.php:665
|
| 405 |
msgid "Required fields"
|
| 406 |
msgstr ""
|
| 407 |
|
| 408 |
+
#: contact_form.php:667
|
| 409 |
+
#: contact_form.php:861
|
| 410 |
+
#: contact_form.php:1521
|
| 411 |
msgid "Name"
|
| 412 |
msgstr "Navn"
|
| 413 |
|
| 414 |
+
#: contact_form.php:669
|
| 415 |
#, fuzzy
|
| 416 |
msgid "Email Address"
|
| 417 |
msgstr "E-mail-adresse:"
|
| 418 |
|
| 419 |
+
#: contact_form.php:671
|
| 420 |
+
#: contact_form.php:881
|
| 421 |
+
#: contact_form.php:1537
|
| 422 |
msgid "Subject"
|
| 423 |
msgstr "Emne"
|
| 424 |
|
| 425 |
+
#: contact_form.php:672
|
| 426 |
+
#: contact_form.php:885
|
| 427 |
+
#: contact_form.php:1540
|
| 428 |
msgid "Message"
|
| 429 |
msgstr "Besked"
|
| 430 |
|
| 431 |
+
#: contact_form.php:676
|
| 432 |
msgid "Display the asterisk near required fields"
|
| 433 |
msgstr ""
|
| 434 |
|
| 435 |
+
#: contact_form.php:682
|
| 436 |
#, fuzzy
|
| 437 |
msgid "Display additional info in the email"
|
| 438 |
msgstr "Vis yderligere information i e-mail"
|
| 439 |
|
| 440 |
+
#: contact_form.php:687
|
| 441 |
+
#: contact_form.php:1493
|
| 442 |
msgid "Sent from (ip address)"
|
| 443 |
msgstr "Sendt fra (IP-adresse)"
|
| 444 |
|
| 445 |
+
#: contact_form.php:687
|
| 446 |
#, fuzzy
|
| 447 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 448 |
msgstr "Sendt fra (IP-adresse)"
|
| 449 |
|
| 450 |
+
#: contact_form.php:688
|
| 451 |
+
#: contact_form.php:1498
|
| 452 |
msgid "Date/Time"
|
| 453 |
msgstr "Dato/klokkeslæt"
|
| 454 |
|
| 455 |
+
#: contact_form.php:688
|
| 456 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 457 |
msgstr ""
|
| 458 |
|
| 459 |
+
#: contact_form.php:689
|
| 460 |
+
#: contact_form.php:1503
|
| 461 |
msgid "Sent from (referer)"
|
| 462 |
msgstr "Sendt fra (referent)"
|
| 463 |
|
| 464 |
+
#: contact_form.php:689
|
| 465 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 466 |
msgstr ""
|
| 467 |
|
| 468 |
+
#: contact_form.php:690
|
| 469 |
+
#: contact_form.php:1508
|
| 470 |
msgid "Using (user agent)"
|
| 471 |
msgstr "Med (user agent)"
|
| 472 |
|
| 473 |
+
#: contact_form.php:690
|
| 474 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 475 |
msgstr ""
|
| 476 |
|
| 477 |
+
#: contact_form.php:694
|
| 478 |
msgid "Language settings for the field names in the form"
|
| 479 |
msgstr ""
|
| 480 |
|
| 481 |
+
#: contact_form.php:703
|
| 482 |
msgid "Add a language"
|
| 483 |
msgstr ""
|
| 484 |
|
| 485 |
+
#: contact_form.php:707
|
| 486 |
#, fuzzy
|
| 487 |
msgid "Change the names of the contact form fields and error messages"
|
| 488 |
msgstr "Skifte etiketter til felterne i kontaktformularen"
|
| 489 |
|
| 490 |
+
#: contact_form.php:712
|
| 491 |
+
#: contact_form.php:783
|
| 492 |
msgid "English"
|
| 493 |
msgstr ""
|
| 494 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 495 |
#: contact_form.php:731
|
| 496 |
#: contact_form.php:760
|
| 497 |
+
msgid "Error message for the Name field"
|
| 498 |
msgstr ""
|
| 499 |
|
| 500 |
#: contact_form.php:732
|
| 501 |
#: contact_form.php:761
|
| 502 |
+
msgid "Error message for the Address field"
|
| 503 |
msgstr ""
|
| 504 |
|
| 505 |
#: contact_form.php:733
|
| 506 |
#: contact_form.php:762
|
| 507 |
+
msgid "Error message for the Email field"
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
#: contact_form.php:734
|
| 511 |
#: contact_form.php:763
|
| 512 |
+
msgid "Error message for the Phone field"
|
| 513 |
msgstr ""
|
| 514 |
|
| 515 |
#: contact_form.php:735
|
| 516 |
#: contact_form.php:764
|
| 517 |
+
msgid "Error message for the Subject field"
|
| 518 |
msgstr ""
|
| 519 |
|
| 520 |
#: contact_form.php:736
|
| 521 |
#: contact_form.php:765
|
| 522 |
+
msgid "Error message for the Message field"
|
| 523 |
msgstr ""
|
| 524 |
|
| 525 |
#: contact_form.php:737
|
| 526 |
#: contact_form.php:766
|
| 527 |
+
msgid "Error message about the file type for the Attachment field"
|
| 528 |
msgstr ""
|
| 529 |
|
| 530 |
#: contact_form.php:738
|
| 531 |
#: contact_form.php:767
|
| 532 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 533 |
msgstr ""
|
| 534 |
|
| 535 |
#: contact_form.php:739
|
| 536 |
#: contact_form.php:768
|
| 537 |
+
msgid "Error message while moving the file for the Attachment field"
|
| 538 |
+
msgstr ""
|
| 539 |
+
|
| 540 |
+
#: contact_form.php:740
|
| 541 |
+
#: contact_form.php:769
|
| 542 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 543 |
msgstr ""
|
| 544 |
|
| 545 |
#: contact_form.php:741
|
| 546 |
#: contact_form.php:770
|
| 547 |
+
msgid "Error message for the Captcha field"
|
| 548 |
+
msgstr ""
|
| 549 |
+
|
| 550 |
+
#: contact_form.php:742
|
| 551 |
+
#: contact_form.php:771
|
| 552 |
+
msgid "Error message for the whole form"
|
| 553 |
+
msgstr ""
|
| 554 |
+
|
| 555 |
+
#: contact_form.php:744
|
| 556 |
+
#: contact_form.php:773
|
| 557 |
+
#: contact_form.php:792
|
| 558 |
+
#: contact_form.php:798
|
| 559 |
msgid "Use shortcode"
|
| 560 |
msgstr ""
|
| 561 |
|
| 562 |
+
#: contact_form.php:744
|
| 563 |
+
#: contact_form.php:773
|
| 564 |
+
#: contact_form.php:792
|
| 565 |
+
#: contact_form.php:798
|
| 566 |
msgid "for this language"
|
| 567 |
msgstr ""
|
| 568 |
|
| 569 |
+
#: contact_form.php:780
|
| 570 |
msgid "Action after email is sent"
|
| 571 |
msgstr ""
|
| 572 |
|
| 573 |
+
#: contact_form.php:782
|
| 574 |
#, fuzzy
|
| 575 |
msgid "Display text"
|
| 576 |
msgstr "Vis bilag"
|
| 577 |
|
| 578 |
+
#: contact_form.php:791
|
| 579 |
+
#: contact_form.php:797
|
| 580 |
msgid "Text"
|
| 581 |
msgstr ""
|
| 582 |
|
| 583 |
+
#: contact_form.php:804
|
| 584 |
msgid "Redirect to the page"
|
| 585 |
msgstr ""
|
| 586 |
|
| 587 |
+
#: contact_form.php:805
|
| 588 |
msgid "Url"
|
| 589 |
msgstr ""
|
| 590 |
|
| 591 |
+
#: contact_form.php:810
|
| 592 |
+
#: contact_form.php:987
|
| 593 |
msgid "Save Changes"
|
| 594 |
msgstr "Gem ændringer"
|
| 595 |
|
| 596 |
+
#: contact_form.php:827
|
| 597 |
#, fuzzy
|
| 598 |
msgid "Contact Form Pro | Extra Settings"
|
| 599 |
msgstr "Indstillinger for kontaktformular"
|
| 600 |
|
| 601 |
+
#: contact_form.php:841
|
| 602 |
msgid "Errors output"
|
| 603 |
msgstr ""
|
| 604 |
|
| 605 |
+
#: contact_form.php:844
|
| 606 |
msgid "Display error messages"
|
| 607 |
msgstr ""
|
| 608 |
|
| 609 |
+
#: contact_form.php:845
|
| 610 |
msgid "Color of the input field errors."
|
| 611 |
msgstr ""
|
| 612 |
|
| 613 |
+
#: contact_form.php:846
|
| 614 |
msgid "Display error messages & color of the input field errors"
|
| 615 |
msgstr ""
|
| 616 |
|
| 617 |
+
#: contact_form.php:851
|
| 618 |
msgid "Add placeholder to the input blocks"
|
| 619 |
msgstr ""
|
| 620 |
|
| 621 |
+
#: contact_form.php:857
|
| 622 |
#, fuzzy
|
| 623 |
msgid "Add tooltips"
|
| 624 |
msgstr "Flere valgmuligheder"
|
| 625 |
|
| 626 |
+
#: contact_form.php:871
|
| 627 |
#, fuzzy
|
| 628 |
msgid "Email address"
|
| 629 |
msgstr "E-mail-adresse:"
|
| 630 |
|
| 631 |
+
#: contact_form.php:876
|
| 632 |
msgid "Phone Number"
|
| 633 |
msgstr ""
|
| 634 |
|
| 635 |
+
#: contact_form.php:890
|
| 636 |
#, fuzzy
|
| 637 |
msgid "Attachment"
|
| 638 |
msgstr "Bilag:"
|
| 639 |
|
| 640 |
+
#: contact_form.php:895
|
| 641 |
msgid "(powered by bestwebsoft.com)"
|
| 642 |
msgstr ""
|
| 643 |
|
| 644 |
+
#: contact_form.php:900
|
| 645 |
#, fuzzy
|
| 646 |
msgid "Style options"
|
| 647 |
msgstr "Flere valgmuligheder"
|
| 648 |
|
| 649 |
+
#: contact_form.php:903
|
| 650 |
msgid "Text color"
|
| 651 |
msgstr ""
|
| 652 |
|
| 653 |
+
#: contact_form.php:906
|
| 654 |
+
#: contact_form.php:911
|
| 655 |
+
#: contact_form.php:921
|
| 656 |
+
#: contact_form.php:926
|
| 657 |
+
#: contact_form.php:931
|
| 658 |
+
#: contact_form.php:936
|
| 659 |
+
#: contact_form.php:946
|
| 660 |
+
#: contact_form.php:951
|
| 661 |
+
#: contact_form.php:957
|
| 662 |
+
#: contact_form.php:968
|
| 663 |
+
#: contact_form.php:973
|
| 664 |
+
#: contact_form.php:978
|
| 665 |
msgid "Default"
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
+
#: contact_form.php:908
|
| 669 |
msgid "Label text color"
|
| 670 |
msgstr ""
|
| 671 |
|
| 672 |
+
#: contact_form.php:913
|
| 673 |
msgid "Placeholder color"
|
| 674 |
msgstr ""
|
| 675 |
|
| 676 |
+
#: contact_form.php:918
|
| 677 |
msgid "Errors color"
|
| 678 |
msgstr ""
|
| 679 |
|
| 680 |
+
#: contact_form.php:923
|
| 681 |
msgid "Error text color"
|
| 682 |
msgstr ""
|
| 683 |
|
| 684 |
+
#: contact_form.php:928
|
| 685 |
msgid "Background color of the input field errors"
|
| 686 |
msgstr ""
|
| 687 |
|
| 688 |
+
#: contact_form.php:933
|
| 689 |
msgid "Border color of the input field errors"
|
| 690 |
msgstr ""
|
| 691 |
|
| 692 |
+
#: contact_form.php:938
|
| 693 |
msgid "Placeholder color of the input field errors"
|
| 694 |
msgstr ""
|
| 695 |
|
| 696 |
+
#: contact_form.php:943
|
| 697 |
#, fuzzy
|
| 698 |
msgid "Input fields"
|
| 699 |
msgstr "Vis bilag"
|
| 700 |
|
| 701 |
+
#: contact_form.php:948
|
| 702 |
msgid "Input fields background color"
|
| 703 |
msgstr ""
|
| 704 |
|
| 705 |
+
#: contact_form.php:953
|
| 706 |
msgid "Text fields color"
|
| 707 |
msgstr ""
|
| 708 |
|
| 709 |
+
#: contact_form.php:955
|
| 710 |
msgid "Border width in px, numbers only"
|
| 711 |
msgstr ""
|
| 712 |
|
| 713 |
+
#: contact_form.php:959
|
| 714 |
+
#: contact_form.php:980
|
| 715 |
msgid "Border color"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
+
#: contact_form.php:964
|
| 719 |
#, fuzzy
|
| 720 |
msgid "Submit button"
|
| 721 |
msgstr "Send"
|
| 722 |
|
| 723 |
+
#: contact_form.php:966
|
| 724 |
msgid "Width in px, numbers only"
|
| 725 |
msgstr ""
|
| 726 |
|
| 727 |
+
#: contact_form.php:970
|
| 728 |
msgid "Button color"
|
| 729 |
msgstr ""
|
| 730 |
|
| 731 |
+
#: contact_form.php:975
|
| 732 |
msgid "Button text color"
|
| 733 |
msgstr ""
|
| 734 |
|
| 735 |
+
#: contact_form.php:991
|
| 736 |
#, fuzzy
|
| 737 |
msgid "Contact Form Pro | Preview"
|
| 738 |
msgstr "Kontaktformular"
|
| 739 |
|
| 740 |
+
#: contact_form.php:994
|
| 741 |
msgid "Show with errors"
|
| 742 |
msgstr ""
|
| 743 |
|
| 744 |
+
#: contact_form.php:1002
|
| 745 |
+
#: contact_form.php:1004
|
| 746 |
msgid "Please enter your full name..."
|
| 747 |
msgstr ""
|
| 748 |
|
| 749 |
+
#: contact_form.php:1015
|
| 750 |
+
#: contact_form.php:1017
|
| 751 |
msgid "Please enter your address..."
|
| 752 |
msgstr ""
|
| 753 |
|
| 754 |
+
#: contact_form.php:1026
|
| 755 |
+
#: contact_form.php:1028
|
| 756 |
#, fuzzy
|
| 757 |
msgid "Please enter your email address..."
|
| 758 |
msgstr "Benyt denne e-mail-adresse:"
|
| 759 |
|
| 760 |
+
#: contact_form.php:1037
|
| 761 |
+
#: contact_form.php:1039
|
| 762 |
msgid "Please enter your phone number..."
|
| 763 |
msgstr ""
|
| 764 |
|
| 765 |
+
#: contact_form.php:1048
|
| 766 |
+
#: contact_form.php:1050
|
| 767 |
msgid "Please enter subject..."
|
| 768 |
msgstr ""
|
| 769 |
|
| 770 |
+
#: contact_form.php:1058
|
| 771 |
+
#: contact_form.php:1060
|
| 772 |
msgid "Please enter your message..."
|
| 773 |
msgstr ""
|
| 774 |
|
| 775 |
+
#: contact_form.php:1071
|
| 776 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 777 |
msgstr ""
|
| 778 |
|
| 779 |
+
#: contact_form.php:1138
|
| 780 |
msgid "Sorry, email message could not be delivered."
|
| 781 |
msgstr "Beklager, men din e-mail kunne ikke leveres."
|
| 782 |
|
| 783 |
+
#: contact_form.php:1222
|
| 784 |
msgid "You can attach the following file formats"
|
| 785 |
msgstr "Du kan vedhæfte filer af følgende typer"
|
| 786 |
|
| 787 |
+
#: contact_form.php:1516
|
| 788 |
msgid "Contact from"
|
| 789 |
msgstr "Kontakt fra"
|
| 790 |
|
| 791 |
+
#: contact_form.php:1529
|
| 792 |
msgid "Email"
|
| 793 |
msgstr "E-mail"
|
| 794 |
|
| 795 |
+
#: contact_form.php:1543
|
| 796 |
msgid "Site"
|
| 797 |
msgstr "Site"
|
| 798 |
|
| 799 |
+
#: contact_form.php:1606
|
| 800 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 801 |
msgstr "Dersom du kan se denne MIME, så aksepterer ikke klienten din MIME-typer!"
|
| 802 |
|
| 803 |
+
#: contact_form.php:1670
|
| 804 |
msgid "FAQ"
|
| 805 |
msgstr "Ofte stillede spørgsmål"
|
| 806 |
|
| 807 |
+
#: contact_form.php:1671
|
| 808 |
msgid "Support"
|
| 809 |
msgstr "Support"
|
| 810 |
|
| 811 |
+
#: contact_form.php:1728
|
| 812 |
msgid "Are you sure that you want to delete this language data?"
|
| 813 |
msgstr ""
|
| 814 |
|
languages/contact_form-de_DE.mo
CHANGED
|
Binary file
|
languages/contact_form-de_DE.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2013-11-
|
| 6 |
-
"PO-Revision-Date: 2013-11-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -33,63 +33,63 @@ msgstr "Contact Form Einstellungen"
|
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
-
#: contact_form.php:
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Contact Form"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
-
#: contact_form.php:
|
| 43 |
-
#: contact_form.php:
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Name:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
-
#: contact_form.php:
|
| 49 |
-
#: contact_form.php:
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "E-Mail-Adresse:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
-
#: contact_form.php:
|
| 56 |
-
#: contact_form.php:
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "E-Mail-Adresse:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
-
#: contact_form.php:
|
| 62 |
-
#: contact_form.php:
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
-
#: contact_form.php:
|
| 68 |
-
#: contact_form.php:
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Betreff:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
-
#: contact_form.php:
|
| 74 |
-
#: contact_form.php:
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Nachricht:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
-
#: contact_form.php:
|
| 80 |
-
#: contact_form.php:
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Anhang:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
-
#: contact_form.php:
|
| 86 |
-
#: contact_form.php:
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Kopie an mich senden"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
-
#: contact_form.php:
|
| 92 |
-
#: contact_form.php:
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "senden"
|
| 95 |
|
|
@@ -185,27 +185,27 @@ msgid "Settings saved."
|
|
| 185 |
msgstr "Einstellungen gespeichert."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
-
#: contact_form.php:
|
| 189 |
-
#: contact_form.php:
|
| 190 |
-
#: contact_form.php:
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "Einstellungen"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
-
#: contact_form.php:
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "Einstellungen"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
-
#: contact_form.php:
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel oder widget:"
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
-
#: contact_form.php:
|
| 208 |
-
#: contact_form.php:
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
|
@@ -246,7 +246,7 @@ msgid "Add department selectbox to the contact form:"
|
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
-
#: contact_form.php:
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
|
@@ -254,552 +254,560 @@ msgstr ""
|
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
-
#: contact_form.php:
|
| 258 |
-
#: contact_form.php:
|
| 259 |
-
#: contact_form.php:
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
-
#: contact_form.php:
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "Contact Form"
|
| 267 |
|
| 268 |
-
#: contact_form.php:
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "Contact Form"
|
| 272 |
|
| 273 |
-
#: contact_form.php:
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "Erweiterte Optionen"
|
| 276 |
|
| 277 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
msgid "What to use?"
|
| 279 |
msgstr ""
|
| 280 |
|
| 281 |
-
#: contact_form.php:
|
| 282 |
msgid "Wp-mail"
|
| 283 |
msgstr "Wp-mail"
|
| 284 |
|
| 285 |
-
#: contact_form.php:
|
| 286 |
msgid "You can use the wp_mail function for mailing"
|
| 287 |
msgstr ""
|
| 288 |
|
| 289 |
-
#: contact_form.php:
|
| 290 |
msgid "Mail"
|
| 291 |
msgstr "Mail"
|
| 292 |
|
| 293 |
-
#: contact_form.php:
|
| 294 |
msgid "To send mail you can use the php mail function"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
-
#: contact_form.php:
|
| 298 |
#, fuzzy
|
| 299 |
msgid "The text in the 'From' field"
|
| 300 |
msgstr "Veränderung gegenüber Felder des Kontaktformulars"
|
| 301 |
|
| 302 |
-
#: contact_form.php:
|
| 303 |
msgid "User name"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: contact_form.php:
|
| 307 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 308 |
msgstr ""
|
| 309 |
|
| 310 |
-
#: contact_form.php:
|
| 311 |
#, fuzzy
|
| 312 |
msgid "This text will be used in the 'FROM' field"
|
| 313 |
msgstr "Veränderung gegenüber Felder des Kontaktformulars"
|
| 314 |
|
| 315 |
-
#: contact_form.php:
|
| 316 |
msgid "The email address in the 'From' field"
|
| 317 |
msgstr ""
|
| 318 |
|
| 319 |
-
#: contact_form.php:
|
| 320 |
msgid "User email"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: contact_form.php:
|
| 324 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
-
#: contact_form.php:
|
| 328 |
msgid "This email address will be used in the 'From' field."
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
-
#: contact_form.php:
|
| 332 |
#, fuzzy
|
| 333 |
msgid "Display fields"
|
| 334 |
msgstr "Anhänge erlauben"
|
| 335 |
|
| 336 |
-
#: contact_form.php:
|
| 337 |
-
#: contact_form.php:
|
| 338 |
-
#: contact_form.php:
|
| 339 |
-
#: contact_form.php:
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Address"
|
| 342 |
msgstr "E-Mail-Adresse:"
|
| 343 |
|
| 344 |
-
#: contact_form.php:
|
| 345 |
-
#: contact_form.php:
|
| 346 |
-
#: contact_form.php:
|
| 347 |
msgid "Phone"
|
| 348 |
msgstr ""
|
| 349 |
|
| 350 |
-
#: contact_form.php:
|
| 351 |
#, fuzzy
|
| 352 |
msgid "Attachment block"
|
| 353 |
msgstr "Anhänge erlauben"
|
| 354 |
|
| 355 |
-
#: contact_form.php:
|
| 356 |
msgid "Users can attach the following file formats"
|
| 357 |
msgstr "Benutzer können folgende Dateitypen anhängen"
|
| 358 |
|
| 359 |
-
#: contact_form.php:626
|
| 360 |
#: contact_form.php:629
|
| 361 |
-
#: contact_form.php:
|
| 362 |
-
#: contact_form.php:
|
|
|
|
| 363 |
msgid "Captcha"
|
| 364 |
msgstr ""
|
| 365 |
|
| 366 |
-
#: contact_form.php:626
|
| 367 |
#: contact_form.php:629
|
| 368 |
-
#: contact_form.php:
|
|
|
|
| 369 |
msgid "powered by"
|
| 370 |
msgstr ""
|
| 371 |
|
| 372 |
-
#: contact_form.php:
|
| 373 |
#, fuzzy
|
| 374 |
msgid "Activate captcha"
|
| 375 |
msgstr "Aktivierte PlugIns"
|
| 376 |
|
| 377 |
-
#: contact_form.php:
|
| 378 |
#, fuzzy
|
| 379 |
msgid "Download captcha"
|
| 380 |
msgstr "Download"
|
| 381 |
|
| 382 |
-
#: contact_form.php:
|
| 383 |
#, fuzzy
|
| 384 |
msgid "Display tips below the Attachment block"
|
| 385 |
msgstr "Anhänge erlauben"
|
| 386 |
|
| 387 |
-
#: contact_form.php:
|
| 388 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 389 |
msgstr ""
|
| 390 |
|
| 391 |
-
#: contact_form.php:
|
| 392 |
#, fuzzy
|
| 393 |
msgid "Display 'Send me a copy' block"
|
| 394 |
msgstr "Kopie-an-mich anzeigen"
|
| 395 |
|
| 396 |
-
#: contact_form.php:
|
| 397 |
msgid "Required fields"
|
| 398 |
msgstr ""
|
| 399 |
|
| 400 |
-
#: contact_form.php:
|
| 401 |
-
#: contact_form.php:
|
| 402 |
-
#: contact_form.php:
|
| 403 |
msgid "Name"
|
| 404 |
msgstr "Name"
|
| 405 |
|
| 406 |
-
#: contact_form.php:
|
| 407 |
#, fuzzy
|
| 408 |
msgid "Email Address"
|
| 409 |
msgstr "E-Mail-Adresse:"
|
| 410 |
|
| 411 |
-
#: contact_form.php:
|
| 412 |
-
#: contact_form.php:
|
| 413 |
-
#: contact_form.php:
|
| 414 |
msgid "Subject"
|
| 415 |
msgstr "Betreff"
|
| 416 |
|
| 417 |
-
#: contact_form.php:
|
| 418 |
-
#: contact_form.php:
|
| 419 |
-
#: contact_form.php:
|
| 420 |
msgid "Message"
|
| 421 |
msgstr "Nachricht"
|
| 422 |
|
| 423 |
-
#: contact_form.php:
|
| 424 |
msgid "Display the asterisk near required fields"
|
| 425 |
msgstr ""
|
| 426 |
|
| 427 |
-
#: contact_form.php:
|
| 428 |
msgid "Display additional info in the email"
|
| 429 |
msgstr ""
|
| 430 |
|
| 431 |
-
#: contact_form.php:
|
| 432 |
-
#: contact_form.php:
|
| 433 |
msgid "Sent from (ip address)"
|
| 434 |
msgstr "Gesendet von (IP-Adresse)"
|
| 435 |
|
| 436 |
-
#: contact_form.php:
|
| 437 |
#, fuzzy
|
| 438 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 439 |
msgstr "Gesendet von (IP-Adresse)"
|
| 440 |
|
| 441 |
-
#: contact_form.php:
|
| 442 |
-
#: contact_form.php:
|
| 443 |
msgid "Date/Time"
|
| 444 |
msgstr "Datum / Uhrzeit"
|
| 445 |
|
| 446 |
-
#: contact_form.php:
|
| 447 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 448 |
msgstr ""
|
| 449 |
|
| 450 |
-
#: contact_form.php:
|
| 451 |
-
#: contact_form.php:
|
| 452 |
msgid "Sent from (referer)"
|
| 453 |
msgstr "gesendet von (referer)"
|
| 454 |
|
| 455 |
-
#: contact_form.php:
|
| 456 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 457 |
msgstr ""
|
| 458 |
|
| 459 |
-
#: contact_form.php:
|
| 460 |
-
#: contact_form.php:
|
| 461 |
msgid "Using (user agent)"
|
| 462 |
msgstr "mit (user agent)"
|
| 463 |
|
| 464 |
-
#: contact_form.php:
|
| 465 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 466 |
msgstr ""
|
| 467 |
|
| 468 |
-
#: contact_form.php:
|
| 469 |
msgid "Language settings for the field names in the form"
|
| 470 |
msgstr ""
|
| 471 |
|
| 472 |
-
#: contact_form.php:
|
| 473 |
msgid "Add a language"
|
| 474 |
msgstr ""
|
| 475 |
|
| 476 |
-
#: contact_form.php:
|
| 477 |
#, fuzzy
|
| 478 |
msgid "Change the names of the contact form fields and error messages"
|
| 479 |
msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
|
| 480 |
|
| 481 |
-
#: contact_form.php:
|
| 482 |
-
#: contact_form.php:
|
| 483 |
msgid "English"
|
| 484 |
msgstr ""
|
| 485 |
|
| 486 |
-
#: contact_form.php:728
|
| 487 |
-
#: contact_form.php:757
|
| 488 |
-
msgid "Error message for the Name field"
|
| 489 |
-
msgstr ""
|
| 490 |
-
|
| 491 |
-
#: contact_form.php:729
|
| 492 |
-
#: contact_form.php:758
|
| 493 |
-
msgid "Error message for the Address field"
|
| 494 |
-
msgstr ""
|
| 495 |
-
|
| 496 |
-
#: contact_form.php:730
|
| 497 |
-
#: contact_form.php:759
|
| 498 |
-
msgid "Error message for the Email field"
|
| 499 |
-
msgstr ""
|
| 500 |
-
|
| 501 |
#: contact_form.php:731
|
| 502 |
#: contact_form.php:760
|
| 503 |
-
msgid "Error message for the
|
| 504 |
msgstr ""
|
| 505 |
|
| 506 |
#: contact_form.php:732
|
| 507 |
#: contact_form.php:761
|
| 508 |
-
msgid "Error message for the
|
| 509 |
msgstr ""
|
| 510 |
|
| 511 |
#: contact_form.php:733
|
| 512 |
#: contact_form.php:762
|
| 513 |
-
msgid "Error message for the
|
| 514 |
msgstr ""
|
| 515 |
|
| 516 |
#: contact_form.php:734
|
| 517 |
#: contact_form.php:763
|
| 518 |
-
msgid "Error message
|
| 519 |
msgstr ""
|
| 520 |
|
| 521 |
#: contact_form.php:735
|
| 522 |
#: contact_form.php:764
|
| 523 |
-
msgid "Error message
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
#: contact_form.php:736
|
| 527 |
#: contact_form.php:765
|
| 528 |
-
msgid "Error message
|
| 529 |
msgstr ""
|
| 530 |
|
| 531 |
#: contact_form.php:737
|
| 532 |
#: contact_form.php:766
|
| 533 |
-
msgid "Error message
|
| 534 |
msgstr ""
|
| 535 |
|
| 536 |
#: contact_form.php:738
|
| 537 |
#: contact_form.php:767
|
| 538 |
-
msgid "Error message for the
|
| 539 |
msgstr ""
|
| 540 |
|
| 541 |
#: contact_form.php:739
|
| 542 |
#: contact_form.php:768
|
| 543 |
-
msgid "Error message for the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 544 |
msgstr ""
|
| 545 |
|
| 546 |
#: contact_form.php:741
|
| 547 |
#: contact_form.php:770
|
| 548 |
-
|
| 549 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 550 |
msgid "Use shortcode"
|
| 551 |
msgstr ""
|
| 552 |
|
| 553 |
-
#: contact_form.php:
|
| 554 |
-
#: contact_form.php:
|
| 555 |
-
#: contact_form.php:
|
| 556 |
-
#: contact_form.php:
|
| 557 |
msgid "for this language"
|
| 558 |
msgstr ""
|
| 559 |
|
| 560 |
-
#: contact_form.php:
|
| 561 |
msgid "Action after email is sent"
|
| 562 |
msgstr ""
|
| 563 |
|
| 564 |
-
#: contact_form.php:
|
| 565 |
#, fuzzy
|
| 566 |
msgid "Display text"
|
| 567 |
msgstr "Anhänge erlauben"
|
| 568 |
|
| 569 |
-
#: contact_form.php:
|
| 570 |
-
#: contact_form.php:
|
| 571 |
msgid "Text"
|
| 572 |
msgstr ""
|
| 573 |
|
| 574 |
-
#: contact_form.php:
|
| 575 |
msgid "Redirect to the page"
|
| 576 |
msgstr ""
|
| 577 |
|
| 578 |
-
#: contact_form.php:
|
| 579 |
msgid "Url"
|
| 580 |
msgstr ""
|
| 581 |
|
| 582 |
-
#: contact_form.php:
|
| 583 |
-
#: contact_form.php:
|
| 584 |
msgid "Save Changes"
|
| 585 |
msgstr "Änderungen speichern"
|
| 586 |
|
| 587 |
-
#: contact_form.php:
|
| 588 |
#, fuzzy
|
| 589 |
msgid "Contact Form Pro | Extra Settings"
|
| 590 |
msgstr "Contact Form Einstellungen"
|
| 591 |
|
| 592 |
-
#: contact_form.php:
|
| 593 |
msgid "Errors output"
|
| 594 |
msgstr ""
|
| 595 |
|
| 596 |
-
#: contact_form.php:
|
| 597 |
msgid "Display error messages"
|
| 598 |
msgstr ""
|
| 599 |
|
| 600 |
-
#: contact_form.php:
|
| 601 |
msgid "Color of the input field errors."
|
| 602 |
msgstr ""
|
| 603 |
|
| 604 |
-
#: contact_form.php:
|
| 605 |
msgid "Display error messages & color of the input field errors"
|
| 606 |
msgstr ""
|
| 607 |
|
| 608 |
-
#: contact_form.php:
|
| 609 |
msgid "Add placeholder to the input blocks"
|
| 610 |
msgstr ""
|
| 611 |
|
| 612 |
-
#: contact_form.php:
|
| 613 |
#, fuzzy
|
| 614 |
msgid "Add tooltips"
|
| 615 |
msgstr "Erweiterte Optionen"
|
| 616 |
|
| 617 |
-
#: contact_form.php:
|
| 618 |
#, fuzzy
|
| 619 |
msgid "Email address"
|
| 620 |
msgstr "E-Mail-Adresse:"
|
| 621 |
|
| 622 |
-
#: contact_form.php:
|
| 623 |
msgid "Phone Number"
|
| 624 |
msgstr ""
|
| 625 |
|
| 626 |
-
#: contact_form.php:
|
| 627 |
#, fuzzy
|
| 628 |
msgid "Attachment"
|
| 629 |
msgstr "Anhang:"
|
| 630 |
|
| 631 |
-
#: contact_form.php:
|
| 632 |
msgid "(powered by bestwebsoft.com)"
|
| 633 |
msgstr ""
|
| 634 |
|
| 635 |
-
#: contact_form.php:
|
| 636 |
#, fuzzy
|
| 637 |
msgid "Style options"
|
| 638 |
msgstr "Erweiterte Optionen"
|
| 639 |
|
| 640 |
-
#: contact_form.php:
|
| 641 |
msgid "Text color"
|
| 642 |
msgstr ""
|
| 643 |
|
| 644 |
-
#: contact_form.php:
|
| 645 |
-
#: contact_form.php:
|
| 646 |
-
#: contact_form.php:
|
| 647 |
-
#: contact_form.php:
|
| 648 |
-
#: contact_form.php:
|
| 649 |
-
#: contact_form.php:
|
| 650 |
-
#: contact_form.php:
|
| 651 |
-
#: contact_form.php:
|
| 652 |
-
#: contact_form.php:
|
| 653 |
-
#: contact_form.php:
|
| 654 |
-
#: contact_form.php:
|
| 655 |
-
#: contact_form.php:
|
| 656 |
msgid "Default"
|
| 657 |
msgstr ""
|
| 658 |
|
| 659 |
-
#: contact_form.php:
|
| 660 |
msgid "Label text color"
|
| 661 |
msgstr ""
|
| 662 |
|
| 663 |
-
#: contact_form.php:
|
| 664 |
msgid "Placeholder color"
|
| 665 |
msgstr ""
|
| 666 |
|
| 667 |
-
#: contact_form.php:
|
| 668 |
msgid "Errors color"
|
| 669 |
msgstr ""
|
| 670 |
|
| 671 |
-
#: contact_form.php:
|
| 672 |
msgid "Error text color"
|
| 673 |
msgstr ""
|
| 674 |
|
| 675 |
-
#: contact_form.php:
|
| 676 |
msgid "Background color of the input field errors"
|
| 677 |
msgstr ""
|
| 678 |
|
| 679 |
-
#: contact_form.php:
|
| 680 |
msgid "Border color of the input field errors"
|
| 681 |
msgstr ""
|
| 682 |
|
| 683 |
-
#: contact_form.php:
|
| 684 |
msgid "Placeholder color of the input field errors"
|
| 685 |
msgstr ""
|
| 686 |
|
| 687 |
-
#: contact_form.php:
|
| 688 |
#, fuzzy
|
| 689 |
msgid "Input fields"
|
| 690 |
msgstr "Anhänge erlauben"
|
| 691 |
|
| 692 |
-
#: contact_form.php:
|
| 693 |
msgid "Input fields background color"
|
| 694 |
msgstr ""
|
| 695 |
|
| 696 |
-
#: contact_form.php:
|
| 697 |
msgid "Text fields color"
|
| 698 |
msgstr ""
|
| 699 |
|
| 700 |
-
#: contact_form.php:
|
| 701 |
msgid "Border width in px, numbers only"
|
| 702 |
msgstr ""
|
| 703 |
|
| 704 |
-
#: contact_form.php:
|
| 705 |
-
#: contact_form.php:
|
| 706 |
msgid "Border color"
|
| 707 |
msgstr ""
|
| 708 |
|
| 709 |
-
#: contact_form.php:
|
| 710 |
#, fuzzy
|
| 711 |
msgid "Submit button"
|
| 712 |
msgstr "senden"
|
| 713 |
|
| 714 |
-
#: contact_form.php:
|
| 715 |
msgid "Width in px, numbers only"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
-
#: contact_form.php:
|
| 719 |
msgid "Button color"
|
| 720 |
msgstr ""
|
| 721 |
|
| 722 |
-
#: contact_form.php:
|
| 723 |
msgid "Button text color"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
-
#: contact_form.php:
|
| 727 |
#, fuzzy
|
| 728 |
msgid "Contact Form Pro | Preview"
|
| 729 |
msgstr "Contact Form"
|
| 730 |
|
| 731 |
-
#: contact_form.php:
|
| 732 |
msgid "Show with errors"
|
| 733 |
msgstr ""
|
| 734 |
|
| 735 |
-
#: contact_form.php:
|
| 736 |
-
#: contact_form.php:
|
| 737 |
msgid "Please enter your full name..."
|
| 738 |
msgstr ""
|
| 739 |
|
| 740 |
-
#: contact_form.php:
|
| 741 |
-
#: contact_form.php:
|
| 742 |
msgid "Please enter your address..."
|
| 743 |
msgstr ""
|
| 744 |
|
| 745 |
-
#: contact_form.php:
|
| 746 |
-
#: contact_form.php:
|
| 747 |
#, fuzzy
|
| 748 |
msgid "Please enter your email address..."
|
| 749 |
msgstr "Verwende diese E-Mail-Adresse:"
|
| 750 |
|
| 751 |
-
#: contact_form.php:
|
| 752 |
-
#: contact_form.php:
|
| 753 |
msgid "Please enter your phone number..."
|
| 754 |
msgstr ""
|
| 755 |
|
| 756 |
-
#: contact_form.php:
|
| 757 |
-
#: contact_form.php:
|
| 758 |
msgid "Please enter subject..."
|
| 759 |
msgstr ""
|
| 760 |
|
| 761 |
-
#: contact_form.php:
|
| 762 |
-
#: contact_form.php:
|
| 763 |
msgid "Please enter your message..."
|
| 764 |
msgstr ""
|
| 765 |
|
| 766 |
-
#: contact_form.php:
|
| 767 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 768 |
msgstr ""
|
| 769 |
|
| 770 |
-
#: contact_form.php:
|
| 771 |
msgid "Sorry, email message could not be delivered."
|
| 772 |
msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
|
| 773 |
|
| 774 |
-
#: contact_form.php:
|
| 775 |
msgid "You can attach the following file formats"
|
| 776 |
msgstr "Sie können folgende Dateitypen anhängen"
|
| 777 |
|
| 778 |
-
#: contact_form.php:
|
| 779 |
msgid "Contact from"
|
| 780 |
msgstr "Kontakt von"
|
| 781 |
|
| 782 |
-
#: contact_form.php:
|
| 783 |
msgid "Email"
|
| 784 |
msgstr "E-Mail"
|
| 785 |
|
| 786 |
-
#: contact_form.php:
|
| 787 |
msgid "Site"
|
| 788 |
msgstr "Site"
|
| 789 |
|
| 790 |
-
#: contact_form.php:
|
| 791 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 792 |
msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
|
| 793 |
|
| 794 |
-
#: contact_form.php:
|
| 795 |
msgid "FAQ"
|
| 796 |
msgstr "Häufig gestellte Fragen (FAQ)"
|
| 797 |
|
| 798 |
-
#: contact_form.php:
|
| 799 |
msgid "Support"
|
| 800 |
msgstr "Unterstützung"
|
| 801 |
|
| 802 |
-
#: contact_form.php:
|
| 803 |
msgid "Are you sure that you want to delete this language data?"
|
| 804 |
msgstr ""
|
| 805 |
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2013-11-08 10:56+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2013-11-08 10:56+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Thomas Hartung <thartung@adipositas-mm.de>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
+
#: contact_form.php:835
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Contact Form"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
+
#: contact_form.php:722
|
| 43 |
+
#: contact_form.php:751
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Name:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
+
#: contact_form.php:723
|
| 49 |
+
#: contact_form.php:752
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "E-Mail-Adresse:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
+
#: contact_form.php:724
|
| 56 |
+
#: contact_form.php:753
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "E-Mail-Adresse:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
+
#: contact_form.php:725
|
| 62 |
+
#: contact_form.php:754
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
+
#: contact_form.php:726
|
| 68 |
+
#: contact_form.php:755
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Betreff:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
+
#: contact_form.php:727
|
| 74 |
+
#: contact_form.php:756
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Nachricht:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
+
#: contact_form.php:728
|
| 80 |
+
#: contact_form.php:757
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Anhang:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
+
#: contact_form.php:729
|
| 86 |
+
#: contact_form.php:758
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Kopie an mich senden"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
+
#: contact_form.php:730
|
| 92 |
+
#: contact_form.php:759
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "senden"
|
| 95 |
|
| 185 |
msgstr "Einstellungen gespeichert."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
+
#: contact_form.php:829
|
| 189 |
+
#: contact_form.php:1658
|
| 190 |
+
#: contact_form.php:1669
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "Einstellungen"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
+
#: contact_form.php:830
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "Einstellungen"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
+
#: contact_form.php:1086
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "Wenn Sie Contact Form in Ihrer Webpräsenz verwenden wollen, kopieren Sie einfach folgenden shortcode auf Ihre Seite oder Ihren Artikel oder widget:"
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
+
#: contact_form.php:744
|
| 208 |
+
#: contact_form.php:792
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
+
#: contact_form.php:834
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
+
#: contact_form.php:570
|
| 258 |
+
#: contact_form.php:573
|
| 259 |
+
#: contact_form.php:577
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
+
#: contact_form.php:573
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "Contact Form"
|
| 267 |
|
| 268 |
+
#: contact_form.php:577
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "Contact Form"
|
| 272 |
|
| 273 |
+
#: contact_form.php:582
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "Erweiterte Optionen"
|
| 276 |
|
| 277 |
+
#: contact_form.php:584
|
| 278 |
+
msgid "Show"
|
| 279 |
+
msgstr ""
|
| 280 |
+
|
| 281 |
+
#: contact_form.php:585
|
| 282 |
+
msgid "Hide"
|
| 283 |
+
msgstr ""
|
| 284 |
+
|
| 285 |
+
#: contact_form.php:589
|
| 286 |
msgid "What to use?"
|
| 287 |
msgstr ""
|
| 288 |
|
| 289 |
+
#: contact_form.php:592
|
| 290 |
msgid "Wp-mail"
|
| 291 |
msgstr "Wp-mail"
|
| 292 |
|
| 293 |
+
#: contact_form.php:592
|
| 294 |
msgid "You can use the wp_mail function for mailing"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
+
#: contact_form.php:594
|
| 298 |
msgid "Mail"
|
| 299 |
msgstr "Mail"
|
| 300 |
|
| 301 |
+
#: contact_form.php:594
|
| 302 |
msgid "To send mail you can use the php mail function"
|
| 303 |
msgstr ""
|
| 304 |
|
| 305 |
+
#: contact_form.php:598
|
| 306 |
#, fuzzy
|
| 307 |
msgid "The text in the 'From' field"
|
| 308 |
msgstr "Veränderung gegenüber Felder des Kontaktformulars"
|
| 309 |
|
| 310 |
+
#: contact_form.php:600
|
| 311 |
msgid "User name"
|
| 312 |
msgstr ""
|
| 313 |
|
| 314 |
+
#: contact_form.php:601
|
| 315 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 316 |
msgstr ""
|
| 317 |
|
| 318 |
+
#: contact_form.php:604
|
| 319 |
#, fuzzy
|
| 320 |
msgid "This text will be used in the 'FROM' field"
|
| 321 |
msgstr "Veränderung gegenüber Felder des Kontaktformulars"
|
| 322 |
|
| 323 |
+
#: contact_form.php:608
|
| 324 |
msgid "The email address in the 'From' field"
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
+
#: contact_form.php:610
|
| 328 |
msgid "User email"
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
+
#: contact_form.php:611
|
| 332 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 333 |
msgstr ""
|
| 334 |
|
| 335 |
+
#: contact_form.php:614
|
| 336 |
msgid "This email address will be used in the 'From' field."
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
+
#: contact_form.php:618
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Display fields"
|
| 342 |
msgstr "Anhänge erlauben"
|
| 343 |
|
| 344 |
+
#: contact_form.php:620
|
| 345 |
+
#: contact_form.php:668
|
| 346 |
+
#: contact_form.php:866
|
| 347 |
+
#: contact_form.php:1526
|
| 348 |
#, fuzzy
|
| 349 |
msgid "Address"
|
| 350 |
msgstr "E-Mail-Adresse:"
|
| 351 |
|
| 352 |
+
#: contact_form.php:621
|
| 353 |
+
#: contact_form.php:670
|
| 354 |
+
#: contact_form.php:1534
|
| 355 |
msgid "Phone"
|
| 356 |
msgstr ""
|
| 357 |
|
| 358 |
+
#: contact_form.php:622
|
| 359 |
#, fuzzy
|
| 360 |
msgid "Attachment block"
|
| 361 |
msgstr "Anhänge erlauben"
|
| 362 |
|
| 363 |
+
#: contact_form.php:622
|
| 364 |
msgid "Users can attach the following file formats"
|
| 365 |
msgstr "Benutzer können folgende Dateitypen anhängen"
|
| 366 |
|
|
|
|
| 367 |
#: contact_form.php:629
|
| 368 |
+
#: contact_form.php:632
|
| 369 |
+
#: contact_form.php:636
|
| 370 |
+
#: contact_form.php:895
|
| 371 |
msgid "Captcha"
|
| 372 |
msgstr ""
|
| 373 |
|
|
|
|
| 374 |
#: contact_form.php:629
|
| 375 |
+
#: contact_form.php:632
|
| 376 |
+
#: contact_form.php:636
|
| 377 |
msgid "powered by"
|
| 378 |
msgstr ""
|
| 379 |
|
| 380 |
+
#: contact_form.php:632
|
| 381 |
#, fuzzy
|
| 382 |
msgid "Activate captcha"
|
| 383 |
msgstr "Aktivierte PlugIns"
|
| 384 |
|
| 385 |
+
#: contact_form.php:636
|
| 386 |
#, fuzzy
|
| 387 |
msgid "Download captcha"
|
| 388 |
msgstr "Download"
|
| 389 |
|
| 390 |
+
#: contact_form.php:641
|
| 391 |
#, fuzzy
|
| 392 |
msgid "Display tips below the Attachment block"
|
| 393 |
msgstr "Anhänge erlauben"
|
| 394 |
|
| 395 |
+
#: contact_form.php:650
|
| 396 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 397 |
msgstr ""
|
| 398 |
|
| 399 |
+
#: contact_form.php:656
|
| 400 |
#, fuzzy
|
| 401 |
msgid "Display 'Send me a copy' block"
|
| 402 |
msgstr "Kopie-an-mich anzeigen"
|
| 403 |
|
| 404 |
+
#: contact_form.php:665
|
| 405 |
msgid "Required fields"
|
| 406 |
msgstr ""
|
| 407 |
|
| 408 |
+
#: contact_form.php:667
|
| 409 |
+
#: contact_form.php:861
|
| 410 |
+
#: contact_form.php:1521
|
| 411 |
msgid "Name"
|
| 412 |
msgstr "Name"
|
| 413 |
|
| 414 |
+
#: contact_form.php:669
|
| 415 |
#, fuzzy
|
| 416 |
msgid "Email Address"
|
| 417 |
msgstr "E-Mail-Adresse:"
|
| 418 |
|
| 419 |
+
#: contact_form.php:671
|
| 420 |
+
#: contact_form.php:881
|
| 421 |
+
#: contact_form.php:1537
|
| 422 |
msgid "Subject"
|
| 423 |
msgstr "Betreff"
|
| 424 |
|
| 425 |
+
#: contact_form.php:672
|
| 426 |
+
#: contact_form.php:885
|
| 427 |
+
#: contact_form.php:1540
|
| 428 |
msgid "Message"
|
| 429 |
msgstr "Nachricht"
|
| 430 |
|
| 431 |
+
#: contact_form.php:676
|
| 432 |
msgid "Display the asterisk near required fields"
|
| 433 |
msgstr ""
|
| 434 |
|
| 435 |
+
#: contact_form.php:682
|
| 436 |
msgid "Display additional info in the email"
|
| 437 |
msgstr ""
|
| 438 |
|
| 439 |
+
#: contact_form.php:687
|
| 440 |
+
#: contact_form.php:1493
|
| 441 |
msgid "Sent from (ip address)"
|
| 442 |
msgstr "Gesendet von (IP-Adresse)"
|
| 443 |
|
| 444 |
+
#: contact_form.php:687
|
| 445 |
#, fuzzy
|
| 446 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 447 |
msgstr "Gesendet von (IP-Adresse)"
|
| 448 |
|
| 449 |
+
#: contact_form.php:688
|
| 450 |
+
#: contact_form.php:1498
|
| 451 |
msgid "Date/Time"
|
| 452 |
msgstr "Datum / Uhrzeit"
|
| 453 |
|
| 454 |
+
#: contact_form.php:688
|
| 455 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 456 |
msgstr ""
|
| 457 |
|
| 458 |
+
#: contact_form.php:689
|
| 459 |
+
#: contact_form.php:1503
|
| 460 |
msgid "Sent from (referer)"
|
| 461 |
msgstr "gesendet von (referer)"
|
| 462 |
|
| 463 |
+
#: contact_form.php:689
|
| 464 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 465 |
msgstr ""
|
| 466 |
|
| 467 |
+
#: contact_form.php:690
|
| 468 |
+
#: contact_form.php:1508
|
| 469 |
msgid "Using (user agent)"
|
| 470 |
msgstr "mit (user agent)"
|
| 471 |
|
| 472 |
+
#: contact_form.php:690
|
| 473 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 474 |
msgstr ""
|
| 475 |
|
| 476 |
+
#: contact_form.php:694
|
| 477 |
msgid "Language settings for the field names in the form"
|
| 478 |
msgstr ""
|
| 479 |
|
| 480 |
+
#: contact_form.php:703
|
| 481 |
msgid "Add a language"
|
| 482 |
msgstr ""
|
| 483 |
|
| 484 |
+
#: contact_form.php:707
|
| 485 |
#, fuzzy
|
| 486 |
msgid "Change the names of the contact form fields and error messages"
|
| 487 |
msgstr "Ändern Sie die Bezeichnung der Felder des Kontaktformulars"
|
| 488 |
|
| 489 |
+
#: contact_form.php:712
|
| 490 |
+
#: contact_form.php:783
|
| 491 |
msgid "English"
|
| 492 |
msgstr ""
|
| 493 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 494 |
#: contact_form.php:731
|
| 495 |
#: contact_form.php:760
|
| 496 |
+
msgid "Error message for the Name field"
|
| 497 |
msgstr ""
|
| 498 |
|
| 499 |
#: contact_form.php:732
|
| 500 |
#: contact_form.php:761
|
| 501 |
+
msgid "Error message for the Address field"
|
| 502 |
msgstr ""
|
| 503 |
|
| 504 |
#: contact_form.php:733
|
| 505 |
#: contact_form.php:762
|
| 506 |
+
msgid "Error message for the Email field"
|
| 507 |
msgstr ""
|
| 508 |
|
| 509 |
#: contact_form.php:734
|
| 510 |
#: contact_form.php:763
|
| 511 |
+
msgid "Error message for the Phone field"
|
| 512 |
msgstr ""
|
| 513 |
|
| 514 |
#: contact_form.php:735
|
| 515 |
#: contact_form.php:764
|
| 516 |
+
msgid "Error message for the Subject field"
|
| 517 |
msgstr ""
|
| 518 |
|
| 519 |
#: contact_form.php:736
|
| 520 |
#: contact_form.php:765
|
| 521 |
+
msgid "Error message for the Message field"
|
| 522 |
msgstr ""
|
| 523 |
|
| 524 |
#: contact_form.php:737
|
| 525 |
#: contact_form.php:766
|
| 526 |
+
msgid "Error message about the file type for the Attachment field"
|
| 527 |
msgstr ""
|
| 528 |
|
| 529 |
#: contact_form.php:738
|
| 530 |
#: contact_form.php:767
|
| 531 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 532 |
msgstr ""
|
| 533 |
|
| 534 |
#: contact_form.php:739
|
| 535 |
#: contact_form.php:768
|
| 536 |
+
msgid "Error message while moving the file for the Attachment field"
|
| 537 |
+
msgstr ""
|
| 538 |
+
|
| 539 |
+
#: contact_form.php:740
|
| 540 |
+
#: contact_form.php:769
|
| 541 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 542 |
msgstr ""
|
| 543 |
|
| 544 |
#: contact_form.php:741
|
| 545 |
#: contact_form.php:770
|
| 546 |
+
msgid "Error message for the Captcha field"
|
| 547 |
+
msgstr ""
|
| 548 |
+
|
| 549 |
+
#: contact_form.php:742
|
| 550 |
+
#: contact_form.php:771
|
| 551 |
+
msgid "Error message for the whole form"
|
| 552 |
+
msgstr ""
|
| 553 |
+
|
| 554 |
+
#: contact_form.php:744
|
| 555 |
+
#: contact_form.php:773
|
| 556 |
+
#: contact_form.php:792
|
| 557 |
+
#: contact_form.php:798
|
| 558 |
msgid "Use shortcode"
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
+
#: contact_form.php:744
|
| 562 |
+
#: contact_form.php:773
|
| 563 |
+
#: contact_form.php:792
|
| 564 |
+
#: contact_form.php:798
|
| 565 |
msgid "for this language"
|
| 566 |
msgstr ""
|
| 567 |
|
| 568 |
+
#: contact_form.php:780
|
| 569 |
msgid "Action after email is sent"
|
| 570 |
msgstr ""
|
| 571 |
|
| 572 |
+
#: contact_form.php:782
|
| 573 |
#, fuzzy
|
| 574 |
msgid "Display text"
|
| 575 |
msgstr "Anhänge erlauben"
|
| 576 |
|
| 577 |
+
#: contact_form.php:791
|
| 578 |
+
#: contact_form.php:797
|
| 579 |
msgid "Text"
|
| 580 |
msgstr ""
|
| 581 |
|
| 582 |
+
#: contact_form.php:804
|
| 583 |
msgid "Redirect to the page"
|
| 584 |
msgstr ""
|
| 585 |
|
| 586 |
+
#: contact_form.php:805
|
| 587 |
msgid "Url"
|
| 588 |
msgstr ""
|
| 589 |
|
| 590 |
+
#: contact_form.php:810
|
| 591 |
+
#: contact_form.php:987
|
| 592 |
msgid "Save Changes"
|
| 593 |
msgstr "Änderungen speichern"
|
| 594 |
|
| 595 |
+
#: contact_form.php:827
|
| 596 |
#, fuzzy
|
| 597 |
msgid "Contact Form Pro | Extra Settings"
|
| 598 |
msgstr "Contact Form Einstellungen"
|
| 599 |
|
| 600 |
+
#: contact_form.php:841
|
| 601 |
msgid "Errors output"
|
| 602 |
msgstr ""
|
| 603 |
|
| 604 |
+
#: contact_form.php:844
|
| 605 |
msgid "Display error messages"
|
| 606 |
msgstr ""
|
| 607 |
|
| 608 |
+
#: contact_form.php:845
|
| 609 |
msgid "Color of the input field errors."
|
| 610 |
msgstr ""
|
| 611 |
|
| 612 |
+
#: contact_form.php:846
|
| 613 |
msgid "Display error messages & color of the input field errors"
|
| 614 |
msgstr ""
|
| 615 |
|
| 616 |
+
#: contact_form.php:851
|
| 617 |
msgid "Add placeholder to the input blocks"
|
| 618 |
msgstr ""
|
| 619 |
|
| 620 |
+
#: contact_form.php:857
|
| 621 |
#, fuzzy
|
| 622 |
msgid "Add tooltips"
|
| 623 |
msgstr "Erweiterte Optionen"
|
| 624 |
|
| 625 |
+
#: contact_form.php:871
|
| 626 |
#, fuzzy
|
| 627 |
msgid "Email address"
|
| 628 |
msgstr "E-Mail-Adresse:"
|
| 629 |
|
| 630 |
+
#: contact_form.php:876
|
| 631 |
msgid "Phone Number"
|
| 632 |
msgstr ""
|
| 633 |
|
| 634 |
+
#: contact_form.php:890
|
| 635 |
#, fuzzy
|
| 636 |
msgid "Attachment"
|
| 637 |
msgstr "Anhang:"
|
| 638 |
|
| 639 |
+
#: contact_form.php:895
|
| 640 |
msgid "(powered by bestwebsoft.com)"
|
| 641 |
msgstr ""
|
| 642 |
|
| 643 |
+
#: contact_form.php:900
|
| 644 |
#, fuzzy
|
| 645 |
msgid "Style options"
|
| 646 |
msgstr "Erweiterte Optionen"
|
| 647 |
|
| 648 |
+
#: contact_form.php:903
|
| 649 |
msgid "Text color"
|
| 650 |
msgstr ""
|
| 651 |
|
| 652 |
+
#: contact_form.php:906
|
| 653 |
+
#: contact_form.php:911
|
| 654 |
+
#: contact_form.php:921
|
| 655 |
+
#: contact_form.php:926
|
| 656 |
+
#: contact_form.php:931
|
| 657 |
+
#: contact_form.php:936
|
| 658 |
+
#: contact_form.php:946
|
| 659 |
+
#: contact_form.php:951
|
| 660 |
+
#: contact_form.php:957
|
| 661 |
+
#: contact_form.php:968
|
| 662 |
+
#: contact_form.php:973
|
| 663 |
+
#: contact_form.php:978
|
| 664 |
msgid "Default"
|
| 665 |
msgstr ""
|
| 666 |
|
| 667 |
+
#: contact_form.php:908
|
| 668 |
msgid "Label text color"
|
| 669 |
msgstr ""
|
| 670 |
|
| 671 |
+
#: contact_form.php:913
|
| 672 |
msgid "Placeholder color"
|
| 673 |
msgstr ""
|
| 674 |
|
| 675 |
+
#: contact_form.php:918
|
| 676 |
msgid "Errors color"
|
| 677 |
msgstr ""
|
| 678 |
|
| 679 |
+
#: contact_form.php:923
|
| 680 |
msgid "Error text color"
|
| 681 |
msgstr ""
|
| 682 |
|
| 683 |
+
#: contact_form.php:928
|
| 684 |
msgid "Background color of the input field errors"
|
| 685 |
msgstr ""
|
| 686 |
|
| 687 |
+
#: contact_form.php:933
|
| 688 |
msgid "Border color of the input field errors"
|
| 689 |
msgstr ""
|
| 690 |
|
| 691 |
+
#: contact_form.php:938
|
| 692 |
msgid "Placeholder color of the input field errors"
|
| 693 |
msgstr ""
|
| 694 |
|
| 695 |
+
#: contact_form.php:943
|
| 696 |
#, fuzzy
|
| 697 |
msgid "Input fields"
|
| 698 |
msgstr "Anhänge erlauben"
|
| 699 |
|
| 700 |
+
#: contact_form.php:948
|
| 701 |
msgid "Input fields background color"
|
| 702 |
msgstr ""
|
| 703 |
|
| 704 |
+
#: contact_form.php:953
|
| 705 |
msgid "Text fields color"
|
| 706 |
msgstr ""
|
| 707 |
|
| 708 |
+
#: contact_form.php:955
|
| 709 |
msgid "Border width in px, numbers only"
|
| 710 |
msgstr ""
|
| 711 |
|
| 712 |
+
#: contact_form.php:959
|
| 713 |
+
#: contact_form.php:980
|
| 714 |
msgid "Border color"
|
| 715 |
msgstr ""
|
| 716 |
|
| 717 |
+
#: contact_form.php:964
|
| 718 |
#, fuzzy
|
| 719 |
msgid "Submit button"
|
| 720 |
msgstr "senden"
|
| 721 |
|
| 722 |
+
#: contact_form.php:966
|
| 723 |
msgid "Width in px, numbers only"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
+
#: contact_form.php:970
|
| 727 |
msgid "Button color"
|
| 728 |
msgstr ""
|
| 729 |
|
| 730 |
+
#: contact_form.php:975
|
| 731 |
msgid "Button text color"
|
| 732 |
msgstr ""
|
| 733 |
|
| 734 |
+
#: contact_form.php:991
|
| 735 |
#, fuzzy
|
| 736 |
msgid "Contact Form Pro | Preview"
|
| 737 |
msgstr "Contact Form"
|
| 738 |
|
| 739 |
+
#: contact_form.php:994
|
| 740 |
msgid "Show with errors"
|
| 741 |
msgstr ""
|
| 742 |
|
| 743 |
+
#: contact_form.php:1002
|
| 744 |
+
#: contact_form.php:1004
|
| 745 |
msgid "Please enter your full name..."
|
| 746 |
msgstr ""
|
| 747 |
|
| 748 |
+
#: contact_form.php:1015
|
| 749 |
+
#: contact_form.php:1017
|
| 750 |
msgid "Please enter your address..."
|
| 751 |
msgstr ""
|
| 752 |
|
| 753 |
+
#: contact_form.php:1026
|
| 754 |
+
#: contact_form.php:1028
|
| 755 |
#, fuzzy
|
| 756 |
msgid "Please enter your email address..."
|
| 757 |
msgstr "Verwende diese E-Mail-Adresse:"
|
| 758 |
|
| 759 |
+
#: contact_form.php:1037
|
| 760 |
+
#: contact_form.php:1039
|
| 761 |
msgid "Please enter your phone number..."
|
| 762 |
msgstr ""
|
| 763 |
|
| 764 |
+
#: contact_form.php:1048
|
| 765 |
+
#: contact_form.php:1050
|
| 766 |
msgid "Please enter subject..."
|
| 767 |
msgstr ""
|
| 768 |
|
| 769 |
+
#: contact_form.php:1058
|
| 770 |
+
#: contact_form.php:1060
|
| 771 |
msgid "Please enter your message..."
|
| 772 |
msgstr ""
|
| 773 |
|
| 774 |
+
#: contact_form.php:1071
|
| 775 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 776 |
msgstr ""
|
| 777 |
|
| 778 |
+
#: contact_form.php:1138
|
| 779 |
msgid "Sorry, email message could not be delivered."
|
| 780 |
msgstr "Entschuldigung, Ihre E-Mail konnte leider nicht zugestellt werden."
|
| 781 |
|
| 782 |
+
#: contact_form.php:1222
|
| 783 |
msgid "You can attach the following file formats"
|
| 784 |
msgstr "Sie können folgende Dateitypen anhängen"
|
| 785 |
|
| 786 |
+
#: contact_form.php:1516
|
| 787 |
msgid "Contact from"
|
| 788 |
msgstr "Kontakt von"
|
| 789 |
|
| 790 |
+
#: contact_form.php:1529
|
| 791 |
msgid "Email"
|
| 792 |
msgstr "E-Mail"
|
| 793 |
|
| 794 |
+
#: contact_form.php:1543
|
| 795 |
msgid "Site"
|
| 796 |
msgstr "Site"
|
| 797 |
|
| 798 |
+
#: contact_form.php:1606
|
| 799 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 800 |
msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
|
| 801 |
|
| 802 |
+
#: contact_form.php:1670
|
| 803 |
msgid "FAQ"
|
| 804 |
msgstr "Häufig gestellte Fragen (FAQ)"
|
| 805 |
|
| 806 |
+
#: contact_form.php:1671
|
| 807 |
msgid "Support"
|
| 808 |
msgstr "Unterstützung"
|
| 809 |
|
| 810 |
+
#: contact_form.php:1728
|
| 811 |
msgid "Are you sure that you want to delete this language data?"
|
| 812 |
msgstr ""
|
| 813 |
|
languages/contact_form-el_GR.mo
CHANGED
|
Binary file
|
languages/contact_form-el_GR.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2013-11-
|
| 6 |
-
"PO-Revision-Date: 2013-11-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -33,63 +33,63 @@ msgstr "Επιλογές φόρμας επικοινωνίας"
|
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
-
#: contact_form.php:
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Φόρμα επικοινωνίας"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
-
#: contact_form.php:
|
| 43 |
-
#: contact_form.php:
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Όνομα:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
-
#: contact_form.php:
|
| 49 |
-
#: contact_form.php:
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "Διεύθυνση e-mail:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
-
#: contact_form.php:
|
| 56 |
-
#: contact_form.php:
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "Διεύθυνση e-mail:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
-
#: contact_form.php:
|
| 62 |
-
#: contact_form.php:
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
-
#: contact_form.php:
|
| 68 |
-
#: contact_form.php:
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Θέμα:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
-
#: contact_form.php:
|
| 74 |
-
#: contact_form.php:
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Μήνυμα:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
-
#: contact_form.php:
|
| 80 |
-
#: contact_form.php:
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Επισύναψη:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
-
#: contact_form.php:
|
| 86 |
-
#: contact_form.php:
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Στείλε μου ένα αντίγραφο"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
-
#: contact_form.php:
|
| 92 |
-
#: contact_form.php:
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Υποβολή"
|
| 95 |
|
|
@@ -185,27 +185,27 @@ msgid "Settings saved."
|
|
| 185 |
msgstr "Οι επιλογές αποθηκεύτηκαν."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
-
#: contact_form.php:
|
| 189 |
-
#: contact_form.php:
|
| 190 |
-
#: contact_form.php:
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "Ρυθμίσεις"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
-
#: contact_form.php:
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "Ρυθμίσεις"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
-
#: contact_form.php:
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "Αν θέλετε να προσθέσετε μια φόρμα επικοινωνίας στην ιστοσελίδα σας, αντιγράψτε αυτό τον σύντομο κώδικα στην ανάρτηση, τη σελίδα ή το πρόσθετό σας:"
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
-
#: contact_form.php:
|
| 208 |
-
#: contact_form.php:
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
|
@@ -246,7 +246,7 @@ msgid "Add department selectbox to the contact form:"
|
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
-
#: contact_form.php:
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
|
@@ -254,553 +254,561 @@ msgstr ""
|
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
-
#: contact_form.php:
|
| 258 |
-
#: contact_form.php:
|
| 259 |
-
#: contact_form.php:
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
-
#: contact_form.php:
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "Φόρμα επικοινωνίας"
|
| 267 |
|
| 268 |
-
#: contact_form.php:
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "Φόρμα επικοινωνίας"
|
| 272 |
|
| 273 |
-
#: contact_form.php:
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "Πρόσθετες επιλογές"
|
| 276 |
|
| 277 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
msgid "What to use?"
|
| 279 |
msgstr ""
|
| 280 |
|
| 281 |
-
#: contact_form.php:
|
| 282 |
msgid "Wp-mail"
|
| 283 |
msgstr "Wp-mail"
|
| 284 |
|
| 285 |
-
#: contact_form.php:
|
| 286 |
msgid "You can use the wp_mail function for mailing"
|
| 287 |
msgstr ""
|
| 288 |
|
| 289 |
-
#: contact_form.php:
|
| 290 |
msgid "Mail"
|
| 291 |
msgstr "Mail"
|
| 292 |
|
| 293 |
-
#: contact_form.php:
|
| 294 |
msgid "To send mail you can use the php mail function"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
-
#: contact_form.php:
|
| 298 |
#, fuzzy
|
| 299 |
msgid "The text in the 'From' field"
|
| 300 |
msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
|
| 301 |
|
| 302 |
-
#: contact_form.php:
|
| 303 |
msgid "User name"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: contact_form.php:
|
| 307 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 308 |
msgstr ""
|
| 309 |
|
| 310 |
-
#: contact_form.php:
|
| 311 |
#, fuzzy
|
| 312 |
msgid "This text will be used in the 'FROM' field"
|
| 313 |
msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
|
| 314 |
|
| 315 |
-
#: contact_form.php:
|
| 316 |
msgid "The email address in the 'From' field"
|
| 317 |
msgstr ""
|
| 318 |
|
| 319 |
-
#: contact_form.php:
|
| 320 |
msgid "User email"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: contact_form.php:
|
| 324 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
-
#: contact_form.php:
|
| 328 |
msgid "This email address will be used in the 'From' field."
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
-
#: contact_form.php:
|
| 332 |
#, fuzzy
|
| 333 |
msgid "Display fields"
|
| 334 |
msgstr "Προβολή κουτιού επισύναψης αρχείου"
|
| 335 |
|
| 336 |
-
#: contact_form.php:
|
| 337 |
-
#: contact_form.php:
|
| 338 |
-
#: contact_form.php:
|
| 339 |
-
#: contact_form.php:
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Address"
|
| 342 |
msgstr "Διεύθυνση e-mail:"
|
| 343 |
|
| 344 |
-
#: contact_form.php:
|
| 345 |
-
#: contact_form.php:
|
| 346 |
-
#: contact_form.php:
|
| 347 |
msgid "Phone"
|
| 348 |
msgstr ""
|
| 349 |
|
| 350 |
-
#: contact_form.php:
|
| 351 |
#, fuzzy
|
| 352 |
msgid "Attachment block"
|
| 353 |
msgstr "Προβολή κουτιού επισύναψης αρχείου"
|
| 354 |
|
| 355 |
-
#: contact_form.php:
|
| 356 |
msgid "Users can attach the following file formats"
|
| 357 |
msgstr "Οι χρήστες μπορούν να επισυνάψουν αρχεία τύπου"
|
| 358 |
|
| 359 |
-
#: contact_form.php:626
|
| 360 |
#: contact_form.php:629
|
| 361 |
-
#: contact_form.php:
|
| 362 |
-
#: contact_form.php:
|
|
|
|
| 363 |
msgid "Captcha"
|
| 364 |
msgstr ""
|
| 365 |
|
| 366 |
-
#: contact_form.php:626
|
| 367 |
#: contact_form.php:629
|
| 368 |
-
#: contact_form.php:
|
|
|
|
| 369 |
msgid "powered by"
|
| 370 |
msgstr ""
|
| 371 |
|
| 372 |
-
#: contact_form.php:
|
| 373 |
#, fuzzy
|
| 374 |
msgid "Activate captcha"
|
| 375 |
msgstr "Ενεργοποιημένα πρόσθετα"
|
| 376 |
|
| 377 |
-
#: contact_form.php:
|
| 378 |
#, fuzzy
|
| 379 |
msgid "Download captcha"
|
| 380 |
msgstr "Κατέβασμα"
|
| 381 |
|
| 382 |
-
#: contact_form.php:
|
| 383 |
#, fuzzy
|
| 384 |
msgid "Display tips below the Attachment block"
|
| 385 |
msgstr "Προβολή κουτιού επισύναψης αρχείου"
|
| 386 |
|
| 387 |
-
#: contact_form.php:
|
| 388 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 389 |
msgstr ""
|
| 390 |
|
| 391 |
-
#: contact_form.php:
|
| 392 |
#, fuzzy
|
| 393 |
msgid "Display 'Send me a copy' block"
|
| 394 |
msgstr "Προβολή κουτιού \"Στείλτο και σ' εμένα\""
|
| 395 |
|
| 396 |
-
#: contact_form.php:
|
| 397 |
msgid "Required fields"
|
| 398 |
msgstr ""
|
| 399 |
|
| 400 |
-
#: contact_form.php:
|
| 401 |
-
#: contact_form.php:
|
| 402 |
-
#: contact_form.php:
|
| 403 |
msgid "Name"
|
| 404 |
msgstr "Όνομα"
|
| 405 |
|
| 406 |
-
#: contact_form.php:
|
| 407 |
#, fuzzy
|
| 408 |
msgid "Email Address"
|
| 409 |
msgstr "Διεύθυνση e-mail:"
|
| 410 |
|
| 411 |
-
#: contact_form.php:
|
| 412 |
-
#: contact_form.php:
|
| 413 |
-
#: contact_form.php:
|
| 414 |
msgid "Subject"
|
| 415 |
msgstr "Θέμα"
|
| 416 |
|
| 417 |
-
#: contact_form.php:
|
| 418 |
-
#: contact_form.php:
|
| 419 |
-
#: contact_form.php:
|
| 420 |
msgid "Message"
|
| 421 |
msgstr "Μήνυμα"
|
| 422 |
|
| 423 |
-
#: contact_form.php:
|
| 424 |
msgid "Display the asterisk near required fields"
|
| 425 |
msgstr ""
|
| 426 |
|
| 427 |
-
#: contact_form.php:
|
| 428 |
#, fuzzy
|
| 429 |
msgid "Display additional info in the email"
|
| 430 |
msgstr "Προβολή πρόσθετων πληροφοριών στο email"
|
| 431 |
|
| 432 |
-
#: contact_form.php:
|
| 433 |
-
#: contact_form.php:
|
| 434 |
msgid "Sent from (ip address)"
|
| 435 |
msgstr "Στάλθηκε από (διεύθυνση ip)"
|
| 436 |
|
| 437 |
-
#: contact_form.php:
|
| 438 |
#, fuzzy
|
| 439 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 440 |
msgstr "Στάλθηκε από (διεύθυνση ip)"
|
| 441 |
|
| 442 |
-
#: contact_form.php:
|
| 443 |
-
#: contact_form.php:
|
| 444 |
msgid "Date/Time"
|
| 445 |
msgstr "Ημερομηνία/Ώρα"
|
| 446 |
|
| 447 |
-
#: contact_form.php:
|
| 448 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 449 |
msgstr ""
|
| 450 |
|
| 451 |
-
#: contact_form.php:
|
| 452 |
-
#: contact_form.php:
|
| 453 |
msgid "Sent from (referer)"
|
| 454 |
msgstr "Από (referer)"
|
| 455 |
|
| 456 |
-
#: contact_form.php:
|
| 457 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 458 |
msgstr ""
|
| 459 |
|
| 460 |
-
#: contact_form.php:
|
| 461 |
-
#: contact_form.php:
|
| 462 |
msgid "Using (user agent)"
|
| 463 |
msgstr "με χρήση (user agent)"
|
| 464 |
|
| 465 |
-
#: contact_form.php:
|
| 466 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 467 |
msgstr ""
|
| 468 |
|
| 469 |
-
#: contact_form.php:
|
| 470 |
msgid "Language settings for the field names in the form"
|
| 471 |
msgstr ""
|
| 472 |
|
| 473 |
-
#: contact_form.php:
|
| 474 |
msgid "Add a language"
|
| 475 |
msgstr ""
|
| 476 |
|
| 477 |
-
#: contact_form.php:
|
| 478 |
#, fuzzy
|
| 479 |
msgid "Change the names of the contact form fields and error messages"
|
| 480 |
msgstr "Αλλαγή ετικετών πεδίων της φόρμας επικοινωνίας"
|
| 481 |
|
| 482 |
-
#: contact_form.php:
|
| 483 |
-
#: contact_form.php:
|
| 484 |
msgid "English"
|
| 485 |
msgstr ""
|
| 486 |
|
| 487 |
-
#: contact_form.php:728
|
| 488 |
-
#: contact_form.php:757
|
| 489 |
-
msgid "Error message for the Name field"
|
| 490 |
-
msgstr ""
|
| 491 |
-
|
| 492 |
-
#: contact_form.php:729
|
| 493 |
-
#: contact_form.php:758
|
| 494 |
-
msgid "Error message for the Address field"
|
| 495 |
-
msgstr ""
|
| 496 |
-
|
| 497 |
-
#: contact_form.php:730
|
| 498 |
-
#: contact_form.php:759
|
| 499 |
-
msgid "Error message for the Email field"
|
| 500 |
-
msgstr ""
|
| 501 |
-
|
| 502 |
#: contact_form.php:731
|
| 503 |
#: contact_form.php:760
|
| 504 |
-
msgid "Error message for the
|
| 505 |
msgstr ""
|
| 506 |
|
| 507 |
#: contact_form.php:732
|
| 508 |
#: contact_form.php:761
|
| 509 |
-
msgid "Error message for the
|
| 510 |
msgstr ""
|
| 511 |
|
| 512 |
#: contact_form.php:733
|
| 513 |
#: contact_form.php:762
|
| 514 |
-
msgid "Error message for the
|
| 515 |
msgstr ""
|
| 516 |
|
| 517 |
#: contact_form.php:734
|
| 518 |
#: contact_form.php:763
|
| 519 |
-
msgid "Error message
|
| 520 |
msgstr ""
|
| 521 |
|
| 522 |
#: contact_form.php:735
|
| 523 |
#: contact_form.php:764
|
| 524 |
-
msgid "Error message
|
| 525 |
msgstr ""
|
| 526 |
|
| 527 |
#: contact_form.php:736
|
| 528 |
#: contact_form.php:765
|
| 529 |
-
msgid "Error message
|
| 530 |
msgstr ""
|
| 531 |
|
| 532 |
#: contact_form.php:737
|
| 533 |
#: contact_form.php:766
|
| 534 |
-
msgid "Error message
|
| 535 |
msgstr ""
|
| 536 |
|
| 537 |
#: contact_form.php:738
|
| 538 |
#: contact_form.php:767
|
| 539 |
-
msgid "Error message for the
|
| 540 |
msgstr ""
|
| 541 |
|
| 542 |
#: contact_form.php:739
|
| 543 |
#: contact_form.php:768
|
| 544 |
-
msgid "Error message for the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 545 |
msgstr ""
|
| 546 |
|
| 547 |
#: contact_form.php:741
|
| 548 |
#: contact_form.php:770
|
| 549 |
-
|
| 550 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 551 |
msgid "Use shortcode"
|
| 552 |
msgstr ""
|
| 553 |
|
| 554 |
-
#: contact_form.php:
|
| 555 |
-
#: contact_form.php:
|
| 556 |
-
#: contact_form.php:
|
| 557 |
-
#: contact_form.php:
|
| 558 |
msgid "for this language"
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
-
#: contact_form.php:
|
| 562 |
msgid "Action after email is sent"
|
| 563 |
msgstr ""
|
| 564 |
|
| 565 |
-
#: contact_form.php:
|
| 566 |
#, fuzzy
|
| 567 |
msgid "Display text"
|
| 568 |
msgstr "Προβολή κουτιού επισύναψης αρχείου"
|
| 569 |
|
| 570 |
-
#: contact_form.php:
|
| 571 |
-
#: contact_form.php:
|
| 572 |
msgid "Text"
|
| 573 |
msgstr ""
|
| 574 |
|
| 575 |
-
#: contact_form.php:
|
| 576 |
msgid "Redirect to the page"
|
| 577 |
msgstr ""
|
| 578 |
|
| 579 |
-
#: contact_form.php:
|
| 580 |
msgid "Url"
|
| 581 |
msgstr ""
|
| 582 |
|
| 583 |
-
#: contact_form.php:
|
| 584 |
-
#: contact_form.php:
|
| 585 |
msgid "Save Changes"
|
| 586 |
msgstr "Αποθήκευση αλλαγών"
|
| 587 |
|
| 588 |
-
#: contact_form.php:
|
| 589 |
#, fuzzy
|
| 590 |
msgid "Contact Form Pro | Extra Settings"
|
| 591 |
msgstr "Επιλογές φόρμας επικοινωνίας"
|
| 592 |
|
| 593 |
-
#: contact_form.php:
|
| 594 |
msgid "Errors output"
|
| 595 |
msgstr ""
|
| 596 |
|
| 597 |
-
#: contact_form.php:
|
| 598 |
msgid "Display error messages"
|
| 599 |
msgstr ""
|
| 600 |
|
| 601 |
-
#: contact_form.php:
|
| 602 |
msgid "Color of the input field errors."
|
| 603 |
msgstr ""
|
| 604 |
|
| 605 |
-
#: contact_form.php:
|
| 606 |
msgid "Display error messages & color of the input field errors"
|
| 607 |
msgstr ""
|
| 608 |
|
| 609 |
-
#: contact_form.php:
|
| 610 |
msgid "Add placeholder to the input blocks"
|
| 611 |
msgstr ""
|
| 612 |
|
| 613 |
-
#: contact_form.php:
|
| 614 |
#, fuzzy
|
| 615 |
msgid "Add tooltips"
|
| 616 |
msgstr "Πρόσθετες επιλογές"
|
| 617 |
|
| 618 |
-
#: contact_form.php:
|
| 619 |
#, fuzzy
|
| 620 |
msgid "Email address"
|
| 621 |
msgstr "Διεύθυνση e-mail:"
|
| 622 |
|
| 623 |
-
#: contact_form.php:
|
| 624 |
msgid "Phone Number"
|
| 625 |
msgstr ""
|
| 626 |
|
| 627 |
-
#: contact_form.php:
|
| 628 |
#, fuzzy
|
| 629 |
msgid "Attachment"
|
| 630 |
msgstr "Επισύναψη:"
|
| 631 |
|
| 632 |
-
#: contact_form.php:
|
| 633 |
msgid "(powered by bestwebsoft.com)"
|
| 634 |
msgstr ""
|
| 635 |
|
| 636 |
-
#: contact_form.php:
|
| 637 |
#, fuzzy
|
| 638 |
msgid "Style options"
|
| 639 |
msgstr "Πρόσθετες επιλογές"
|
| 640 |
|
| 641 |
-
#: contact_form.php:
|
| 642 |
msgid "Text color"
|
| 643 |
msgstr ""
|
| 644 |
|
| 645 |
-
#: contact_form.php:
|
| 646 |
-
#: contact_form.php:
|
| 647 |
-
#: contact_form.php:
|
| 648 |
-
#: contact_form.php:
|
| 649 |
-
#: contact_form.php:
|
| 650 |
-
#: contact_form.php:
|
| 651 |
-
#: contact_form.php:
|
| 652 |
-
#: contact_form.php:
|
| 653 |
-
#: contact_form.php:
|
| 654 |
-
#: contact_form.php:
|
| 655 |
-
#: contact_form.php:
|
| 656 |
-
#: contact_form.php:
|
| 657 |
msgid "Default"
|
| 658 |
msgstr ""
|
| 659 |
|
| 660 |
-
#: contact_form.php:
|
| 661 |
msgid "Label text color"
|
| 662 |
msgstr ""
|
| 663 |
|
| 664 |
-
#: contact_form.php:
|
| 665 |
msgid "Placeholder color"
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
-
#: contact_form.php:
|
| 669 |
msgid "Errors color"
|
| 670 |
msgstr ""
|
| 671 |
|
| 672 |
-
#: contact_form.php:
|
| 673 |
msgid "Error text color"
|
| 674 |
msgstr ""
|
| 675 |
|
| 676 |
-
#: contact_form.php:
|
| 677 |
msgid "Background color of the input field errors"
|
| 678 |
msgstr ""
|
| 679 |
|
| 680 |
-
#: contact_form.php:
|
| 681 |
msgid "Border color of the input field errors"
|
| 682 |
msgstr ""
|
| 683 |
|
| 684 |
-
#: contact_form.php:
|
| 685 |
msgid "Placeholder color of the input field errors"
|
| 686 |
msgstr ""
|
| 687 |
|
| 688 |
-
#: contact_form.php:
|
| 689 |
#, fuzzy
|
| 690 |
msgid "Input fields"
|
| 691 |
msgstr "Προβολή κουτιού επισύναψης αρχείου"
|
| 692 |
|
| 693 |
-
#: contact_form.php:
|
| 694 |
msgid "Input fields background color"
|
| 695 |
msgstr ""
|
| 696 |
|
| 697 |
-
#: contact_form.php:
|
| 698 |
msgid "Text fields color"
|
| 699 |
msgstr ""
|
| 700 |
|
| 701 |
-
#: contact_form.php:
|
| 702 |
msgid "Border width in px, numbers only"
|
| 703 |
msgstr ""
|
| 704 |
|
| 705 |
-
#: contact_form.php:
|
| 706 |
-
#: contact_form.php:
|
| 707 |
msgid "Border color"
|
| 708 |
msgstr ""
|
| 709 |
|
| 710 |
-
#: contact_form.php:
|
| 711 |
#, fuzzy
|
| 712 |
msgid "Submit button"
|
| 713 |
msgstr "Υποβολή"
|
| 714 |
|
| 715 |
-
#: contact_form.php:
|
| 716 |
msgid "Width in px, numbers only"
|
| 717 |
msgstr ""
|
| 718 |
|
| 719 |
-
#: contact_form.php:
|
| 720 |
msgid "Button color"
|
| 721 |
msgstr ""
|
| 722 |
|
| 723 |
-
#: contact_form.php:
|
| 724 |
msgid "Button text color"
|
| 725 |
msgstr ""
|
| 726 |
|
| 727 |
-
#: contact_form.php:
|
| 728 |
#, fuzzy
|
| 729 |
msgid "Contact Form Pro | Preview"
|
| 730 |
msgstr "Φόρμα επικοινωνίας"
|
| 731 |
|
| 732 |
-
#: contact_form.php:
|
| 733 |
msgid "Show with errors"
|
| 734 |
msgstr ""
|
| 735 |
|
| 736 |
-
#: contact_form.php:
|
| 737 |
-
#: contact_form.php:
|
| 738 |
msgid "Please enter your full name..."
|
| 739 |
msgstr ""
|
| 740 |
|
| 741 |
-
#: contact_form.php:
|
| 742 |
-
#: contact_form.php:
|
| 743 |
msgid "Please enter your address..."
|
| 744 |
msgstr ""
|
| 745 |
|
| 746 |
-
#: contact_form.php:
|
| 747 |
-
#: contact_form.php:
|
| 748 |
#, fuzzy
|
| 749 |
msgid "Please enter your email address..."
|
| 750 |
msgstr "Τα μηνύματα θα στέλνονται στο email "
|
| 751 |
|
| 752 |
-
#: contact_form.php:
|
| 753 |
-
#: contact_form.php:
|
| 754 |
msgid "Please enter your phone number..."
|
| 755 |
msgstr ""
|
| 756 |
|
| 757 |
-
#: contact_form.php:
|
| 758 |
-
#: contact_form.php:
|
| 759 |
msgid "Please enter subject..."
|
| 760 |
msgstr ""
|
| 761 |
|
| 762 |
-
#: contact_form.php:
|
| 763 |
-
#: contact_form.php:
|
| 764 |
msgid "Please enter your message..."
|
| 765 |
msgstr ""
|
| 766 |
|
| 767 |
-
#: contact_form.php:
|
| 768 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 769 |
msgstr ""
|
| 770 |
|
| 771 |
-
#: contact_form.php:
|
| 772 |
msgid "Sorry, email message could not be delivered."
|
| 773 |
msgstr "Δυστυχώς δεν μπορέσαμε να στείλουμε το email σας."
|
| 774 |
|
| 775 |
-
#: contact_form.php:
|
| 776 |
msgid "You can attach the following file formats"
|
| 777 |
msgstr "Μπορείτε να επισυνάψετε αρχεία τύπου"
|
| 778 |
|
| 779 |
-
#: contact_form.php:
|
| 780 |
msgid "Contact from"
|
| 781 |
msgstr "Επικοινωνία από"
|
| 782 |
|
| 783 |
-
#: contact_form.php:
|
| 784 |
msgid "Email"
|
| 785 |
msgstr "E-Mail"
|
| 786 |
|
| 787 |
-
#: contact_form.php:
|
| 788 |
msgid "Site"
|
| 789 |
msgstr "Ιστοσελίδα"
|
| 790 |
|
| 791 |
-
#: contact_form.php:
|
| 792 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 793 |
msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
|
| 794 |
|
| 795 |
-
#: contact_form.php:
|
| 796 |
msgid "FAQ"
|
| 797 |
msgstr "Συχνές ερωτήσεις"
|
| 798 |
|
| 799 |
-
#: contact_form.php:
|
| 800 |
msgid "Support"
|
| 801 |
msgstr "Υποστήριξη"
|
| 802 |
|
| 803 |
-
#: contact_form.php:
|
| 804 |
msgid "Are you sure that you want to delete this language data?"
|
| 805 |
msgstr ""
|
| 806 |
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2013-11-08 10:56+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2013-11-08 10:56+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Pantelis Panteloglou <ppanteloglou@gmail.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
+
#: contact_form.php:835
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Φόρμα επικοινωνίας"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
+
#: contact_form.php:722
|
| 43 |
+
#: contact_form.php:751
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Όνομα:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
+
#: contact_form.php:723
|
| 49 |
+
#: contact_form.php:752
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "Διεύθυνση e-mail:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
+
#: contact_form.php:724
|
| 56 |
+
#: contact_form.php:753
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "Διεύθυνση e-mail:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
+
#: contact_form.php:725
|
| 62 |
+
#: contact_form.php:754
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
+
#: contact_form.php:726
|
| 68 |
+
#: contact_form.php:755
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Θέμα:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
+
#: contact_form.php:727
|
| 74 |
+
#: contact_form.php:756
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Μήνυμα:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
+
#: contact_form.php:728
|
| 80 |
+
#: contact_form.php:757
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Επισύναψη:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
+
#: contact_form.php:729
|
| 86 |
+
#: contact_form.php:758
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Στείλε μου ένα αντίγραφο"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
+
#: contact_form.php:730
|
| 92 |
+
#: contact_form.php:759
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Υποβολή"
|
| 95 |
|
| 185 |
msgstr "Οι επιλογές αποθηκεύτηκαν."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
+
#: contact_form.php:829
|
| 189 |
+
#: contact_form.php:1658
|
| 190 |
+
#: contact_form.php:1669
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "Ρυθμίσεις"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
+
#: contact_form.php:830
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "Ρυθμίσεις"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
+
#: contact_form.php:1086
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "Αν θέλετε να προσθέσετε μια φόρμα επικοινωνίας στην ιστοσελίδα σας, αντιγράψτε αυτό τον σύντομο κώδικα στην ανάρτηση, τη σελίδα ή το πρόσθετό σας:"
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
+
#: contact_form.php:744
|
| 208 |
+
#: contact_form.php:792
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
+
#: contact_form.php:834
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
+
#: contact_form.php:570
|
| 258 |
+
#: contact_form.php:573
|
| 259 |
+
#: contact_form.php:577
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
+
#: contact_form.php:573
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "Φόρμα επικοινωνίας"
|
| 267 |
|
| 268 |
+
#: contact_form.php:577
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "Φόρμα επικοινωνίας"
|
| 272 |
|
| 273 |
+
#: contact_form.php:582
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "Πρόσθετες επιλογές"
|
| 276 |
|
| 277 |
+
#: contact_form.php:584
|
| 278 |
+
msgid "Show"
|
| 279 |
+
msgstr ""
|
| 280 |
+
|
| 281 |
+
#: contact_form.php:585
|
| 282 |
+
msgid "Hide"
|
| 283 |
+
msgstr ""
|
| 284 |
+
|
| 285 |
+
#: contact_form.php:589
|
| 286 |
msgid "What to use?"
|
| 287 |
msgstr ""
|
| 288 |
|
| 289 |
+
#: contact_form.php:592
|
| 290 |
msgid "Wp-mail"
|
| 291 |
msgstr "Wp-mail"
|
| 292 |
|
| 293 |
+
#: contact_form.php:592
|
| 294 |
msgid "You can use the wp_mail function for mailing"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
+
#: contact_form.php:594
|
| 298 |
msgid "Mail"
|
| 299 |
msgstr "Mail"
|
| 300 |
|
| 301 |
+
#: contact_form.php:594
|
| 302 |
msgid "To send mail you can use the php mail function"
|
| 303 |
msgstr ""
|
| 304 |
|
| 305 |
+
#: contact_form.php:598
|
| 306 |
#, fuzzy
|
| 307 |
msgid "The text in the 'From' field"
|
| 308 |
msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
|
| 309 |
|
| 310 |
+
#: contact_form.php:600
|
| 311 |
msgid "User name"
|
| 312 |
msgstr ""
|
| 313 |
|
| 314 |
+
#: contact_form.php:601
|
| 315 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 316 |
msgstr ""
|
| 317 |
|
| 318 |
+
#: contact_form.php:604
|
| 319 |
#, fuzzy
|
| 320 |
msgid "This text will be used in the 'FROM' field"
|
| 321 |
msgstr "Αλλάξτε το πεδίο \"ΑΠΟ\" της φόρμας επικοινωνίας"
|
| 322 |
|
| 323 |
+
#: contact_form.php:608
|
| 324 |
msgid "The email address in the 'From' field"
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
+
#: contact_form.php:610
|
| 328 |
msgid "User email"
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
+
#: contact_form.php:611
|
| 332 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 333 |
msgstr ""
|
| 334 |
|
| 335 |
+
#: contact_form.php:614
|
| 336 |
msgid "This email address will be used in the 'From' field."
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
+
#: contact_form.php:618
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Display fields"
|
| 342 |
msgstr "Προβολή κουτιού επισύναψης αρχείου"
|
| 343 |
|
| 344 |
+
#: contact_form.php:620
|
| 345 |
+
#: contact_form.php:668
|
| 346 |
+
#: contact_form.php:866
|
| 347 |
+
#: contact_form.php:1526
|
| 348 |
#, fuzzy
|
| 349 |
msgid "Address"
|
| 350 |
msgstr "Διεύθυνση e-mail:"
|
| 351 |
|
| 352 |
+
#: contact_form.php:621
|
| 353 |
+
#: contact_form.php:670
|
| 354 |
+
#: contact_form.php:1534
|
| 355 |
msgid "Phone"
|
| 356 |
msgstr ""
|
| 357 |
|
| 358 |
+
#: contact_form.php:622
|
| 359 |
#, fuzzy
|
| 360 |
msgid "Attachment block"
|
| 361 |
msgstr "Προβολή κουτιού επισύναψης αρχείου"
|
| 362 |
|
| 363 |
+
#: contact_form.php:622
|
| 364 |
msgid "Users can attach the following file formats"
|
| 365 |
msgstr "Οι χρήστες μπορούν να επισυνάψουν αρχεία τύπου"
|
| 366 |
|
|
|
|
| 367 |
#: contact_form.php:629
|
| 368 |
+
#: contact_form.php:632
|
| 369 |
+
#: contact_form.php:636
|
| 370 |
+
#: contact_form.php:895
|
| 371 |
msgid "Captcha"
|
| 372 |
msgstr ""
|
| 373 |
|
|
|
|
| 374 |
#: contact_form.php:629
|
| 375 |
+
#: contact_form.php:632
|
| 376 |
+
#: contact_form.php:636
|
| 377 |
msgid "powered by"
|
| 378 |
msgstr ""
|
| 379 |
|
| 380 |
+
#: contact_form.php:632
|
| 381 |
#, fuzzy
|
| 382 |
msgid "Activate captcha"
|
| 383 |
msgstr "Ενεργοποιημένα πρόσθετα"
|
| 384 |
|
| 385 |
+
#: contact_form.php:636
|
| 386 |
#, fuzzy
|
| 387 |
msgid "Download captcha"
|
| 388 |
msgstr "Κατέβασμα"
|
| 389 |
|
| 390 |
+
#: contact_form.php:641
|
| 391 |
#, fuzzy
|
| 392 |
msgid "Display tips below the Attachment block"
|
| 393 |
msgstr "Προβολή κουτιού επισύναψης αρχείου"
|
| 394 |
|
| 395 |
+
#: contact_form.php:650
|
| 396 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 397 |
msgstr ""
|
| 398 |
|
| 399 |
+
#: contact_form.php:656
|
| 400 |
#, fuzzy
|
| 401 |
msgid "Display 'Send me a copy' block"
|
| 402 |
msgstr "Προβολή κουτιού \"Στείλτο και σ' εμένα\""
|
| 403 |
|
| 404 |
+
#: contact_form.php:665
|
| 405 |
msgid "Required fields"
|
| 406 |
msgstr ""
|
| 407 |
|
| 408 |
+
#: contact_form.php:667
|
| 409 |
+
#: contact_form.php:861
|
| 410 |
+
#: contact_form.php:1521
|
| 411 |
msgid "Name"
|
| 412 |
msgstr "Όνομα"
|
| 413 |
|
| 414 |
+
#: contact_form.php:669
|
| 415 |
#, fuzzy
|
| 416 |
msgid "Email Address"
|
| 417 |
msgstr "Διεύθυνση e-mail:"
|
| 418 |
|
| 419 |
+
#: contact_form.php:671
|
| 420 |
+
#: contact_form.php:881
|
| 421 |
+
#: contact_form.php:1537
|
| 422 |
msgid "Subject"
|
| 423 |
msgstr "Θέμα"
|
| 424 |
|
| 425 |
+
#: contact_form.php:672
|
| 426 |
+
#: contact_form.php:885
|
| 427 |
+
#: contact_form.php:1540
|
| 428 |
msgid "Message"
|
| 429 |
msgstr "Μήνυμα"
|
| 430 |
|
| 431 |
+
#: contact_form.php:676
|
| 432 |
msgid "Display the asterisk near required fields"
|
| 433 |
msgstr ""
|
| 434 |
|
| 435 |
+
#: contact_form.php:682
|
| 436 |
#, fuzzy
|
| 437 |
msgid "Display additional info in the email"
|
| 438 |
msgstr "Προβολή πρόσθετων πληροφοριών στο email"
|
| 439 |
|
| 440 |
+
#: contact_form.php:687
|
| 441 |
+
#: contact_form.php:1493
|
| 442 |
msgid "Sent from (ip address)"
|
| 443 |
msgstr "Στάλθηκε από (διεύθυνση ip)"
|
| 444 |
|
| 445 |
+
#: contact_form.php:687
|
| 446 |
#, fuzzy
|
| 447 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 448 |
msgstr "Στάλθηκε από (διεύθυνση ip)"
|
| 449 |
|
| 450 |
+
#: contact_form.php:688
|
| 451 |
+
#: contact_form.php:1498
|
| 452 |
msgid "Date/Time"
|
| 453 |
msgstr "Ημερομηνία/Ώρα"
|
| 454 |
|
| 455 |
+
#: contact_form.php:688
|
| 456 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 457 |
msgstr ""
|
| 458 |
|
| 459 |
+
#: contact_form.php:689
|
| 460 |
+
#: contact_form.php:1503
|
| 461 |
msgid "Sent from (referer)"
|
| 462 |
msgstr "Από (referer)"
|
| 463 |
|
| 464 |
+
#: contact_form.php:689
|
| 465 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 466 |
msgstr ""
|
| 467 |
|
| 468 |
+
#: contact_form.php:690
|
| 469 |
+
#: contact_form.php:1508
|
| 470 |
msgid "Using (user agent)"
|
| 471 |
msgstr "με χρήση (user agent)"
|
| 472 |
|
| 473 |
+
#: contact_form.php:690
|
| 474 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 475 |
msgstr ""
|
| 476 |
|
| 477 |
+
#: contact_form.php:694
|
| 478 |
msgid "Language settings for the field names in the form"
|
| 479 |
msgstr ""
|
| 480 |
|
| 481 |
+
#: contact_form.php:703
|
| 482 |
msgid "Add a language"
|
| 483 |
msgstr ""
|
| 484 |
|
| 485 |
+
#: contact_form.php:707
|
| 486 |
#, fuzzy
|
| 487 |
msgid "Change the names of the contact form fields and error messages"
|
| 488 |
msgstr "Αλλαγή ετικετών πεδίων της φόρμας επικοινωνίας"
|
| 489 |
|
| 490 |
+
#: contact_form.php:712
|
| 491 |
+
#: contact_form.php:783
|
| 492 |
msgid "English"
|
| 493 |
msgstr ""
|
| 494 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 495 |
#: contact_form.php:731
|
| 496 |
#: contact_form.php:760
|
| 497 |
+
msgid "Error message for the Name field"
|
| 498 |
msgstr ""
|
| 499 |
|
| 500 |
#: contact_form.php:732
|
| 501 |
#: contact_form.php:761
|
| 502 |
+
msgid "Error message for the Address field"
|
| 503 |
msgstr ""
|
| 504 |
|
| 505 |
#: contact_form.php:733
|
| 506 |
#: contact_form.php:762
|
| 507 |
+
msgid "Error message for the Email field"
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
#: contact_form.php:734
|
| 511 |
#: contact_form.php:763
|
| 512 |
+
msgid "Error message for the Phone field"
|
| 513 |
msgstr ""
|
| 514 |
|
| 515 |
#: contact_form.php:735
|
| 516 |
#: contact_form.php:764
|
| 517 |
+
msgid "Error message for the Subject field"
|
| 518 |
msgstr ""
|
| 519 |
|
| 520 |
#: contact_form.php:736
|
| 521 |
#: contact_form.php:765
|
| 522 |
+
msgid "Error message for the Message field"
|
| 523 |
msgstr ""
|
| 524 |
|
| 525 |
#: contact_form.php:737
|
| 526 |
#: contact_form.php:766
|
| 527 |
+
msgid "Error message about the file type for the Attachment field"
|
| 528 |
msgstr ""
|
| 529 |
|
| 530 |
#: contact_form.php:738
|
| 531 |
#: contact_form.php:767
|
| 532 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 533 |
msgstr ""
|
| 534 |
|
| 535 |
#: contact_form.php:739
|
| 536 |
#: contact_form.php:768
|
| 537 |
+
msgid "Error message while moving the file for the Attachment field"
|
| 538 |
+
msgstr ""
|
| 539 |
+
|
| 540 |
+
#: contact_form.php:740
|
| 541 |
+
#: contact_form.php:769
|
| 542 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 543 |
msgstr ""
|
| 544 |
|
| 545 |
#: contact_form.php:741
|
| 546 |
#: contact_form.php:770
|
| 547 |
+
msgid "Error message for the Captcha field"
|
| 548 |
+
msgstr ""
|
| 549 |
+
|
| 550 |
+
#: contact_form.php:742
|
| 551 |
+
#: contact_form.php:771
|
| 552 |
+
msgid "Error message for the whole form"
|
| 553 |
+
msgstr ""
|
| 554 |
+
|
| 555 |
+
#: contact_form.php:744
|
| 556 |
+
#: contact_form.php:773
|
| 557 |
+
#: contact_form.php:792
|
| 558 |
+
#: contact_form.php:798
|
| 559 |
msgid "Use shortcode"
|
| 560 |
msgstr ""
|
| 561 |
|
| 562 |
+
#: contact_form.php:744
|
| 563 |
+
#: contact_form.php:773
|
| 564 |
+
#: contact_form.php:792
|
| 565 |
+
#: contact_form.php:798
|
| 566 |
msgid "for this language"
|
| 567 |
msgstr ""
|
| 568 |
|
| 569 |
+
#: contact_form.php:780
|
| 570 |
msgid "Action after email is sent"
|
| 571 |
msgstr ""
|
| 572 |
|
| 573 |
+
#: contact_form.php:782
|
| 574 |
#, fuzzy
|
| 575 |
msgid "Display text"
|
| 576 |
msgstr "Προβολή κουτιού επισύναψης αρχείου"
|
| 577 |
|
| 578 |
+
#: contact_form.php:791
|
| 579 |
+
#: contact_form.php:797
|
| 580 |
msgid "Text"
|
| 581 |
msgstr ""
|
| 582 |
|
| 583 |
+
#: contact_form.php:804
|
| 584 |
msgid "Redirect to the page"
|
| 585 |
msgstr ""
|
| 586 |
|
| 587 |
+
#: contact_form.php:805
|
| 588 |
msgid "Url"
|
| 589 |
msgstr ""
|
| 590 |
|
| 591 |
+
#: contact_form.php:810
|
| 592 |
+
#: contact_form.php:987
|
| 593 |
msgid "Save Changes"
|
| 594 |
msgstr "Αποθήκευση αλλαγών"
|
| 595 |
|
| 596 |
+
#: contact_form.php:827
|
| 597 |
#, fuzzy
|
| 598 |
msgid "Contact Form Pro | Extra Settings"
|
| 599 |
msgstr "Επιλογές φόρμας επικοινωνίας"
|
| 600 |
|
| 601 |
+
#: contact_form.php:841
|
| 602 |
msgid "Errors output"
|
| 603 |
msgstr ""
|
| 604 |
|
| 605 |
+
#: contact_form.php:844
|
| 606 |
msgid "Display error messages"
|
| 607 |
msgstr ""
|
| 608 |
|
| 609 |
+
#: contact_form.php:845
|
| 610 |
msgid "Color of the input field errors."
|
| 611 |
msgstr ""
|
| 612 |
|
| 613 |
+
#: contact_form.php:846
|
| 614 |
msgid "Display error messages & color of the input field errors"
|
| 615 |
msgstr ""
|
| 616 |
|
| 617 |
+
#: contact_form.php:851
|
| 618 |
msgid "Add placeholder to the input blocks"
|
| 619 |
msgstr ""
|
| 620 |
|
| 621 |
+
#: contact_form.php:857
|
| 622 |
#, fuzzy
|
| 623 |
msgid "Add tooltips"
|
| 624 |
msgstr "Πρόσθετες επιλογές"
|
| 625 |
|
| 626 |
+
#: contact_form.php:871
|
| 627 |
#, fuzzy
|
| 628 |
msgid "Email address"
|
| 629 |
msgstr "Διεύθυνση e-mail:"
|
| 630 |
|
| 631 |
+
#: contact_form.php:876
|
| 632 |
msgid "Phone Number"
|
| 633 |
msgstr ""
|
| 634 |
|
| 635 |
+
#: contact_form.php:890
|
| 636 |
#, fuzzy
|
| 637 |
msgid "Attachment"
|
| 638 |
msgstr "Επισύναψη:"
|
| 639 |
|
| 640 |
+
#: contact_form.php:895
|
| 641 |
msgid "(powered by bestwebsoft.com)"
|
| 642 |
msgstr ""
|
| 643 |
|
| 644 |
+
#: contact_form.php:900
|
| 645 |
#, fuzzy
|
| 646 |
msgid "Style options"
|
| 647 |
msgstr "Πρόσθετες επιλογές"
|
| 648 |
|
| 649 |
+
#: contact_form.php:903
|
| 650 |
msgid "Text color"
|
| 651 |
msgstr ""
|
| 652 |
|
| 653 |
+
#: contact_form.php:906
|
| 654 |
+
#: contact_form.php:911
|
| 655 |
+
#: contact_form.php:921
|
| 656 |
+
#: contact_form.php:926
|
| 657 |
+
#: contact_form.php:931
|
| 658 |
+
#: contact_form.php:936
|
| 659 |
+
#: contact_form.php:946
|
| 660 |
+
#: contact_form.php:951
|
| 661 |
+
#: contact_form.php:957
|
| 662 |
+
#: contact_form.php:968
|
| 663 |
+
#: contact_form.php:973
|
| 664 |
+
#: contact_form.php:978
|
| 665 |
msgid "Default"
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
+
#: contact_form.php:908
|
| 669 |
msgid "Label text color"
|
| 670 |
msgstr ""
|
| 671 |
|
| 672 |
+
#: contact_form.php:913
|
| 673 |
msgid "Placeholder color"
|
| 674 |
msgstr ""
|
| 675 |
|
| 676 |
+
#: contact_form.php:918
|
| 677 |
msgid "Errors color"
|
| 678 |
msgstr ""
|
| 679 |
|
| 680 |
+
#: contact_form.php:923
|
| 681 |
msgid "Error text color"
|
| 682 |
msgstr ""
|
| 683 |
|
| 684 |
+
#: contact_form.php:928
|
| 685 |
msgid "Background color of the input field errors"
|
| 686 |
msgstr ""
|
| 687 |
|
| 688 |
+
#: contact_form.php:933
|
| 689 |
msgid "Border color of the input field errors"
|
| 690 |
msgstr ""
|
| 691 |
|
| 692 |
+
#: contact_form.php:938
|
| 693 |
msgid "Placeholder color of the input field errors"
|
| 694 |
msgstr ""
|
| 695 |
|
| 696 |
+
#: contact_form.php:943
|
| 697 |
#, fuzzy
|
| 698 |
msgid "Input fields"
|
| 699 |
msgstr "Προβολή κουτιού επισύναψης αρχείου"
|
| 700 |
|
| 701 |
+
#: contact_form.php:948
|
| 702 |
msgid "Input fields background color"
|
| 703 |
msgstr ""
|
| 704 |
|
| 705 |
+
#: contact_form.php:953
|
| 706 |
msgid "Text fields color"
|
| 707 |
msgstr ""
|
| 708 |
|
| 709 |
+
#: contact_form.php:955
|
| 710 |
msgid "Border width in px, numbers only"
|
| 711 |
msgstr ""
|
| 712 |
|
| 713 |
+
#: contact_form.php:959
|
| 714 |
+
#: contact_form.php:980
|
| 715 |
msgid "Border color"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
+
#: contact_form.php:964
|
| 719 |
#, fuzzy
|
| 720 |
msgid "Submit button"
|
| 721 |
msgstr "Υποβολή"
|
| 722 |
|
| 723 |
+
#: contact_form.php:966
|
| 724 |
msgid "Width in px, numbers only"
|
| 725 |
msgstr ""
|
| 726 |
|
| 727 |
+
#: contact_form.php:970
|
| 728 |
msgid "Button color"
|
| 729 |
msgstr ""
|
| 730 |
|
| 731 |
+
#: contact_form.php:975
|
| 732 |
msgid "Button text color"
|
| 733 |
msgstr ""
|
| 734 |
|
| 735 |
+
#: contact_form.php:991
|
| 736 |
#, fuzzy
|
| 737 |
msgid "Contact Form Pro | Preview"
|
| 738 |
msgstr "Φόρμα επικοινωνίας"
|
| 739 |
|
| 740 |
+
#: contact_form.php:994
|
| 741 |
msgid "Show with errors"
|
| 742 |
msgstr ""
|
| 743 |
|
| 744 |
+
#: contact_form.php:1002
|
| 745 |
+
#: contact_form.php:1004
|
| 746 |
msgid "Please enter your full name..."
|
| 747 |
msgstr ""
|
| 748 |
|
| 749 |
+
#: contact_form.php:1015
|
| 750 |
+
#: contact_form.php:1017
|
| 751 |
msgid "Please enter your address..."
|
| 752 |
msgstr ""
|
| 753 |
|
| 754 |
+
#: contact_form.php:1026
|
| 755 |
+
#: contact_form.php:1028
|
| 756 |
#, fuzzy
|
| 757 |
msgid "Please enter your email address..."
|
| 758 |
msgstr "Τα μηνύματα θα στέλνονται στο email "
|
| 759 |
|
| 760 |
+
#: contact_form.php:1037
|
| 761 |
+
#: contact_form.php:1039
|
| 762 |
msgid "Please enter your phone number..."
|
| 763 |
msgstr ""
|
| 764 |
|
| 765 |
+
#: contact_form.php:1048
|
| 766 |
+
#: contact_form.php:1050
|
| 767 |
msgid "Please enter subject..."
|
| 768 |
msgstr ""
|
| 769 |
|
| 770 |
+
#: contact_form.php:1058
|
| 771 |
+
#: contact_form.php:1060
|
| 772 |
msgid "Please enter your message..."
|
| 773 |
msgstr ""
|
| 774 |
|
| 775 |
+
#: contact_form.php:1071
|
| 776 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 777 |
msgstr ""
|
| 778 |
|
| 779 |
+
#: contact_form.php:1138
|
| 780 |
msgid "Sorry, email message could not be delivered."
|
| 781 |
msgstr "Δυστυχώς δεν μπορέσαμε να στείλουμε το email σας."
|
| 782 |
|
| 783 |
+
#: contact_form.php:1222
|
| 784 |
msgid "You can attach the following file formats"
|
| 785 |
msgstr "Μπορείτε να επισυνάψετε αρχεία τύπου"
|
| 786 |
|
| 787 |
+
#: contact_form.php:1516
|
| 788 |
msgid "Contact from"
|
| 789 |
msgstr "Επικοινωνία από"
|
| 790 |
|
| 791 |
+
#: contact_form.php:1529
|
| 792 |
msgid "Email"
|
| 793 |
msgstr "E-Mail"
|
| 794 |
|
| 795 |
+
#: contact_form.php:1543
|
| 796 |
msgid "Site"
|
| 797 |
msgstr "Ιστοσελίδα"
|
| 798 |
|
| 799 |
+
#: contact_form.php:1606
|
| 800 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 801 |
msgstr "Wenn Sie dieses MIME sehen, unterstützt Ihr Client keine MIME-Typen!"
|
| 802 |
|
| 803 |
+
#: contact_form.php:1670
|
| 804 |
msgid "FAQ"
|
| 805 |
msgstr "Συχνές ερωτήσεις"
|
| 806 |
|
| 807 |
+
#: contact_form.php:1671
|
| 808 |
msgid "Support"
|
| 809 |
msgstr "Υποστήριξη"
|
| 810 |
|
| 811 |
+
#: contact_form.php:1728
|
| 812 |
msgid "Are you sure that you want to delete this language data?"
|
| 813 |
msgstr ""
|
| 814 |
|
languages/contact_form-es_ES.mo
CHANGED
|
Binary file
|
languages/contact_form-es_ES.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2013-11-
|
| 6 |
-
"PO-Revision-Date: 2013-11-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -33,63 +33,63 @@ msgstr "Opciones Contact Form"
|
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
-
#: contact_form.php:
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Contact Form"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
-
#: contact_form.php:
|
| 43 |
-
#: contact_form.php:
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Nombre:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
-
#: contact_form.php:
|
| 49 |
-
#: contact_form.php:
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "Dirección e-mail:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
-
#: contact_form.php:
|
| 56 |
-
#: contact_form.php:
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "Dirección e-mail:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
-
#: contact_form.php:
|
| 62 |
-
#: contact_form.php:
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
-
#: contact_form.php:
|
| 68 |
-
#: contact_form.php:
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Asunto:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
-
#: contact_form.php:
|
| 74 |
-
#: contact_form.php:
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Mensaje:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
-
#: contact_form.php:
|
| 80 |
-
#: contact_form.php:
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Adjunto:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
-
#: contact_form.php:
|
| 86 |
-
#: contact_form.php:
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Envíame una copia"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
-
#: contact_form.php:
|
| 92 |
-
#: contact_form.php:
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Enviar"
|
| 95 |
|
|
@@ -185,27 +185,27 @@ msgid "Settings saved."
|
|
| 185 |
msgstr "Configuración guardada."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
-
#: contact_form.php:
|
| 189 |
-
#: contact_form.php:
|
| 190 |
-
#: contact_form.php:
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "Configuración"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
-
#: contact_form.php:
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "Configuración"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
-
#: contact_form.php:
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "Si quiere añadir Contact Form en su web, copie y pegue este código en su mensaje o página o widget:"
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
-
#: contact_form.php:
|
| 208 |
-
#: contact_form.php:
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
|
@@ -246,7 +246,7 @@ msgid "Add department selectbox to the contact form:"
|
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
-
#: contact_form.php:
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
|
@@ -254,552 +254,560 @@ msgstr ""
|
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
-
#: contact_form.php:
|
| 258 |
-
#: contact_form.php:
|
| 259 |
-
#: contact_form.php:
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
-
#: contact_form.php:
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "Contact Form"
|
| 267 |
|
| 268 |
-
#: contact_form.php:
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "Contact Form"
|
| 272 |
|
| 273 |
-
#: contact_form.php:
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "Opciones adicionales"
|
| 276 |
|
| 277 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
msgid "What to use?"
|
| 279 |
msgstr ""
|
| 280 |
|
| 281 |
-
#: contact_form.php:
|
| 282 |
msgid "Wp-mail"
|
| 283 |
msgstr "Wp-mail"
|
| 284 |
|
| 285 |
-
#: contact_form.php:
|
| 286 |
msgid "You can use the wp_mail function for mailing"
|
| 287 |
msgstr ""
|
| 288 |
|
| 289 |
-
#: contact_form.php:
|
| 290 |
msgid "Mail"
|
| 291 |
msgstr "Mail"
|
| 292 |
|
| 293 |
-
#: contact_form.php:
|
| 294 |
msgid "To send mail you can use the php mail function"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
-
#: contact_form.php:
|
| 298 |
#, fuzzy
|
| 299 |
msgid "The text in the 'From' field"
|
| 300 |
msgstr "Modifica DE los campos en contact form"
|
| 301 |
|
| 302 |
-
#: contact_form.php:
|
| 303 |
msgid "User name"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: contact_form.php:
|
| 307 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 308 |
msgstr ""
|
| 309 |
|
| 310 |
-
#: contact_form.php:
|
| 311 |
#, fuzzy
|
| 312 |
msgid "This text will be used in the 'FROM' field"
|
| 313 |
msgstr "Modifica DE los campos en contact form"
|
| 314 |
|
| 315 |
-
#: contact_form.php:
|
| 316 |
msgid "The email address in the 'From' field"
|
| 317 |
msgstr ""
|
| 318 |
|
| 319 |
-
#: contact_form.php:
|
| 320 |
msgid "User email"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: contact_form.php:
|
| 324 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
-
#: contact_form.php:
|
| 328 |
msgid "This email address will be used in the 'From' field."
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
-
#: contact_form.php:
|
| 332 |
#, fuzzy
|
| 333 |
msgid "Display fields"
|
| 334 |
msgstr "Visualiza el adjunto"
|
| 335 |
|
| 336 |
-
#: contact_form.php:
|
| 337 |
-
#: contact_form.php:
|
| 338 |
-
#: contact_form.php:
|
| 339 |
-
#: contact_form.php:
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Address"
|
| 342 |
msgstr "Dirección e-mail:"
|
| 343 |
|
| 344 |
-
#: contact_form.php:
|
| 345 |
-
#: contact_form.php:
|
| 346 |
-
#: contact_form.php:
|
| 347 |
msgid "Phone"
|
| 348 |
msgstr ""
|
| 349 |
|
| 350 |
-
#: contact_form.php:
|
| 351 |
#, fuzzy
|
| 352 |
msgid "Attachment block"
|
| 353 |
msgstr "Visualiza el adjunto"
|
| 354 |
|
| 355 |
-
#: contact_form.php:
|
| 356 |
msgid "Users can attach the following file formats"
|
| 357 |
msgstr "Usuarios pueden adjuntar archivos de este tipo"
|
| 358 |
|
| 359 |
-
#: contact_form.php:626
|
| 360 |
#: contact_form.php:629
|
| 361 |
-
#: contact_form.php:
|
| 362 |
-
#: contact_form.php:
|
|
|
|
| 363 |
msgid "Captcha"
|
| 364 |
msgstr ""
|
| 365 |
|
| 366 |
-
#: contact_form.php:626
|
| 367 |
#: contact_form.php:629
|
| 368 |
-
#: contact_form.php:
|
|
|
|
| 369 |
msgid "powered by"
|
| 370 |
msgstr ""
|
| 371 |
|
| 372 |
-
#: contact_form.php:
|
| 373 |
#, fuzzy
|
| 374 |
msgid "Activate captcha"
|
| 375 |
msgstr "Plugin ativado"
|
| 376 |
|
| 377 |
-
#: contact_form.php:
|
| 378 |
#, fuzzy
|
| 379 |
msgid "Download captcha"
|
| 380 |
msgstr "Descargar"
|
| 381 |
|
| 382 |
-
#: contact_form.php:
|
| 383 |
#, fuzzy
|
| 384 |
msgid "Display tips below the Attachment block"
|
| 385 |
msgstr "Visualiza el adjunto"
|
| 386 |
|
| 387 |
-
#: contact_form.php:
|
| 388 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 389 |
msgstr ""
|
| 390 |
|
| 391 |
-
#: contact_form.php:
|
| 392 |
#, fuzzy
|
| 393 |
msgid "Display 'Send me a copy' block"
|
| 394 |
msgstr "Ver envíame una copia"
|
| 395 |
|
| 396 |
-
#: contact_form.php:
|
| 397 |
msgid "Required fields"
|
| 398 |
msgstr ""
|
| 399 |
|
| 400 |
-
#: contact_form.php:
|
| 401 |
-
#: contact_form.php:
|
| 402 |
-
#: contact_form.php:
|
| 403 |
msgid "Name"
|
| 404 |
msgstr "Nombre"
|
| 405 |
|
| 406 |
-
#: contact_form.php:
|
| 407 |
#, fuzzy
|
| 408 |
msgid "Email Address"
|
| 409 |
msgstr "Dirección e-mail:"
|
| 410 |
|
| 411 |
-
#: contact_form.php:
|
| 412 |
-
#: contact_form.php:
|
| 413 |
-
#: contact_form.php:
|
| 414 |
msgid "Subject"
|
| 415 |
msgstr "Asunto"
|
| 416 |
|
| 417 |
-
#: contact_form.php:
|
| 418 |
-
#: contact_form.php:
|
| 419 |
-
#: contact_form.php:
|
| 420 |
msgid "Message"
|
| 421 |
msgstr "Mensaje"
|
| 422 |
|
| 423 |
-
#: contact_form.php:
|
| 424 |
msgid "Display the asterisk near required fields"
|
| 425 |
msgstr ""
|
| 426 |
|
| 427 |
-
#: contact_form.php:
|
| 428 |
msgid "Display additional info in the email"
|
| 429 |
msgstr ""
|
| 430 |
|
| 431 |
-
#: contact_form.php:
|
| 432 |
-
#: contact_form.php:
|
| 433 |
msgid "Sent from (ip address)"
|
| 434 |
msgstr "Enviado desde (dirección IP)"
|
| 435 |
|
| 436 |
-
#: contact_form.php:
|
| 437 |
#, fuzzy
|
| 438 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 439 |
msgstr "Enviado desde (dirección IP)"
|
| 440 |
|
| 441 |
-
#: contact_form.php:
|
| 442 |
-
#: contact_form.php:
|
| 443 |
msgid "Date/Time"
|
| 444 |
msgstr "Fecha/hora"
|
| 445 |
|
| 446 |
-
#: contact_form.php:
|
| 447 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 448 |
msgstr ""
|
| 449 |
|
| 450 |
-
#: contact_form.php:
|
| 451 |
-
#: contact_form.php:
|
| 452 |
msgid "Sent from (referer)"
|
| 453 |
msgstr "De (referente)"
|
| 454 |
|
| 455 |
-
#: contact_form.php:
|
| 456 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 457 |
msgstr ""
|
| 458 |
|
| 459 |
-
#: contact_form.php:
|
| 460 |
-
#: contact_form.php:
|
| 461 |
msgid "Using (user agent)"
|
| 462 |
msgstr "Usando (user agent)"
|
| 463 |
|
| 464 |
-
#: contact_form.php:
|
| 465 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 466 |
msgstr ""
|
| 467 |
|
| 468 |
-
#: contact_form.php:
|
| 469 |
msgid "Language settings for the field names in the form"
|
| 470 |
msgstr ""
|
| 471 |
|
| 472 |
-
#: contact_form.php:
|
| 473 |
msgid "Add a language"
|
| 474 |
msgstr ""
|
| 475 |
|
| 476 |
-
#: contact_form.php:
|
| 477 |
#, fuzzy
|
| 478 |
msgid "Change the names of the contact form fields and error messages"
|
| 479 |
msgstr "Modifica las etiquetas de los campos en contact form"
|
| 480 |
|
| 481 |
-
#: contact_form.php:
|
| 482 |
-
#: contact_form.php:
|
| 483 |
msgid "English"
|
| 484 |
msgstr ""
|
| 485 |
|
| 486 |
-
#: contact_form.php:728
|
| 487 |
-
#: contact_form.php:757
|
| 488 |
-
msgid "Error message for the Name field"
|
| 489 |
-
msgstr ""
|
| 490 |
-
|
| 491 |
-
#: contact_form.php:729
|
| 492 |
-
#: contact_form.php:758
|
| 493 |
-
msgid "Error message for the Address field"
|
| 494 |
-
msgstr ""
|
| 495 |
-
|
| 496 |
-
#: contact_form.php:730
|
| 497 |
-
#: contact_form.php:759
|
| 498 |
-
msgid "Error message for the Email field"
|
| 499 |
-
msgstr ""
|
| 500 |
-
|
| 501 |
#: contact_form.php:731
|
| 502 |
#: contact_form.php:760
|
| 503 |
-
msgid "Error message for the
|
| 504 |
msgstr ""
|
| 505 |
|
| 506 |
#: contact_form.php:732
|
| 507 |
#: contact_form.php:761
|
| 508 |
-
msgid "Error message for the
|
| 509 |
msgstr ""
|
| 510 |
|
| 511 |
#: contact_form.php:733
|
| 512 |
#: contact_form.php:762
|
| 513 |
-
msgid "Error message for the
|
| 514 |
msgstr ""
|
| 515 |
|
| 516 |
#: contact_form.php:734
|
| 517 |
#: contact_form.php:763
|
| 518 |
-
msgid "Error message
|
| 519 |
msgstr ""
|
| 520 |
|
| 521 |
#: contact_form.php:735
|
| 522 |
#: contact_form.php:764
|
| 523 |
-
msgid "Error message
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
#: contact_form.php:736
|
| 527 |
#: contact_form.php:765
|
| 528 |
-
msgid "Error message
|
| 529 |
msgstr ""
|
| 530 |
|
| 531 |
#: contact_form.php:737
|
| 532 |
#: contact_form.php:766
|
| 533 |
-
msgid "Error message
|
| 534 |
msgstr ""
|
| 535 |
|
| 536 |
#: contact_form.php:738
|
| 537 |
#: contact_form.php:767
|
| 538 |
-
msgid "Error message for the
|
| 539 |
msgstr ""
|
| 540 |
|
| 541 |
#: contact_form.php:739
|
| 542 |
#: contact_form.php:768
|
| 543 |
-
msgid "Error message for the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 544 |
msgstr ""
|
| 545 |
|
| 546 |
#: contact_form.php:741
|
| 547 |
#: contact_form.php:770
|
| 548 |
-
|
| 549 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 550 |
msgid "Use shortcode"
|
| 551 |
msgstr ""
|
| 552 |
|
| 553 |
-
#: contact_form.php:
|
| 554 |
-
#: contact_form.php:
|
| 555 |
-
#: contact_form.php:
|
| 556 |
-
#: contact_form.php:
|
| 557 |
msgid "for this language"
|
| 558 |
msgstr ""
|
| 559 |
|
| 560 |
-
#: contact_form.php:
|
| 561 |
msgid "Action after email is sent"
|
| 562 |
msgstr ""
|
| 563 |
|
| 564 |
-
#: contact_form.php:
|
| 565 |
#, fuzzy
|
| 566 |
msgid "Display text"
|
| 567 |
msgstr "Visualiza el adjunto"
|
| 568 |
|
| 569 |
-
#: contact_form.php:
|
| 570 |
-
#: contact_form.php:
|
| 571 |
msgid "Text"
|
| 572 |
msgstr ""
|
| 573 |
|
| 574 |
-
#: contact_form.php:
|
| 575 |
msgid "Redirect to the page"
|
| 576 |
msgstr ""
|
| 577 |
|
| 578 |
-
#: contact_form.php:
|
| 579 |
msgid "Url"
|
| 580 |
msgstr ""
|
| 581 |
|
| 582 |
-
#: contact_form.php:
|
| 583 |
-
#: contact_form.php:
|
| 584 |
msgid "Save Changes"
|
| 585 |
msgstr "Guardar los cambios"
|
| 586 |
|
| 587 |
-
#: contact_form.php:
|
| 588 |
#, fuzzy
|
| 589 |
msgid "Contact Form Pro | Extra Settings"
|
| 590 |
msgstr "Opciones Contact Form"
|
| 591 |
|
| 592 |
-
#: contact_form.php:
|
| 593 |
msgid "Errors output"
|
| 594 |
msgstr ""
|
| 595 |
|
| 596 |
-
#: contact_form.php:
|
| 597 |
msgid "Display error messages"
|
| 598 |
msgstr ""
|
| 599 |
|
| 600 |
-
#: contact_form.php:
|
| 601 |
msgid "Color of the input field errors."
|
| 602 |
msgstr ""
|
| 603 |
|
| 604 |
-
#: contact_form.php:
|
| 605 |
msgid "Display error messages & color of the input field errors"
|
| 606 |
msgstr ""
|
| 607 |
|
| 608 |
-
#: contact_form.php:
|
| 609 |
msgid "Add placeholder to the input blocks"
|
| 610 |
msgstr ""
|
| 611 |
|
| 612 |
-
#: contact_form.php:
|
| 613 |
#, fuzzy
|
| 614 |
msgid "Add tooltips"
|
| 615 |
msgstr "Opciones adicionales"
|
| 616 |
|
| 617 |
-
#: contact_form.php:
|
| 618 |
#, fuzzy
|
| 619 |
msgid "Email address"
|
| 620 |
msgstr "Dirección e-mail:"
|
| 621 |
|
| 622 |
-
#: contact_form.php:
|
| 623 |
msgid "Phone Number"
|
| 624 |
msgstr ""
|
| 625 |
|
| 626 |
-
#: contact_form.php:
|
| 627 |
#, fuzzy
|
| 628 |
msgid "Attachment"
|
| 629 |
msgstr "Adjunto:"
|
| 630 |
|
| 631 |
-
#: contact_form.php:
|
| 632 |
msgid "(powered by bestwebsoft.com)"
|
| 633 |
msgstr ""
|
| 634 |
|
| 635 |
-
#: contact_form.php:
|
| 636 |
#, fuzzy
|
| 637 |
msgid "Style options"
|
| 638 |
msgstr "Opciones adicionales"
|
| 639 |
|
| 640 |
-
#: contact_form.php:
|
| 641 |
msgid "Text color"
|
| 642 |
msgstr ""
|
| 643 |
|
| 644 |
-
#: contact_form.php:
|
| 645 |
-
#: contact_form.php:
|
| 646 |
-
#: contact_form.php:
|
| 647 |
-
#: contact_form.php:
|
| 648 |
-
#: contact_form.php:
|
| 649 |
-
#: contact_form.php:
|
| 650 |
-
#: contact_form.php:
|
| 651 |
-
#: contact_form.php:
|
| 652 |
-
#: contact_form.php:
|
| 653 |
-
#: contact_form.php:
|
| 654 |
-
#: contact_form.php:
|
| 655 |
-
#: contact_form.php:
|
| 656 |
msgid "Default"
|
| 657 |
msgstr ""
|
| 658 |
|
| 659 |
-
#: contact_form.php:
|
| 660 |
msgid "Label text color"
|
| 661 |
msgstr ""
|
| 662 |
|
| 663 |
-
#: contact_form.php:
|
| 664 |
msgid "Placeholder color"
|
| 665 |
msgstr ""
|
| 666 |
|
| 667 |
-
#: contact_form.php:
|
| 668 |
msgid "Errors color"
|
| 669 |
msgstr ""
|
| 670 |
|
| 671 |
-
#: contact_form.php:
|
| 672 |
msgid "Error text color"
|
| 673 |
msgstr ""
|
| 674 |
|
| 675 |
-
#: contact_form.php:
|
| 676 |
msgid "Background color of the input field errors"
|
| 677 |
msgstr ""
|
| 678 |
|
| 679 |
-
#: contact_form.php:
|
| 680 |
msgid "Border color of the input field errors"
|
| 681 |
msgstr ""
|
| 682 |
|
| 683 |
-
#: contact_form.php:
|
| 684 |
msgid "Placeholder color of the input field errors"
|
| 685 |
msgstr ""
|
| 686 |
|
| 687 |
-
#: contact_form.php:
|
| 688 |
#, fuzzy
|
| 689 |
msgid "Input fields"
|
| 690 |
msgstr "Visualiza el adjunto"
|
| 691 |
|
| 692 |
-
#: contact_form.php:
|
| 693 |
msgid "Input fields background color"
|
| 694 |
msgstr ""
|
| 695 |
|
| 696 |
-
#: contact_form.php:
|
| 697 |
msgid "Text fields color"
|
| 698 |
msgstr ""
|
| 699 |
|
| 700 |
-
#: contact_form.php:
|
| 701 |
msgid "Border width in px, numbers only"
|
| 702 |
msgstr ""
|
| 703 |
|
| 704 |
-
#: contact_form.php:
|
| 705 |
-
#: contact_form.php:
|
| 706 |
msgid "Border color"
|
| 707 |
msgstr ""
|
| 708 |
|
| 709 |
-
#: contact_form.php:
|
| 710 |
#, fuzzy
|
| 711 |
msgid "Submit button"
|
| 712 |
msgstr "Enviar"
|
| 713 |
|
| 714 |
-
#: contact_form.php:
|
| 715 |
msgid "Width in px, numbers only"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
-
#: contact_form.php:
|
| 719 |
msgid "Button color"
|
| 720 |
msgstr ""
|
| 721 |
|
| 722 |
-
#: contact_form.php:
|
| 723 |
msgid "Button text color"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
-
#: contact_form.php:
|
| 727 |
#, fuzzy
|
| 728 |
msgid "Contact Form Pro | Preview"
|
| 729 |
msgstr "Contact Form"
|
| 730 |
|
| 731 |
-
#: contact_form.php:
|
| 732 |
msgid "Show with errors"
|
| 733 |
msgstr ""
|
| 734 |
|
| 735 |
-
#: contact_form.php:
|
| 736 |
-
#: contact_form.php:
|
| 737 |
msgid "Please enter your full name..."
|
| 738 |
msgstr ""
|
| 739 |
|
| 740 |
-
#: contact_form.php:
|
| 741 |
-
#: contact_form.php:
|
| 742 |
msgid "Please enter your address..."
|
| 743 |
msgstr ""
|
| 744 |
|
| 745 |
-
#: contact_form.php:
|
| 746 |
-
#: contact_form.php:
|
| 747 |
#, fuzzy
|
| 748 |
msgid "Please enter your email address..."
|
| 749 |
msgstr "Use este emaill:"
|
| 750 |
|
| 751 |
-
#: contact_form.php:
|
| 752 |
-
#: contact_form.php:
|
| 753 |
msgid "Please enter your phone number..."
|
| 754 |
msgstr ""
|
| 755 |
|
| 756 |
-
#: contact_form.php:
|
| 757 |
-
#: contact_form.php:
|
| 758 |
msgid "Please enter subject..."
|
| 759 |
msgstr ""
|
| 760 |
|
| 761 |
-
#: contact_form.php:
|
| 762 |
-
#: contact_form.php:
|
| 763 |
msgid "Please enter your message..."
|
| 764 |
msgstr ""
|
| 765 |
|
| 766 |
-
#: contact_form.php:
|
| 767 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 768 |
msgstr ""
|
| 769 |
|
| 770 |
-
#: contact_form.php:
|
| 771 |
msgid "Sorry, email message could not be delivered."
|
| 772 |
msgstr "Disculpe, su email no se puede entregar."
|
| 773 |
|
| 774 |
-
#: contact_form.php:
|
| 775 |
msgid "You can attach the following file formats"
|
| 776 |
msgstr "Puede adjuntar archivos de estos tipos"
|
| 777 |
|
| 778 |
-
#: contact_form.php:
|
| 779 |
msgid "Contact from"
|
| 780 |
msgstr "Contact from"
|
| 781 |
|
| 782 |
-
#: contact_form.php:
|
| 783 |
msgid "Email"
|
| 784 |
msgstr "E-mail"
|
| 785 |
|
| 786 |
-
#: contact_form.php:
|
| 787 |
msgid "Site"
|
| 788 |
msgstr "Sitio"
|
| 789 |
|
| 790 |
-
#: contact_form.php:
|
| 791 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 792 |
msgstr "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
|
| 793 |
|
| 794 |
-
#: contact_form.php:
|
| 795 |
msgid "FAQ"
|
| 796 |
msgstr "FAQ"
|
| 797 |
|
| 798 |
-
#: contact_form.php:
|
| 799 |
msgid "Support"
|
| 800 |
msgstr "Soporte"
|
| 801 |
|
| 802 |
-
#: contact_form.php:
|
| 803 |
msgid "Are you sure that you want to delete this language data?"
|
| 804 |
msgstr ""
|
| 805 |
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2013-11-08 10:56+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2013-11-08 10:56+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
+
#: contact_form.php:835
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Contact Form"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
+
#: contact_form.php:722
|
| 43 |
+
#: contact_form.php:751
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Nombre:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
+
#: contact_form.php:723
|
| 49 |
+
#: contact_form.php:752
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "Dirección e-mail:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
+
#: contact_form.php:724
|
| 56 |
+
#: contact_form.php:753
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "Dirección e-mail:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
+
#: contact_form.php:725
|
| 62 |
+
#: contact_form.php:754
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr ""
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
+
#: contact_form.php:726
|
| 68 |
+
#: contact_form.php:755
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Asunto:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
+
#: contact_form.php:727
|
| 74 |
+
#: contact_form.php:756
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Mensaje:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
+
#: contact_form.php:728
|
| 80 |
+
#: contact_form.php:757
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Adjunto:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
+
#: contact_form.php:729
|
| 86 |
+
#: contact_form.php:758
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Envíame una copia"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
+
#: contact_form.php:730
|
| 92 |
+
#: contact_form.php:759
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Enviar"
|
| 95 |
|
| 185 |
msgstr "Configuración guardada."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
+
#: contact_form.php:829
|
| 189 |
+
#: contact_form.php:1658
|
| 190 |
+
#: contact_form.php:1669
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "Configuración"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
+
#: contact_form.php:830
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "Configuración"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
+
#: contact_form.php:1086
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "Si quiere añadir Contact Form en su web, copie y pegue este código en su mensaje o página o widget:"
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
+
#: contact_form.php:744
|
| 208 |
+
#: contact_form.php:792
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
+
#: contact_form.php:834
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
+
#: contact_form.php:570
|
| 258 |
+
#: contact_form.php:573
|
| 259 |
+
#: contact_form.php:577
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
+
#: contact_form.php:573
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "Contact Form"
|
| 267 |
|
| 268 |
+
#: contact_form.php:577
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "Contact Form"
|
| 272 |
|
| 273 |
+
#: contact_form.php:582
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "Opciones adicionales"
|
| 276 |
|
| 277 |
+
#: contact_form.php:584
|
| 278 |
+
msgid "Show"
|
| 279 |
+
msgstr ""
|
| 280 |
+
|
| 281 |
+
#: contact_form.php:585
|
| 282 |
+
msgid "Hide"
|
| 283 |
+
msgstr ""
|
| 284 |
+
|
| 285 |
+
#: contact_form.php:589
|
| 286 |
msgid "What to use?"
|
| 287 |
msgstr ""
|
| 288 |
|
| 289 |
+
#: contact_form.php:592
|
| 290 |
msgid "Wp-mail"
|
| 291 |
msgstr "Wp-mail"
|
| 292 |
|
| 293 |
+
#: contact_form.php:592
|
| 294 |
msgid "You can use the wp_mail function for mailing"
|
| 295 |
msgstr ""
|
| 296 |
|
| 297 |
+
#: contact_form.php:594
|
| 298 |
msgid "Mail"
|
| 299 |
msgstr "Mail"
|
| 300 |
|
| 301 |
+
#: contact_form.php:594
|
| 302 |
msgid "To send mail you can use the php mail function"
|
| 303 |
msgstr ""
|
| 304 |
|
| 305 |
+
#: contact_form.php:598
|
| 306 |
#, fuzzy
|
| 307 |
msgid "The text in the 'From' field"
|
| 308 |
msgstr "Modifica DE los campos en contact form"
|
| 309 |
|
| 310 |
+
#: contact_form.php:600
|
| 311 |
msgid "User name"
|
| 312 |
msgstr ""
|
| 313 |
|
| 314 |
+
#: contact_form.php:601
|
| 315 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 316 |
msgstr ""
|
| 317 |
|
| 318 |
+
#: contact_form.php:604
|
| 319 |
#, fuzzy
|
| 320 |
msgid "This text will be used in the 'FROM' field"
|
| 321 |
msgstr "Modifica DE los campos en contact form"
|
| 322 |
|
| 323 |
+
#: contact_form.php:608
|
| 324 |
msgid "The email address in the 'From' field"
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
+
#: contact_form.php:610
|
| 328 |
msgid "User email"
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
+
#: contact_form.php:611
|
| 332 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 333 |
msgstr ""
|
| 334 |
|
| 335 |
+
#: contact_form.php:614
|
| 336 |
msgid "This email address will be used in the 'From' field."
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
+
#: contact_form.php:618
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Display fields"
|
| 342 |
msgstr "Visualiza el adjunto"
|
| 343 |
|
| 344 |
+
#: contact_form.php:620
|
| 345 |
+
#: contact_form.php:668
|
| 346 |
+
#: contact_form.php:866
|
| 347 |
+
#: contact_form.php:1526
|
| 348 |
#, fuzzy
|
| 349 |
msgid "Address"
|
| 350 |
msgstr "Dirección e-mail:"
|
| 351 |
|
| 352 |
+
#: contact_form.php:621
|
| 353 |
+
#: contact_form.php:670
|
| 354 |
+
#: contact_form.php:1534
|
| 355 |
msgid "Phone"
|
| 356 |
msgstr ""
|
| 357 |
|
| 358 |
+
#: contact_form.php:622
|
| 359 |
#, fuzzy
|
| 360 |
msgid "Attachment block"
|
| 361 |
msgstr "Visualiza el adjunto"
|
| 362 |
|
| 363 |
+
#: contact_form.php:622
|
| 364 |
msgid "Users can attach the following file formats"
|
| 365 |
msgstr "Usuarios pueden adjuntar archivos de este tipo"
|
| 366 |
|
|
|
|
| 367 |
#: contact_form.php:629
|
| 368 |
+
#: contact_form.php:632
|
| 369 |
+
#: contact_form.php:636
|
| 370 |
+
#: contact_form.php:895
|
| 371 |
msgid "Captcha"
|
| 372 |
msgstr ""
|
| 373 |
|
|
|
|
| 374 |
#: contact_form.php:629
|
| 375 |
+
#: contact_form.php:632
|
| 376 |
+
#: contact_form.php:636
|
| 377 |
msgid "powered by"
|
| 378 |
msgstr ""
|
| 379 |
|
| 380 |
+
#: contact_form.php:632
|
| 381 |
#, fuzzy
|
| 382 |
msgid "Activate captcha"
|
| 383 |
msgstr "Plugin ativado"
|
| 384 |
|
| 385 |
+
#: contact_form.php:636
|
| 386 |
#, fuzzy
|
| 387 |
msgid "Download captcha"
|
| 388 |
msgstr "Descargar"
|
| 389 |
|
| 390 |
+
#: contact_form.php:641
|
| 391 |
#, fuzzy
|
| 392 |
msgid "Display tips below the Attachment block"
|
| 393 |
msgstr "Visualiza el adjunto"
|
| 394 |
|
| 395 |
+
#: contact_form.php:650
|
| 396 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 397 |
msgstr ""
|
| 398 |
|
| 399 |
+
#: contact_form.php:656
|
| 400 |
#, fuzzy
|
| 401 |
msgid "Display 'Send me a copy' block"
|
| 402 |
msgstr "Ver envíame una copia"
|
| 403 |
|
| 404 |
+
#: contact_form.php:665
|
| 405 |
msgid "Required fields"
|
| 406 |
msgstr ""
|
| 407 |
|
| 408 |
+
#: contact_form.php:667
|
| 409 |
+
#: contact_form.php:861
|
| 410 |
+
#: contact_form.php:1521
|
| 411 |
msgid "Name"
|
| 412 |
msgstr "Nombre"
|
| 413 |
|
| 414 |
+
#: contact_form.php:669
|
| 415 |
#, fuzzy
|
| 416 |
msgid "Email Address"
|
| 417 |
msgstr "Dirección e-mail:"
|
| 418 |
|
| 419 |
+
#: contact_form.php:671
|
| 420 |
+
#: contact_form.php:881
|
| 421 |
+
#: contact_form.php:1537
|
| 422 |
msgid "Subject"
|
| 423 |
msgstr "Asunto"
|
| 424 |
|
| 425 |
+
#: contact_form.php:672
|
| 426 |
+
#: contact_form.php:885
|
| 427 |
+
#: contact_form.php:1540
|
| 428 |
msgid "Message"
|
| 429 |
msgstr "Mensaje"
|
| 430 |
|
| 431 |
+
#: contact_form.php:676
|
| 432 |
msgid "Display the asterisk near required fields"
|
| 433 |
msgstr ""
|
| 434 |
|
| 435 |
+
#: contact_form.php:682
|
| 436 |
msgid "Display additional info in the email"
|
| 437 |
msgstr ""
|
| 438 |
|
| 439 |
+
#: contact_form.php:687
|
| 440 |
+
#: contact_form.php:1493
|
| 441 |
msgid "Sent from (ip address)"
|
| 442 |
msgstr "Enviado desde (dirección IP)"
|
| 443 |
|
| 444 |
+
#: contact_form.php:687
|
| 445 |
#, fuzzy
|
| 446 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 447 |
msgstr "Enviado desde (dirección IP)"
|
| 448 |
|
| 449 |
+
#: contact_form.php:688
|
| 450 |
+
#: contact_form.php:1498
|
| 451 |
msgid "Date/Time"
|
| 452 |
msgstr "Fecha/hora"
|
| 453 |
|
| 454 |
+
#: contact_form.php:688
|
| 455 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 456 |
msgstr ""
|
| 457 |
|
| 458 |
+
#: contact_form.php:689
|
| 459 |
+
#: contact_form.php:1503
|
| 460 |
msgid "Sent from (referer)"
|
| 461 |
msgstr "De (referente)"
|
| 462 |
|
| 463 |
+
#: contact_form.php:689
|
| 464 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 465 |
msgstr ""
|
| 466 |
|
| 467 |
+
#: contact_form.php:690
|
| 468 |
+
#: contact_form.php:1508
|
| 469 |
msgid "Using (user agent)"
|
| 470 |
msgstr "Usando (user agent)"
|
| 471 |
|
| 472 |
+
#: contact_form.php:690
|
| 473 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 474 |
msgstr ""
|
| 475 |
|
| 476 |
+
#: contact_form.php:694
|
| 477 |
msgid "Language settings for the field names in the form"
|
| 478 |
msgstr ""
|
| 479 |
|
| 480 |
+
#: contact_form.php:703
|
| 481 |
msgid "Add a language"
|
| 482 |
msgstr ""
|
| 483 |
|
| 484 |
+
#: contact_form.php:707
|
| 485 |
#, fuzzy
|
| 486 |
msgid "Change the names of the contact form fields and error messages"
|
| 487 |
msgstr "Modifica las etiquetas de los campos en contact form"
|
| 488 |
|
| 489 |
+
#: contact_form.php:712
|
| 490 |
+
#: contact_form.php:783
|
| 491 |
msgid "English"
|
| 492 |
msgstr ""
|
| 493 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 494 |
#: contact_form.php:731
|
| 495 |
#: contact_form.php:760
|
| 496 |
+
msgid "Error message for the Name field"
|
| 497 |
msgstr ""
|
| 498 |
|
| 499 |
#: contact_form.php:732
|
| 500 |
#: contact_form.php:761
|
| 501 |
+
msgid "Error message for the Address field"
|
| 502 |
msgstr ""
|
| 503 |
|
| 504 |
#: contact_form.php:733
|
| 505 |
#: contact_form.php:762
|
| 506 |
+
msgid "Error message for the Email field"
|
| 507 |
msgstr ""
|
| 508 |
|
| 509 |
#: contact_form.php:734
|
| 510 |
#: contact_form.php:763
|
| 511 |
+
msgid "Error message for the Phone field"
|
| 512 |
msgstr ""
|
| 513 |
|
| 514 |
#: contact_form.php:735
|
| 515 |
#: contact_form.php:764
|
| 516 |
+
msgid "Error message for the Subject field"
|
| 517 |
msgstr ""
|
| 518 |
|
| 519 |
#: contact_form.php:736
|
| 520 |
#: contact_form.php:765
|
| 521 |
+
msgid "Error message for the Message field"
|
| 522 |
msgstr ""
|
| 523 |
|
| 524 |
#: contact_form.php:737
|
| 525 |
#: contact_form.php:766
|
| 526 |
+
msgid "Error message about the file type for the Attachment field"
|
| 527 |
msgstr ""
|
| 528 |
|
| 529 |
#: contact_form.php:738
|
| 530 |
#: contact_form.php:767
|
| 531 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 532 |
msgstr ""
|
| 533 |
|
| 534 |
#: contact_form.php:739
|
| 535 |
#: contact_form.php:768
|
| 536 |
+
msgid "Error message while moving the file for the Attachment field"
|
| 537 |
+
msgstr ""
|
| 538 |
+
|
| 539 |
+
#: contact_form.php:740
|
| 540 |
+
#: contact_form.php:769
|
| 541 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 542 |
msgstr ""
|
| 543 |
|
| 544 |
#: contact_form.php:741
|
| 545 |
#: contact_form.php:770
|
| 546 |
+
msgid "Error message for the Captcha field"
|
| 547 |
+
msgstr ""
|
| 548 |
+
|
| 549 |
+
#: contact_form.php:742
|
| 550 |
+
#: contact_form.php:771
|
| 551 |
+
msgid "Error message for the whole form"
|
| 552 |
+
msgstr ""
|
| 553 |
+
|
| 554 |
+
#: contact_form.php:744
|
| 555 |
+
#: contact_form.php:773
|
| 556 |
+
#: contact_form.php:792
|
| 557 |
+
#: contact_form.php:798
|
| 558 |
msgid "Use shortcode"
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
+
#: contact_form.php:744
|
| 562 |
+
#: contact_form.php:773
|
| 563 |
+
#: contact_form.php:792
|
| 564 |
+
#: contact_form.php:798
|
| 565 |
msgid "for this language"
|
| 566 |
msgstr ""
|
| 567 |
|
| 568 |
+
#: contact_form.php:780
|
| 569 |
msgid "Action after email is sent"
|
| 570 |
msgstr ""
|
| 571 |
|
| 572 |
+
#: contact_form.php:782
|
| 573 |
#, fuzzy
|
| 574 |
msgid "Display text"
|
| 575 |
msgstr "Visualiza el adjunto"
|
| 576 |
|
| 577 |
+
#: contact_form.php:791
|
| 578 |
+
#: contact_form.php:797
|
| 579 |
msgid "Text"
|
| 580 |
msgstr ""
|
| 581 |
|
| 582 |
+
#: contact_form.php:804
|
| 583 |
msgid "Redirect to the page"
|
| 584 |
msgstr ""
|
| 585 |
|
| 586 |
+
#: contact_form.php:805
|
| 587 |
msgid "Url"
|
| 588 |
msgstr ""
|
| 589 |
|
| 590 |
+
#: contact_form.php:810
|
| 591 |
+
#: contact_form.php:987
|
| 592 |
msgid "Save Changes"
|
| 593 |
msgstr "Guardar los cambios"
|
| 594 |
|
| 595 |
+
#: contact_form.php:827
|
| 596 |
#, fuzzy
|
| 597 |
msgid "Contact Form Pro | Extra Settings"
|
| 598 |
msgstr "Opciones Contact Form"
|
| 599 |
|
| 600 |
+
#: contact_form.php:841
|
| 601 |
msgid "Errors output"
|
| 602 |
msgstr ""
|
| 603 |
|
| 604 |
+
#: contact_form.php:844
|
| 605 |
msgid "Display error messages"
|
| 606 |
msgstr ""
|
| 607 |
|
| 608 |
+
#: contact_form.php:845
|
| 609 |
msgid "Color of the input field errors."
|
| 610 |
msgstr ""
|
| 611 |
|
| 612 |
+
#: contact_form.php:846
|
| 613 |
msgid "Display error messages & color of the input field errors"
|
| 614 |
msgstr ""
|
| 615 |
|
| 616 |
+
#: contact_form.php:851
|
| 617 |
msgid "Add placeholder to the input blocks"
|
| 618 |
msgstr ""
|
| 619 |
|
| 620 |
+
#: contact_form.php:857
|
| 621 |
#, fuzzy
|
| 622 |
msgid "Add tooltips"
|
| 623 |
msgstr "Opciones adicionales"
|
| 624 |
|
| 625 |
+
#: contact_form.php:871
|
| 626 |
#, fuzzy
|
| 627 |
msgid "Email address"
|
| 628 |
msgstr "Dirección e-mail:"
|
| 629 |
|
| 630 |
+
#: contact_form.php:876
|
| 631 |
msgid "Phone Number"
|
| 632 |
msgstr ""
|
| 633 |
|
| 634 |
+
#: contact_form.php:890
|
| 635 |
#, fuzzy
|
| 636 |
msgid "Attachment"
|
| 637 |
msgstr "Adjunto:"
|
| 638 |
|
| 639 |
+
#: contact_form.php:895
|
| 640 |
msgid "(powered by bestwebsoft.com)"
|
| 641 |
msgstr ""
|
| 642 |
|
| 643 |
+
#: contact_form.php:900
|
| 644 |
#, fuzzy
|
| 645 |
msgid "Style options"
|
| 646 |
msgstr "Opciones adicionales"
|
| 647 |
|
| 648 |
+
#: contact_form.php:903
|
| 649 |
msgid "Text color"
|
| 650 |
msgstr ""
|
| 651 |
|
| 652 |
+
#: contact_form.php:906
|
| 653 |
+
#: contact_form.php:911
|
| 654 |
+
#: contact_form.php:921
|
| 655 |
+
#: contact_form.php:926
|
| 656 |
+
#: contact_form.php:931
|
| 657 |
+
#: contact_form.php:936
|
| 658 |
+
#: contact_form.php:946
|
| 659 |
+
#: contact_form.php:951
|
| 660 |
+
#: contact_form.php:957
|
| 661 |
+
#: contact_form.php:968
|
| 662 |
+
#: contact_form.php:973
|
| 663 |
+
#: contact_form.php:978
|
| 664 |
msgid "Default"
|
| 665 |
msgstr ""
|
| 666 |
|
| 667 |
+
#: contact_form.php:908
|
| 668 |
msgid "Label text color"
|
| 669 |
msgstr ""
|
| 670 |
|
| 671 |
+
#: contact_form.php:913
|
| 672 |
msgid "Placeholder color"
|
| 673 |
msgstr ""
|
| 674 |
|
| 675 |
+
#: contact_form.php:918
|
| 676 |
msgid "Errors color"
|
| 677 |
msgstr ""
|
| 678 |
|
| 679 |
+
#: contact_form.php:923
|
| 680 |
msgid "Error text color"
|
| 681 |
msgstr ""
|
| 682 |
|
| 683 |
+
#: contact_form.php:928
|
| 684 |
msgid "Background color of the input field errors"
|
| 685 |
msgstr ""
|
| 686 |
|
| 687 |
+
#: contact_form.php:933
|
| 688 |
msgid "Border color of the input field errors"
|
| 689 |
msgstr ""
|
| 690 |
|
| 691 |
+
#: contact_form.php:938
|
| 692 |
msgid "Placeholder color of the input field errors"
|
| 693 |
msgstr ""
|
| 694 |
|
| 695 |
+
#: contact_form.php:943
|
| 696 |
#, fuzzy
|
| 697 |
msgid "Input fields"
|
| 698 |
msgstr "Visualiza el adjunto"
|
| 699 |
|
| 700 |
+
#: contact_form.php:948
|
| 701 |
msgid "Input fields background color"
|
| 702 |
msgstr ""
|
| 703 |
|
| 704 |
+
#: contact_form.php:953
|
| 705 |
msgid "Text fields color"
|
| 706 |
msgstr ""
|
| 707 |
|
| 708 |
+
#: contact_form.php:955
|
| 709 |
msgid "Border width in px, numbers only"
|
| 710 |
msgstr ""
|
| 711 |
|
| 712 |
+
#: contact_form.php:959
|
| 713 |
+
#: contact_form.php:980
|
| 714 |
msgid "Border color"
|
| 715 |
msgstr ""
|
| 716 |
|
| 717 |
+
#: contact_form.php:964
|
| 718 |
#, fuzzy
|
| 719 |
msgid "Submit button"
|
| 720 |
msgstr "Enviar"
|
| 721 |
|
| 722 |
+
#: contact_form.php:966
|
| 723 |
msgid "Width in px, numbers only"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
+
#: contact_form.php:970
|
| 727 |
msgid "Button color"
|
| 728 |
msgstr ""
|
| 729 |
|
| 730 |
+
#: contact_form.php:975
|
| 731 |
msgid "Button text color"
|
| 732 |
msgstr ""
|
| 733 |
|
| 734 |
+
#: contact_form.php:991
|
| 735 |
#, fuzzy
|
| 736 |
msgid "Contact Form Pro | Preview"
|
| 737 |
msgstr "Contact Form"
|
| 738 |
|
| 739 |
+
#: contact_form.php:994
|
| 740 |
msgid "Show with errors"
|
| 741 |
msgstr ""
|
| 742 |
|
| 743 |
+
#: contact_form.php:1002
|
| 744 |
+
#: contact_form.php:1004
|
| 745 |
msgid "Please enter your full name..."
|
| 746 |
msgstr ""
|
| 747 |
|
| 748 |
+
#: contact_form.php:1015
|
| 749 |
+
#: contact_form.php:1017
|
| 750 |
msgid "Please enter your address..."
|
| 751 |
msgstr ""
|
| 752 |
|
| 753 |
+
#: contact_form.php:1026
|
| 754 |
+
#: contact_form.php:1028
|
| 755 |
#, fuzzy
|
| 756 |
msgid "Please enter your email address..."
|
| 757 |
msgstr "Use este emaill:"
|
| 758 |
|
| 759 |
+
#: contact_form.php:1037
|
| 760 |
+
#: contact_form.php:1039
|
| 761 |
msgid "Please enter your phone number..."
|
| 762 |
msgstr ""
|
| 763 |
|
| 764 |
+
#: contact_form.php:1048
|
| 765 |
+
#: contact_form.php:1050
|
| 766 |
msgid "Please enter subject..."
|
| 767 |
msgstr ""
|
| 768 |
|
| 769 |
+
#: contact_form.php:1058
|
| 770 |
+
#: contact_form.php:1060
|
| 771 |
msgid "Please enter your message..."
|
| 772 |
msgstr ""
|
| 773 |
|
| 774 |
+
#: contact_form.php:1071
|
| 775 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 776 |
msgstr ""
|
| 777 |
|
| 778 |
+
#: contact_form.php:1138
|
| 779 |
msgid "Sorry, email message could not be delivered."
|
| 780 |
msgstr "Disculpe, su email no se puede entregar."
|
| 781 |
|
| 782 |
+
#: contact_form.php:1222
|
| 783 |
msgid "You can attach the following file formats"
|
| 784 |
msgstr "Puede adjuntar archivos de estos tipos"
|
| 785 |
|
| 786 |
+
#: contact_form.php:1516
|
| 787 |
msgid "Contact from"
|
| 788 |
msgstr "Contact from"
|
| 789 |
|
| 790 |
+
#: contact_form.php:1529
|
| 791 |
msgid "Email"
|
| 792 |
msgstr "E-mail"
|
| 793 |
|
| 794 |
+
#: contact_form.php:1543
|
| 795 |
msgid "Site"
|
| 796 |
msgstr "Sitio"
|
| 797 |
|
| 798 |
+
#: contact_form.php:1606
|
| 799 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 800 |
msgstr "Si usted puede ver esta MIME es que su cliente no acepta los tipos MIME!"
|
| 801 |
|
| 802 |
+
#: contact_form.php:1670
|
| 803 |
msgid "FAQ"
|
| 804 |
msgstr "FAQ"
|
| 805 |
|
| 806 |
+
#: contact_form.php:1671
|
| 807 |
msgid "Support"
|
| 808 |
msgstr "Soporte"
|
| 809 |
|
| 810 |
+
#: contact_form.php:1728
|
| 811 |
msgid "Are you sure that you want to delete this language data?"
|
| 812 |
msgstr ""
|
| 813 |
|
languages/contact_form-fa_IR.mo
CHANGED
|
Binary file
|
languages/contact_form-fa_IR.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2013-11-
|
| 6 |
-
"PO-Revision-Date: 2013-11-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -33,63 +33,63 @@ msgstr "گزینه های فرم ارتباط با مدیریت"
|
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
-
#: contact_form.php:
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "فرم ارتباط با مدیریت"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
-
#: contact_form.php:
|
| 43 |
-
#: contact_form.php:
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "نام "
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
-
#: contact_form.php:
|
| 49 |
-
#: contact_form.php:
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "رایانامه "
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
-
#: contact_form.php:
|
| 56 |
-
#: contact_form.php:
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "رایانامه "
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
-
#: contact_form.php:
|
| 62 |
-
#: contact_form.php:
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr "شماره تماس "
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
-
#: contact_form.php:
|
| 68 |
-
#: contact_form.php:
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "موضوع "
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
-
#: contact_form.php:
|
| 74 |
-
#: contact_form.php:
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "متن پیام "
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
-
#: contact_form.php:
|
| 80 |
-
#: contact_form.php:
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "پیوست "
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
-
#: contact_form.php:
|
| 86 |
-
#: contact_form.php:
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "به رایانامه من ارسال شود"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
-
#: contact_form.php:
|
| 92 |
-
#: contact_form.php:
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "ارسال"
|
| 95 |
|
|
@@ -185,27 +185,27 @@ msgid "Settings saved."
|
|
| 185 |
msgstr "تغییرات ثبت شد."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
-
#: contact_form.php:
|
| 189 |
-
#: contact_form.php:
|
| 190 |
-
#: contact_form.php:
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "تنظیمات"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
-
#: contact_form.php:
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "تنظیمات"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
-
#: contact_form.php:
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "اگر مایل به استفاده از فرم ارتباط با مدیریت می باشید، کد را در صفحه یا نوشته دلخواه قرار دهید : "
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
-
#: contact_form.php:
|
| 208 |
-
#: contact_form.php:
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
|
@@ -246,7 +246,7 @@ msgid "Add department selectbox to the contact form:"
|
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
-
#: contact_form.php:
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
|
@@ -254,554 +254,562 @@ msgstr ""
|
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
-
#: contact_form.php:
|
| 258 |
-
#: contact_form.php:
|
| 259 |
-
#: contact_form.php:
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
-
#: contact_form.php:
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "فرم ارتباط با مدیریت"
|
| 267 |
|
| 268 |
-
#: contact_form.php:
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "فرم ارتباط با مدیریت"
|
| 272 |
|
| 273 |
-
#: contact_form.php:
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "گزینه های بیشتر"
|
| 276 |
|
| 277 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
msgid "What to use?"
|
| 279 |
msgstr "چه استفاده ای؟"
|
| 280 |
|
| 281 |
-
#: contact_form.php:
|
| 282 |
msgid "Wp-mail"
|
| 283 |
msgstr "افزونه ارسال رایانامه Wp-mail"
|
| 284 |
|
| 285 |
-
#: contact_form.php:
|
| 286 |
msgid "You can use the wp_mail function for mailing"
|
| 287 |
msgstr "جهت ارسال رایانامه افزونه Wp-mail نصب کنید"
|
| 288 |
|
| 289 |
-
#: contact_form.php:
|
| 290 |
msgid "Mail"
|
| 291 |
msgstr "رایانامه"
|
| 292 |
|
| 293 |
-
#: contact_form.php:
|
| 294 |
msgid "To send mail you can use the php mail function"
|
| 295 |
msgstr "برای ارسال رایانامه می توانید از امکانات PHP استفاده کنید"
|
| 296 |
|
| 297 |
-
#: contact_form.php:
|
| 298 |
#, fuzzy
|
| 299 |
msgid "The text in the 'From' field"
|
| 300 |
msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
|
| 301 |
|
| 302 |
-
#: contact_form.php:
|
| 303 |
msgid "User name"
|
| 304 |
msgstr ""
|
| 305 |
|
| 306 |
-
#: contact_form.php:
|
| 307 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 308 |
msgstr ""
|
| 309 |
|
| 310 |
-
#: contact_form.php:
|
| 311 |
#, fuzzy
|
| 312 |
msgid "This text will be used in the 'FROM' field"
|
| 313 |
msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
|
| 314 |
|
| 315 |
-
#: contact_form.php:
|
| 316 |
msgid "The email address in the 'From' field"
|
| 317 |
msgstr ""
|
| 318 |
|
| 319 |
-
#: contact_form.php:
|
| 320 |
msgid "User email"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: contact_form.php:
|
| 324 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
-
#: contact_form.php:
|
| 328 |
msgid "This email address will be used in the 'From' field."
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
-
#: contact_form.php:
|
| 332 |
#, fuzzy
|
| 333 |
msgid "Display fields"
|
| 334 |
msgstr "نمایش متن"
|
| 335 |
|
| 336 |
-
#: contact_form.php:
|
| 337 |
-
#: contact_form.php:
|
| 338 |
-
#: contact_form.php:
|
| 339 |
-
#: contact_form.php:
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Address"
|
| 342 |
msgstr "رایانامه "
|
| 343 |
|
| 344 |
-
#: contact_form.php:
|
| 345 |
-
#: contact_form.php:
|
| 346 |
-
#: contact_form.php:
|
| 347 |
msgid "Phone"
|
| 348 |
msgstr "شماره تماس"
|
| 349 |
|
| 350 |
-
#: contact_form.php:
|
| 351 |
#, fuzzy
|
| 352 |
msgid "Attachment block"
|
| 353 |
msgstr "نمایش گزینه پیوست"
|
| 354 |
|
| 355 |
-
#: contact_form.php:
|
| 356 |
msgid "Users can attach the following file formats"
|
| 357 |
msgstr "کاربران قادر به ارسال این نوع فایلها می باشند"
|
| 358 |
|
| 359 |
-
#: contact_form.php:626
|
| 360 |
#: contact_form.php:629
|
| 361 |
-
#: contact_form.php:
|
| 362 |
-
#: contact_form.php:
|
|
|
|
| 363 |
msgid "Captcha"
|
| 364 |
msgstr ""
|
| 365 |
|
| 366 |
-
#: contact_form.php:626
|
| 367 |
#: contact_form.php:629
|
| 368 |
-
#: contact_form.php:
|
|
|
|
| 369 |
msgid "powered by"
|
| 370 |
msgstr ""
|
| 371 |
|
| 372 |
-
#: contact_form.php:
|
| 373 |
#, fuzzy
|
| 374 |
msgid "Activate captcha"
|
| 375 |
msgstr "افزونه های فعال"
|
| 376 |
|
| 377 |
-
#: contact_form.php:
|
| 378 |
#, fuzzy
|
| 379 |
msgid "Download captcha"
|
| 380 |
msgstr "دانلود"
|
| 381 |
|
| 382 |
-
#: contact_form.php:
|
| 383 |
#, fuzzy
|
| 384 |
msgid "Display tips below the Attachment block"
|
| 385 |
msgstr "نمایش توضیحات بعد از پیوست"
|
| 386 |
|
| 387 |
-
#: contact_form.php:
|
| 388 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 389 |
msgstr ""
|
| 390 |
|
| 391 |
-
#: contact_form.php:
|
| 392 |
#, fuzzy
|
| 393 |
msgid "Display 'Send me a copy' block"
|
| 394 |
msgstr "نمایش گزینه \"ارسال یک نسخه برای من\""
|
| 395 |
|
| 396 |
-
#: contact_form.php:
|
| 397 |
msgid "Required fields"
|
| 398 |
msgstr ""
|
| 399 |
|
| 400 |
-
#: contact_form.php:
|
| 401 |
-
#: contact_form.php:
|
| 402 |
-
#: contact_form.php:
|
| 403 |
msgid "Name"
|
| 404 |
msgstr "نام "
|
| 405 |
|
| 406 |
-
#: contact_form.php:
|
| 407 |
#, fuzzy
|
| 408 |
msgid "Email Address"
|
| 409 |
msgstr "رایانامه "
|
| 410 |
|
| 411 |
-
#: contact_form.php:
|
| 412 |
-
#: contact_form.php:
|
| 413 |
-
#: contact_form.php:
|
| 414 |
msgid "Subject"
|
| 415 |
msgstr "موضوع "
|
| 416 |
|
| 417 |
-
#: contact_form.php:
|
| 418 |
-
#: contact_form.php:
|
| 419 |
-
#: contact_form.php:
|
| 420 |
msgid "Message"
|
| 421 |
msgstr "متن پیام "
|
| 422 |
|
| 423 |
-
#: contact_form.php:
|
| 424 |
#, fuzzy
|
| 425 |
msgid "Display the asterisk near required fields"
|
| 426 |
msgstr "نمایش فیلد شماره تماس"
|
| 427 |
|
| 428 |
-
#: contact_form.php:
|
| 429 |
#, fuzzy
|
| 430 |
msgid "Display additional info in the email"
|
| 431 |
msgstr "اطلاعات بیشتر را در رایانامه نمایش بده"
|
| 432 |
|
| 433 |
-
#: contact_form.php:
|
| 434 |
-
#: contact_form.php:
|
| 435 |
msgid "Sent from (ip address)"
|
| 436 |
msgstr "ارسال از سوی (ip address)"
|
| 437 |
|
| 438 |
-
#: contact_form.php:
|
| 439 |
#, fuzzy
|
| 440 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 441 |
msgstr "ارسال از سوی (ip address)"
|
| 442 |
|
| 443 |
-
#: contact_form.php:
|
| 444 |
-
#: contact_form.php:
|
| 445 |
msgid "Date/Time"
|
| 446 |
msgstr "روز / زمان"
|
| 447 |
|
| 448 |
-
#: contact_form.php:
|
| 449 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 450 |
msgstr ""
|
| 451 |
|
| 452 |
-
#: contact_form.php:
|
| 453 |
-
#: contact_form.php:
|
| 454 |
msgid "Sent from (referer)"
|
| 455 |
msgstr "دریافت از سوی (referer)"
|
| 456 |
|
| 457 |
-
#: contact_form.php:
|
| 458 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 459 |
msgstr ""
|
| 460 |
|
| 461 |
-
#: contact_form.php:
|
| 462 |
-
#: contact_form.php:
|
| 463 |
msgid "Using (user agent)"
|
| 464 |
msgstr "استفاده از (user agent)"
|
| 465 |
|
| 466 |
-
#: contact_form.php:
|
| 467 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 468 |
msgstr ""
|
| 469 |
|
| 470 |
-
#: contact_form.php:
|
| 471 |
msgid "Language settings for the field names in the form"
|
| 472 |
msgstr ""
|
| 473 |
|
| 474 |
-
#: contact_form.php:
|
| 475 |
msgid "Add a language"
|
| 476 |
msgstr ""
|
| 477 |
|
| 478 |
-
#: contact_form.php:
|
| 479 |
#, fuzzy
|
| 480 |
msgid "Change the names of the contact form fields and error messages"
|
| 481 |
msgstr "تغییر عناوین فیلدهای فرم تماس با مدیریت "
|
| 482 |
|
| 483 |
-
#: contact_form.php:
|
| 484 |
-
#: contact_form.php:
|
| 485 |
msgid "English"
|
| 486 |
msgstr ""
|
| 487 |
|
| 488 |
-
#: contact_form.php:728
|
| 489 |
-
#: contact_form.php:757
|
| 490 |
-
msgid "Error message for the Name field"
|
| 491 |
-
msgstr ""
|
| 492 |
-
|
| 493 |
-
#: contact_form.php:729
|
| 494 |
-
#: contact_form.php:758
|
| 495 |
-
msgid "Error message for the Address field"
|
| 496 |
-
msgstr ""
|
| 497 |
-
|
| 498 |
-
#: contact_form.php:730
|
| 499 |
-
#: contact_form.php:759
|
| 500 |
-
msgid "Error message for the Email field"
|
| 501 |
-
msgstr ""
|
| 502 |
-
|
| 503 |
#: contact_form.php:731
|
| 504 |
#: contact_form.php:760
|
| 505 |
-
msgid "Error message for the
|
| 506 |
msgstr ""
|
| 507 |
|
| 508 |
#: contact_form.php:732
|
| 509 |
#: contact_form.php:761
|
| 510 |
-
msgid "Error message for the
|
| 511 |
msgstr ""
|
| 512 |
|
| 513 |
#: contact_form.php:733
|
| 514 |
#: contact_form.php:762
|
| 515 |
-
msgid "Error message for the
|
| 516 |
msgstr ""
|
| 517 |
|
| 518 |
#: contact_form.php:734
|
| 519 |
#: contact_form.php:763
|
| 520 |
-
msgid "Error message
|
| 521 |
msgstr ""
|
| 522 |
|
| 523 |
#: contact_form.php:735
|
| 524 |
#: contact_form.php:764
|
| 525 |
-
msgid "Error message
|
| 526 |
msgstr ""
|
| 527 |
|
| 528 |
#: contact_form.php:736
|
| 529 |
#: contact_form.php:765
|
| 530 |
-
msgid "Error message
|
| 531 |
msgstr ""
|
| 532 |
|
| 533 |
#: contact_form.php:737
|
| 534 |
#: contact_form.php:766
|
| 535 |
-
msgid "Error message
|
| 536 |
msgstr ""
|
| 537 |
|
| 538 |
#: contact_form.php:738
|
| 539 |
#: contact_form.php:767
|
| 540 |
-
msgid "Error message for the
|
| 541 |
msgstr ""
|
| 542 |
|
| 543 |
#: contact_form.php:739
|
| 544 |
#: contact_form.php:768
|
| 545 |
-
msgid "Error message for the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 546 |
msgstr ""
|
| 547 |
|
| 548 |
#: contact_form.php:741
|
| 549 |
#: contact_form.php:770
|
| 550 |
-
|
| 551 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 552 |
msgid "Use shortcode"
|
| 553 |
msgstr ""
|
| 554 |
|
| 555 |
-
#: contact_form.php:
|
| 556 |
-
#: contact_form.php:
|
| 557 |
-
#: contact_form.php:
|
| 558 |
-
#: contact_form.php:
|
| 559 |
msgid "for this language"
|
| 560 |
msgstr ""
|
| 561 |
|
| 562 |
-
#: contact_form.php:
|
| 563 |
msgid "Action after email is sent"
|
| 564 |
msgstr "عکس العمل پس از ارسال"
|
| 565 |
|
| 566 |
-
#: contact_form.php:
|
| 567 |
msgid "Display text"
|
| 568 |
msgstr "نمایش متن"
|
| 569 |
|
| 570 |
-
#: contact_form.php:
|
| 571 |
-
#: contact_form.php:
|
| 572 |
msgid "Text"
|
| 573 |
msgstr "متن"
|
| 574 |
|
| 575 |
-
#: contact_form.php:
|
| 576 |
msgid "Redirect to the page"
|
| 577 |
msgstr "انتقال به "
|
| 578 |
|
| 579 |
-
#: contact_form.php:
|
| 580 |
msgid "Url"
|
| 581 |
msgstr "تارنما"
|
| 582 |
|
| 583 |
-
#: contact_form.php:
|
| 584 |
-
#: contact_form.php:
|
| 585 |
msgid "Save Changes"
|
| 586 |
msgstr "ثبت تغییرات"
|
| 587 |
|
| 588 |
-
#: contact_form.php:
|
| 589 |
#, fuzzy
|
| 590 |
msgid "Contact Form Pro | Extra Settings"
|
| 591 |
msgstr "گزینه های فرم ارتباط با مدیریت"
|
| 592 |
|
| 593 |
-
#: contact_form.php:
|
| 594 |
msgid "Errors output"
|
| 595 |
msgstr ""
|
| 596 |
|
| 597 |
-
#: contact_form.php:
|
| 598 |
msgid "Display error messages"
|
| 599 |
msgstr ""
|
| 600 |
|
| 601 |
-
#: contact_form.php:
|
| 602 |
msgid "Color of the input field errors."
|
| 603 |
msgstr ""
|
| 604 |
|
| 605 |
-
#: contact_form.php:
|
| 606 |
msgid "Display error messages & color of the input field errors"
|
| 607 |
msgstr ""
|
| 608 |
|
| 609 |
-
#: contact_form.php:
|
| 610 |
msgid "Add placeholder to the input blocks"
|
| 611 |
msgstr ""
|
| 612 |
|
| 613 |
-
#: contact_form.php:
|
| 614 |
#, fuzzy
|
| 615 |
msgid "Add tooltips"
|
| 616 |
msgstr "گزینه های بیشتر"
|
| 617 |
|
| 618 |
-
#: contact_form.php:
|
| 619 |
#, fuzzy
|
| 620 |
msgid "Email address"
|
| 621 |
msgstr "رایانامه "
|
| 622 |
|
| 623 |
-
#: contact_form.php:
|
| 624 |
#, fuzzy
|
| 625 |
msgid "Phone Number"
|
| 626 |
msgstr "شماره تماس "
|
| 627 |
|
| 628 |
-
#: contact_form.php:
|
| 629 |
#, fuzzy
|
| 630 |
msgid "Attachment"
|
| 631 |
msgstr "پیوست "
|
| 632 |
|
| 633 |
-
#: contact_form.php:
|
| 634 |
msgid "(powered by bestwebsoft.com)"
|
| 635 |
msgstr ""
|
| 636 |
|
| 637 |
-
#: contact_form.php:
|
| 638 |
#, fuzzy
|
| 639 |
msgid "Style options"
|
| 640 |
msgstr "گزینه های بیشتر"
|
| 641 |
|
| 642 |
-
#: contact_form.php:
|
| 643 |
msgid "Text color"
|
| 644 |
msgstr ""
|
| 645 |
|
| 646 |
-
#: contact_form.php:
|
| 647 |
-
#: contact_form.php:
|
| 648 |
-
#: contact_form.php:
|
| 649 |
-
#: contact_form.php:
|
| 650 |
-
#: contact_form.php:
|
| 651 |
-
#: contact_form.php:
|
| 652 |
-
#: contact_form.php:
|
| 653 |
-
#: contact_form.php:
|
| 654 |
-
#: contact_form.php:
|
| 655 |
-
#: contact_form.php:
|
| 656 |
-
#: contact_form.php:
|
| 657 |
-
#: contact_form.php:
|
| 658 |
msgid "Default"
|
| 659 |
msgstr ""
|
| 660 |
|
| 661 |
-
#: contact_form.php:
|
| 662 |
msgid "Label text color"
|
| 663 |
msgstr ""
|
| 664 |
|
| 665 |
-
#: contact_form.php:
|
| 666 |
msgid "Placeholder color"
|
| 667 |
msgstr ""
|
| 668 |
|
| 669 |
-
#: contact_form.php:
|
| 670 |
msgid "Errors color"
|
| 671 |
msgstr ""
|
| 672 |
|
| 673 |
-
#: contact_form.php:
|
| 674 |
msgid "Error text color"
|
| 675 |
msgstr ""
|
| 676 |
|
| 677 |
-
#: contact_form.php:
|
| 678 |
msgid "Background color of the input field errors"
|
| 679 |
msgstr ""
|
| 680 |
|
| 681 |
-
#: contact_form.php:
|
| 682 |
msgid "Border color of the input field errors"
|
| 683 |
msgstr ""
|
| 684 |
|
| 685 |
-
#: contact_form.php:
|
| 686 |
msgid "Placeholder color of the input field errors"
|
| 687 |
msgstr ""
|
| 688 |
|
| 689 |
-
#: contact_form.php:
|
| 690 |
#, fuzzy
|
| 691 |
msgid "Input fields"
|
| 692 |
msgstr "نمایش متن"
|
| 693 |
|
| 694 |
-
#: contact_form.php:
|
| 695 |
msgid "Input fields background color"
|
| 696 |
msgstr ""
|
| 697 |
|
| 698 |
-
#: contact_form.php:
|
| 699 |
msgid "Text fields color"
|
| 700 |
msgstr ""
|
| 701 |
|
| 702 |
-
#: contact_form.php:
|
| 703 |
msgid "Border width in px, numbers only"
|
| 704 |
msgstr ""
|
| 705 |
|
| 706 |
-
#: contact_form.php:
|
| 707 |
-
#: contact_form.php:
|
| 708 |
msgid "Border color"
|
| 709 |
msgstr ""
|
| 710 |
|
| 711 |
-
#: contact_form.php:
|
| 712 |
#, fuzzy
|
| 713 |
msgid "Submit button"
|
| 714 |
msgstr "ارسال"
|
| 715 |
|
| 716 |
-
#: contact_form.php:
|
| 717 |
msgid "Width in px, numbers only"
|
| 718 |
msgstr ""
|
| 719 |
|
| 720 |
-
#: contact_form.php:
|
| 721 |
msgid "Button color"
|
| 722 |
msgstr ""
|
| 723 |
|
| 724 |
-
#: contact_form.php:
|
| 725 |
msgid "Button text color"
|
| 726 |
msgstr ""
|
| 727 |
|
| 728 |
-
#: contact_form.php:
|
| 729 |
#, fuzzy
|
| 730 |
msgid "Contact Form Pro | Preview"
|
| 731 |
msgstr "فرم ارتباط با مدیریت"
|
| 732 |
|
| 733 |
-
#: contact_form.php:
|
| 734 |
msgid "Show with errors"
|
| 735 |
msgstr ""
|
| 736 |
|
| 737 |
-
#: contact_form.php:
|
| 738 |
-
#: contact_form.php:
|
| 739 |
msgid "Please enter your full name..."
|
| 740 |
msgstr ""
|
| 741 |
|
| 742 |
-
#: contact_form.php:
|
| 743 |
-
#: contact_form.php:
|
| 744 |
msgid "Please enter your address..."
|
| 745 |
msgstr ""
|
| 746 |
|
| 747 |
-
#: contact_form.php:
|
| 748 |
-
#: contact_form.php:
|
| 749 |
#, fuzzy
|
| 750 |
msgid "Please enter your email address..."
|
| 751 |
msgstr "استفاده از این رایانامه : "
|
| 752 |
|
| 753 |
-
#: contact_form.php:
|
| 754 |
-
#: contact_form.php:
|
| 755 |
msgid "Please enter your phone number..."
|
| 756 |
msgstr ""
|
| 757 |
|
| 758 |
-
#: contact_form.php:
|
| 759 |
-
#: contact_form.php:
|
| 760 |
msgid "Please enter subject..."
|
| 761 |
msgstr ""
|
| 762 |
|
| 763 |
-
#: contact_form.php:
|
| 764 |
-
#: contact_form.php:
|
| 765 |
msgid "Please enter your message..."
|
| 766 |
msgstr ""
|
| 767 |
|
| 768 |
-
#: contact_form.php:
|
| 769 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 770 |
msgstr ""
|
| 771 |
|
| 772 |
-
#: contact_form.php:
|
| 773 |
msgid "Sorry, email message could not be delivered."
|
| 774 |
msgstr "امکان ارسال رایانامه برای شما وجود ندارد."
|
| 775 |
|
| 776 |
-
#: contact_form.php:
|
| 777 |
msgid "You can attach the following file formats"
|
| 778 |
msgstr "می توانید فایل با این فرمت ارسال فرمایید "
|
| 779 |
|
| 780 |
-
#: contact_form.php:
|
| 781 |
msgid "Contact from"
|
| 782 |
msgstr "فرم ارتباط با مدیریت"
|
| 783 |
|
| 784 |
-
#: contact_form.php:
|
| 785 |
msgid "Email"
|
| 786 |
msgstr "رایانامه "
|
| 787 |
|
| 788 |
-
#: contact_form.php:
|
| 789 |
msgid "Site"
|
| 790 |
msgstr "سایت"
|
| 791 |
|
| 792 |
-
#: contact_form.php:
|
| 793 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 794 |
msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
|
| 795 |
|
| 796 |
-
#: contact_form.php:
|
| 797 |
msgid "FAQ"
|
| 798 |
msgstr "سئوالات مطرح"
|
| 799 |
|
| 800 |
-
#: contact_form.php:
|
| 801 |
msgid "Support"
|
| 802 |
msgstr "پشتیبانی"
|
| 803 |
|
| 804 |
-
#: contact_form.php:
|
| 805 |
msgid "Are you sure that you want to delete this language data?"
|
| 806 |
msgstr ""
|
| 807 |
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2013-11-08 10:56+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2013-11-08 10:56+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: AlirezaJamali <me@alirezaJamali.net>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
+
#: contact_form.php:835
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "فرم ارتباط با مدیریت"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
+
#: contact_form.php:722
|
| 43 |
+
#: contact_form.php:751
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "نام "
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
+
#: contact_form.php:723
|
| 49 |
+
#: contact_form.php:752
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "رایانامه "
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
+
#: contact_form.php:724
|
| 56 |
+
#: contact_form.php:753
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "رایانامه "
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
+
#: contact_form.php:725
|
| 62 |
+
#: contact_form.php:754
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr "شماره تماس "
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
+
#: contact_form.php:726
|
| 68 |
+
#: contact_form.php:755
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "موضوع "
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
+
#: contact_form.php:727
|
| 74 |
+
#: contact_form.php:756
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "متن پیام "
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
+
#: contact_form.php:728
|
| 80 |
+
#: contact_form.php:757
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "پیوست "
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
+
#: contact_form.php:729
|
| 86 |
+
#: contact_form.php:758
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "به رایانامه من ارسال شود"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
+
#: contact_form.php:730
|
| 92 |
+
#: contact_form.php:759
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "ارسال"
|
| 95 |
|
| 185 |
msgstr "تغییرات ثبت شد."
|
| 186 |
|
| 187 |
#: contact_form.php:516
|
| 188 |
+
#: contact_form.php:829
|
| 189 |
+
#: contact_form.php:1658
|
| 190 |
+
#: contact_form.php:1669
|
| 191 |
msgid "Settings"
|
| 192 |
msgstr "تنظیمات"
|
| 193 |
|
| 194 |
#: contact_form.php:517
|
| 195 |
+
#: contact_form.php:830
|
| 196 |
#, fuzzy
|
| 197 |
msgid "Extra settings"
|
| 198 |
msgstr "تنظیمات"
|
| 199 |
|
| 200 |
#: contact_form.php:522
|
| 201 |
+
#: contact_form.php:1086
|
| 202 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 203 |
msgstr "اگر مایل به استفاده از فرم ارتباط با مدیریت می باشید، کد را در صفحه یا نوشته دلخواه قرار دهید : "
|
| 204 |
|
| 205 |
#: contact_form.php:522
|
| 206 |
#: contact_form.php:523
|
| 207 |
+
#: contact_form.php:744
|
| 208 |
+
#: contact_form.php:792
|
| 209 |
msgid "or"
|
| 210 |
msgstr ""
|
| 211 |
|
| 246 |
msgstr ""
|
| 247 |
|
| 248 |
#: contact_form.php:552
|
| 249 |
+
#: contact_form.php:834
|
| 250 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 251 |
msgstr ""
|
| 252 |
|
| 254 |
msgid "Save emails to the database"
|
| 255 |
msgstr ""
|
| 256 |
|
| 257 |
+
#: contact_form.php:570
|
| 258 |
+
#: contact_form.php:573
|
| 259 |
+
#: contact_form.php:577
|
| 260 |
msgid "Using Contact Form to DB powered by"
|
| 261 |
msgstr ""
|
| 262 |
|
| 263 |
+
#: contact_form.php:573
|
| 264 |
#, fuzzy
|
| 265 |
msgid "Activate Contact Form to DB"
|
| 266 |
msgstr "فرم ارتباط با مدیریت"
|
| 267 |
|
| 268 |
+
#: contact_form.php:577
|
| 269 |
#, fuzzy
|
| 270 |
msgid "Download Contact Form to DB"
|
| 271 |
msgstr "فرم ارتباط با مدیریت"
|
| 272 |
|
| 273 |
+
#: contact_form.php:582
|
| 274 |
msgid "Additional options"
|
| 275 |
msgstr "گزینه های بیشتر"
|
| 276 |
|
| 277 |
+
#: contact_form.php:584
|
| 278 |
+
msgid "Show"
|
| 279 |
+
msgstr ""
|
| 280 |
+
|
| 281 |
+
#: contact_form.php:585
|
| 282 |
+
msgid "Hide"
|
| 283 |
+
msgstr ""
|
| 284 |
+
|
| 285 |
+
#: contact_form.php:589
|
| 286 |
msgid "What to use?"
|
| 287 |
msgstr "چه استفاده ای؟"
|
| 288 |
|
| 289 |
+
#: contact_form.php:592
|
| 290 |
msgid "Wp-mail"
|
| 291 |
msgstr "افزونه ارسال رایانامه Wp-mail"
|
| 292 |
|
| 293 |
+
#: contact_form.php:592
|
| 294 |
msgid "You can use the wp_mail function for mailing"
|
| 295 |
msgstr "جهت ارسال رایانامه افزونه Wp-mail نصب کنید"
|
| 296 |
|
| 297 |
+
#: contact_form.php:594
|
| 298 |
msgid "Mail"
|
| 299 |
msgstr "رایانامه"
|
| 300 |
|
| 301 |
+
#: contact_form.php:594
|
| 302 |
msgid "To send mail you can use the php mail function"
|
| 303 |
msgstr "برای ارسال رایانامه می توانید از امکانات PHP استفاده کنید"
|
| 304 |
|
| 305 |
+
#: contact_form.php:598
|
| 306 |
#, fuzzy
|
| 307 |
msgid "The text in the 'From' field"
|
| 308 |
msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
|
| 309 |
|
| 310 |
+
#: contact_form.php:600
|
| 311 |
msgid "User name"
|
| 312 |
msgstr ""
|
| 313 |
|
| 314 |
+
#: contact_form.php:601
|
| 315 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 316 |
msgstr ""
|
| 317 |
|
| 318 |
+
#: contact_form.php:604
|
| 319 |
#, fuzzy
|
| 320 |
msgid "This text will be used in the 'FROM' field"
|
| 321 |
msgstr "از طریق موارد فرم ارتباط با مدیریت تغییر دهید"
|
| 322 |
|
| 323 |
+
#: contact_form.php:608
|
| 324 |
msgid "The email address in the 'From' field"
|
| 325 |
msgstr ""
|
| 326 |
|
| 327 |
+
#: contact_form.php:610
|
| 328 |
msgid "User email"
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
+
#: contact_form.php:611
|
| 332 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 333 |
msgstr ""
|
| 334 |
|
| 335 |
+
#: contact_form.php:614
|
| 336 |
msgid "This email address will be used in the 'From' field."
|
| 337 |
msgstr ""
|
| 338 |
|
| 339 |
+
#: contact_form.php:618
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Display fields"
|
| 342 |
msgstr "نمایش متن"
|
| 343 |
|
| 344 |
+
#: contact_form.php:620
|
| 345 |
+
#: contact_form.php:668
|
| 346 |
+
#: contact_form.php:866
|
| 347 |
+
#: contact_form.php:1526
|
| 348 |
#, fuzzy
|
| 349 |
msgid "Address"
|
| 350 |
msgstr "رایانامه "
|
| 351 |
|
| 352 |
+
#: contact_form.php:621
|
| 353 |
+
#: contact_form.php:670
|
| 354 |
+
#: contact_form.php:1534
|
| 355 |
msgid "Phone"
|
| 356 |
msgstr "شماره تماس"
|
| 357 |
|
| 358 |
+
#: contact_form.php:622
|
| 359 |
#, fuzzy
|
| 360 |
msgid "Attachment block"
|
| 361 |
msgstr "نمایش گزینه پیوست"
|
| 362 |
|
| 363 |
+
#: contact_form.php:622
|
| 364 |
msgid "Users can attach the following file formats"
|
| 365 |
msgstr "کاربران قادر به ارسال این نوع فایلها می باشند"
|
| 366 |
|
|
|
|
| 367 |
#: contact_form.php:629
|
| 368 |
+
#: contact_form.php:632
|
| 369 |
+
#: contact_form.php:636
|
| 370 |
+
#: contact_form.php:895
|
| 371 |
msgid "Captcha"
|
| 372 |
msgstr ""
|
| 373 |
|
|
|
|
| 374 |
#: contact_form.php:629
|
| 375 |
+
#: contact_form.php:632
|
| 376 |
+
#: contact_form.php:636
|
| 377 |
msgid "powered by"
|
| 378 |
msgstr ""
|
| 379 |
|
| 380 |
+
#: contact_form.php:632
|
| 381 |
#, fuzzy
|
| 382 |
msgid "Activate captcha"
|
| 383 |
msgstr "افزونه های فعال"
|
| 384 |
|
| 385 |
+
#: contact_form.php:636
|
| 386 |
#, fuzzy
|
| 387 |
msgid "Download captcha"
|
| 388 |
msgstr "دانلود"
|
| 389 |
|
| 390 |
+
#: contact_form.php:641
|
| 391 |
#, fuzzy
|
| 392 |
msgid "Display tips below the Attachment block"
|
| 393 |
msgstr "نمایش توضیحات بعد از پیوست"
|
| 394 |
|
| 395 |
+
#: contact_form.php:650
|
| 396 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 397 |
msgstr ""
|
| 398 |
|
| 399 |
+
#: contact_form.php:656
|
| 400 |
#, fuzzy
|
| 401 |
msgid "Display 'Send me a copy' block"
|
| 402 |
msgstr "نمایش گزینه \"ارسال یک نسخه برای من\""
|
| 403 |
|
| 404 |
+
#: contact_form.php:665
|
| 405 |
msgid "Required fields"
|
| 406 |
msgstr ""
|
| 407 |
|
| 408 |
+
#: contact_form.php:667
|
| 409 |
+
#: contact_form.php:861
|
| 410 |
+
#: contact_form.php:1521
|
| 411 |
msgid "Name"
|
| 412 |
msgstr "نام "
|
| 413 |
|
| 414 |
+
#: contact_form.php:669
|
| 415 |
#, fuzzy
|
| 416 |
msgid "Email Address"
|
| 417 |
msgstr "رایانامه "
|
| 418 |
|
| 419 |
+
#: contact_form.php:671
|
| 420 |
+
#: contact_form.php:881
|
| 421 |
+
#: contact_form.php:1537
|
| 422 |
msgid "Subject"
|
| 423 |
msgstr "موضوع "
|
| 424 |
|
| 425 |
+
#: contact_form.php:672
|
| 426 |
+
#: contact_form.php:885
|
| 427 |
+
#: contact_form.php:1540
|
| 428 |
msgid "Message"
|
| 429 |
msgstr "متن پیام "
|
| 430 |
|
| 431 |
+
#: contact_form.php:676
|
| 432 |
#, fuzzy
|
| 433 |
msgid "Display the asterisk near required fields"
|
| 434 |
msgstr "نمایش فیلد شماره تماس"
|
| 435 |
|
| 436 |
+
#: contact_form.php:682
|
| 437 |
#, fuzzy
|
| 438 |
msgid "Display additional info in the email"
|
| 439 |
msgstr "اطلاعات بیشتر را در رایانامه نمایش بده"
|
| 440 |
|
| 441 |
+
#: contact_form.php:687
|
| 442 |
+
#: contact_form.php:1493
|
| 443 |
msgid "Sent from (ip address)"
|
| 444 |
msgstr "ارسال از سوی (ip address)"
|
| 445 |
|
| 446 |
+
#: contact_form.php:687
|
| 447 |
#, fuzzy
|
| 448 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 449 |
msgstr "ارسال از سوی (ip address)"
|
| 450 |
|
| 451 |
+
#: contact_form.php:688
|
| 452 |
+
#: contact_form.php:1498
|
| 453 |
msgid "Date/Time"
|
| 454 |
msgstr "روز / زمان"
|
| 455 |
|
| 456 |
+
#: contact_form.php:688
|
| 457 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 458 |
msgstr ""
|
| 459 |
|
| 460 |
+
#: contact_form.php:689
|
| 461 |
+
#: contact_form.php:1503
|
| 462 |
msgid "Sent from (referer)"
|
| 463 |
msgstr "دریافت از سوی (referer)"
|
| 464 |
|
| 465 |
+
#: contact_form.php:689
|
| 466 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 467 |
msgstr ""
|
| 468 |
|
| 469 |
+
#: contact_form.php:690
|
| 470 |
+
#: contact_form.php:1508
|
| 471 |
msgid "Using (user agent)"
|
| 472 |
msgstr "استفاده از (user agent)"
|
| 473 |
|
| 474 |
+
#: contact_form.php:690
|
| 475 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 476 |
msgstr ""
|
| 477 |
|
| 478 |
+
#: contact_form.php:694
|
| 479 |
msgid "Language settings for the field names in the form"
|
| 480 |
msgstr ""
|
| 481 |
|
| 482 |
+
#: contact_form.php:703
|
| 483 |
msgid "Add a language"
|
| 484 |
msgstr ""
|
| 485 |
|
| 486 |
+
#: contact_form.php:707
|
| 487 |
#, fuzzy
|
| 488 |
msgid "Change the names of the contact form fields and error messages"
|
| 489 |
msgstr "تغییر عناوین فیلدهای فرم تماس با مدیریت "
|
| 490 |
|
| 491 |
+
#: contact_form.php:712
|
| 492 |
+
#: contact_form.php:783
|
| 493 |
msgid "English"
|
| 494 |
msgstr ""
|
| 495 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 496 |
#: contact_form.php:731
|
| 497 |
#: contact_form.php:760
|
| 498 |
+
msgid "Error message for the Name field"
|
| 499 |
msgstr ""
|
| 500 |
|
| 501 |
#: contact_form.php:732
|
| 502 |
#: contact_form.php:761
|
| 503 |
+
msgid "Error message for the Address field"
|
| 504 |
msgstr ""
|
| 505 |
|
| 506 |
#: contact_form.php:733
|
| 507 |
#: contact_form.php:762
|
| 508 |
+
msgid "Error message for the Email field"
|
| 509 |
msgstr ""
|
| 510 |
|
| 511 |
#: contact_form.php:734
|
| 512 |
#: contact_form.php:763
|
| 513 |
+
msgid "Error message for the Phone field"
|
| 514 |
msgstr ""
|
| 515 |
|
| 516 |
#: contact_form.php:735
|
| 517 |
#: contact_form.php:764
|
| 518 |
+
msgid "Error message for the Subject field"
|
| 519 |
msgstr ""
|
| 520 |
|
| 521 |
#: contact_form.php:736
|
| 522 |
#: contact_form.php:765
|
| 523 |
+
msgid "Error message for the Message field"
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
#: contact_form.php:737
|
| 527 |
#: contact_form.php:766
|
| 528 |
+
msgid "Error message about the file type for the Attachment field"
|
| 529 |
msgstr ""
|
| 530 |
|
| 531 |
#: contact_form.php:738
|
| 532 |
#: contact_form.php:767
|
| 533 |
+
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 534 |
msgstr ""
|
| 535 |
|
| 536 |
#: contact_form.php:739
|
| 537 |
#: contact_form.php:768
|
| 538 |
+
msgid "Error message while moving the file for the Attachment field"
|
| 539 |
+
msgstr ""
|
| 540 |
+
|
| 541 |
+
#: contact_form.php:740
|
| 542 |
+
#: contact_form.php:769
|
| 543 |
+
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 544 |
msgstr ""
|
| 545 |
|
| 546 |
#: contact_form.php:741
|
| 547 |
#: contact_form.php:770
|
| 548 |
+
msgid "Error message for the Captcha field"
|
| 549 |
+
msgstr ""
|
| 550 |
+
|
| 551 |
+
#: contact_form.php:742
|
| 552 |
+
#: contact_form.php:771
|
| 553 |
+
msgid "Error message for the whole form"
|
| 554 |
+
msgstr ""
|
| 555 |
+
|
| 556 |
+
#: contact_form.php:744
|
| 557 |
+
#: contact_form.php:773
|
| 558 |
+
#: contact_form.php:792
|
| 559 |
+
#: contact_form.php:798
|
| 560 |
msgid "Use shortcode"
|
| 561 |
msgstr ""
|
| 562 |
|
| 563 |
+
#: contact_form.php:744
|
| 564 |
+
#: contact_form.php:773
|
| 565 |
+
#: contact_form.php:792
|
| 566 |
+
#: contact_form.php:798
|
| 567 |
msgid "for this language"
|
| 568 |
msgstr ""
|
| 569 |
|
| 570 |
+
#: contact_form.php:780
|
| 571 |
msgid "Action after email is sent"
|
| 572 |
msgstr "عکس العمل پس از ارسال"
|
| 573 |
|
| 574 |
+
#: contact_form.php:782
|
| 575 |
msgid "Display text"
|
| 576 |
msgstr "نمایش متن"
|
| 577 |
|
| 578 |
+
#: contact_form.php:791
|
| 579 |
+
#: contact_form.php:797
|
| 580 |
msgid "Text"
|
| 581 |
msgstr "متن"
|
| 582 |
|
| 583 |
+
#: contact_form.php:804
|
| 584 |
msgid "Redirect to the page"
|
| 585 |
msgstr "انتقال به "
|
| 586 |
|
| 587 |
+
#: contact_form.php:805
|
| 588 |
msgid "Url"
|
| 589 |
msgstr "تارنما"
|
| 590 |
|
| 591 |
+
#: contact_form.php:810
|
| 592 |
+
#: contact_form.php:987
|
| 593 |
msgid "Save Changes"
|
| 594 |
msgstr "ثبت تغییرات"
|
| 595 |
|
| 596 |
+
#: contact_form.php:827
|
| 597 |
#, fuzzy
|
| 598 |
msgid "Contact Form Pro | Extra Settings"
|
| 599 |
msgstr "گزینه های فرم ارتباط با مدیریت"
|
| 600 |
|
| 601 |
+
#: contact_form.php:841
|
| 602 |
msgid "Errors output"
|
| 603 |
msgstr ""
|
| 604 |
|
| 605 |
+
#: contact_form.php:844
|
| 606 |
msgid "Display error messages"
|
| 607 |
msgstr ""
|
| 608 |
|
| 609 |
+
#: contact_form.php:845
|
| 610 |
msgid "Color of the input field errors."
|
| 611 |
msgstr ""
|
| 612 |
|
| 613 |
+
#: contact_form.php:846
|
| 614 |
msgid "Display error messages & color of the input field errors"
|
| 615 |
msgstr ""
|
| 616 |
|
| 617 |
+
#: contact_form.php:851
|
| 618 |
msgid "Add placeholder to the input blocks"
|
| 619 |
msgstr ""
|
| 620 |
|
| 621 |
+
#: contact_form.php:857
|
| 622 |
#, fuzzy
|
| 623 |
msgid "Add tooltips"
|
| 624 |
msgstr "گزینه های بیشتر"
|
| 625 |
|
| 626 |
+
#: contact_form.php:871
|
| 627 |
#, fuzzy
|
| 628 |
msgid "Email address"
|
| 629 |
msgstr "رایانامه "
|
| 630 |
|
| 631 |
+
#: contact_form.php:876
|
| 632 |
#, fuzzy
|
| 633 |
msgid "Phone Number"
|
| 634 |
msgstr "شماره تماس "
|
| 635 |
|
| 636 |
+
#: contact_form.php:890
|
| 637 |
#, fuzzy
|
| 638 |
msgid "Attachment"
|
| 639 |
msgstr "پیوست "
|
| 640 |
|
| 641 |
+
#: contact_form.php:895
|
| 642 |
msgid "(powered by bestwebsoft.com)"
|
| 643 |
msgstr ""
|
| 644 |
|
| 645 |
+
#: contact_form.php:900
|
| 646 |
#, fuzzy
|
| 647 |
msgid "Style options"
|
| 648 |
msgstr "گزینه های بیشتر"
|
| 649 |
|
| 650 |
+
#: contact_form.php:903
|
| 651 |
msgid "Text color"
|
| 652 |
msgstr ""
|
| 653 |
|
| 654 |
+
#: contact_form.php:906
|
| 655 |
+
#: contact_form.php:911
|
| 656 |
+
#: contact_form.php:921
|
| 657 |
+
#: contact_form.php:926
|
| 658 |
+
#: contact_form.php:931
|
| 659 |
+
#: contact_form.php:936
|
| 660 |
+
#: contact_form.php:946
|
| 661 |
+
#: contact_form.php:951
|
| 662 |
+
#: contact_form.php:957
|
| 663 |
+
#: contact_form.php:968
|
| 664 |
+
#: contact_form.php:973
|
| 665 |
+
#: contact_form.php:978
|
| 666 |
msgid "Default"
|
| 667 |
msgstr ""
|
| 668 |
|
| 669 |
+
#: contact_form.php:908
|
| 670 |
msgid "Label text color"
|
| 671 |
msgstr ""
|
| 672 |
|
| 673 |
+
#: contact_form.php:913
|
| 674 |
msgid "Placeholder color"
|
| 675 |
msgstr ""
|
| 676 |
|
| 677 |
+
#: contact_form.php:918
|
| 678 |
msgid "Errors color"
|
| 679 |
msgstr ""
|
| 680 |
|
| 681 |
+
#: contact_form.php:923
|
| 682 |
msgid "Error text color"
|
| 683 |
msgstr ""
|
| 684 |
|
| 685 |
+
#: contact_form.php:928
|
| 686 |
msgid "Background color of the input field errors"
|
| 687 |
msgstr ""
|
| 688 |
|
| 689 |
+
#: contact_form.php:933
|
| 690 |
msgid "Border color of the input field errors"
|
| 691 |
msgstr ""
|
| 692 |
|
| 693 |
+
#: contact_form.php:938
|
| 694 |
msgid "Placeholder color of the input field errors"
|
| 695 |
msgstr ""
|
| 696 |
|
| 697 |
+
#: contact_form.php:943
|
| 698 |
#, fuzzy
|
| 699 |
msgid "Input fields"
|
| 700 |
msgstr "نمایش متن"
|
| 701 |
|
| 702 |
+
#: contact_form.php:948
|
| 703 |
msgid "Input fields background color"
|
| 704 |
msgstr ""
|
| 705 |
|
| 706 |
+
#: contact_form.php:953
|
| 707 |
msgid "Text fields color"
|
| 708 |
msgstr ""
|
| 709 |
|
| 710 |
+
#: contact_form.php:955
|
| 711 |
msgid "Border width in px, numbers only"
|
| 712 |
msgstr ""
|
| 713 |
|
| 714 |
+
#: contact_form.php:959
|
| 715 |
+
#: contact_form.php:980
|
| 716 |
msgid "Border color"
|
| 717 |
msgstr ""
|
| 718 |
|
| 719 |
+
#: contact_form.php:964
|
| 720 |
#, fuzzy
|
| 721 |
msgid "Submit button"
|
| 722 |
msgstr "ارسال"
|
| 723 |
|
| 724 |
+
#: contact_form.php:966
|
| 725 |
msgid "Width in px, numbers only"
|
| 726 |
msgstr ""
|
| 727 |
|
| 728 |
+
#: contact_form.php:970
|
| 729 |
msgid "Button color"
|
| 730 |
msgstr ""
|
| 731 |
|
| 732 |
+
#: contact_form.php:975
|
| 733 |
msgid "Button text color"
|
| 734 |
msgstr ""
|
| 735 |
|
| 736 |
+
#: contact_form.php:991
|
| 737 |
#, fuzzy
|
| 738 |
msgid "Contact Form Pro | Preview"
|
| 739 |
msgstr "فرم ارتباط با مدیریت"
|
| 740 |
|
| 741 |
+
#: contact_form.php:994
|
| 742 |
msgid "Show with errors"
|
| 743 |
msgstr ""
|
| 744 |
|
| 745 |
+
#: contact_form.php:1002
|
| 746 |
+
#: contact_form.php:1004
|
| 747 |
msgid "Please enter your full name..."
|
| 748 |
msgstr ""
|
| 749 |
|
| 750 |
+
#: contact_form.php:1015
|
| 751 |
+
#: contact_form.php:1017
|
| 752 |
msgid "Please enter your address..."
|
| 753 |
msgstr ""
|
| 754 |
|
| 755 |
+
#: contact_form.php:1026
|
| 756 |
+
#: contact_form.php:1028
|
| 757 |
#, fuzzy
|
| 758 |
msgid "Please enter your email address..."
|
| 759 |
msgstr "استفاده از این رایانامه : "
|
| 760 |
|
| 761 |
+
#: contact_form.php:1037
|
| 762 |
+
#: contact_form.php:1039
|
| 763 |
msgid "Please enter your phone number..."
|
| 764 |
msgstr ""
|
| 765 |
|
| 766 |
+
#: contact_form.php:1048
|
| 767 |
+
#: contact_form.php:1050
|
| 768 |
msgid "Please enter subject..."
|
| 769 |
msgstr ""
|
| 770 |
|
| 771 |
+
#: contact_form.php:1058
|
| 772 |
+
#: contact_form.php:1060
|
| 773 |
msgid "Please enter your message..."
|
| 774 |
msgstr ""
|
| 775 |
|
| 776 |
+
#: contact_form.php:1071
|
| 777 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 778 |
msgstr ""
|
| 779 |
|
| 780 |
+
#: contact_form.php:1138
|
| 781 |
msgid "Sorry, email message could not be delivered."
|
| 782 |
msgstr "امکان ارسال رایانامه برای شما وجود ندارد."
|
| 783 |
|
| 784 |
+
#: contact_form.php:1222
|
| 785 |
msgid "You can attach the following file formats"
|
| 786 |
msgstr "می توانید فایل با این فرمت ارسال فرمایید "
|
| 787 |
|
| 788 |
+
#: contact_form.php:1516
|
| 789 |
msgid "Contact from"
|
| 790 |
msgstr "فرم ارتباط با مدیریت"
|
| 791 |
|
| 792 |
+
#: contact_form.php:1529
|
| 793 |
msgid "Email"
|
| 794 |
msgstr "رایانامه "
|
| 795 |
|
| 796 |
+
#: contact_form.php:1543
|
| 797 |
msgid "Site"
|
| 798 |
msgstr "سایت"
|
| 799 |
|
| 800 |
+
#: contact_form.php:1606
|
| 801 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 802 |
msgstr "اگر می توانید این MIME کاربران را ببینید، نوع آن قابل پذیرش نیست!"
|
| 803 |
|
| 804 |
+
#: contact_form.php:1670
|
| 805 |
msgid "FAQ"
|
| 806 |
msgstr "سئوالات مطرح"
|
| 807 |
|
| 808 |
+
#: contact_form.php:1671
|
| 809 |
msgid "Support"
|
| 810 |
msgstr "پشتیبانی"
|
| 811 |
|
| 812 |
+
#: contact_form.php:1728
|
| 813 |
msgid "Are you sure that you want to delete this language data?"
|
| 814 |
msgstr ""
|
| 815 |
|
languages/contact_form-fi.mo
CHANGED
|
Binary file
|
languages/contact_form-fi.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2013-11-
|
| 6 |
-
"PO-Revision-Date: 2013-11-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -33,63 +33,63 @@ msgstr "Yhteydenottolomakeasetukset"
|
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
-
#: contact_form.php:
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Yhteydenottolomake"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
-
#: contact_form.php:
|
| 43 |
-
#: contact_form.php:
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Nimi:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
-
#: contact_form.php:
|
| 49 |
-
#: contact_form.php:
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "Sähköposti:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
-
#: contact_form.php:
|
| 56 |
-
#: contact_form.php:
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "Sähköposti:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
-
#: contact_form.php:
|
| 62 |
-
#: contact_form.php:
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr "Puhelinnumero:"
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
-
#: contact_form.php:
|
| 68 |
-
#: contact_form.php:
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Aihe:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
-
#: contact_form.php:
|
| 74 |
-
#: contact_form.php:
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Viesti:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
-
#: contact_form.php:
|
| 80 |
-
#: contact_form.php:
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Liite:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
-
#: contact_form.php:
|
| 86 |
-
#: contact_form.php:
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Lähetä minulle kopio"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
-
#: contact_form.php:
|
| 92 |
-
#: contact_form.php:
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Lähetä"
|
| 95 |
|
|
@@ -183,27 +183,27 @@ msgid "Settings saved."
|
|
| 183 |
msgstr "Asetukset tallennettu."
|
| 184 |
|
| 185 |
#: contact_form.php:516
|
| 186 |
-
#: contact_form.php:
|
| 187 |
-
#: contact_form.php:
|
| 188 |
-
#: contact_form.php:
|
| 189 |
msgid "Settings"
|
| 190 |
msgstr "Asetukset"
|
| 191 |
|
| 192 |
#: contact_form.php:517
|
| 193 |
-
#: contact_form.php:
|
| 194 |
#, fuzzy
|
| 195 |
msgid "Extra settings"
|
| 196 |
msgstr "Asetukset"
|
| 197 |
|
| 198 |
#: contact_form.php:522
|
| 199 |
-
#: contact_form.php:
|
| 200 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 201 |
msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
|
| 202 |
|
| 203 |
#: contact_form.php:522
|
| 204 |
#: contact_form.php:523
|
| 205 |
-
#: contact_form.php:
|
| 206 |
-
#: contact_form.php:
|
| 207 |
msgid "or"
|
| 208 |
msgstr ""
|
| 209 |
|
|
@@ -244,7 +244,7 @@ msgid "Add department selectbox to the contact form:"
|
|
| 244 |
msgstr ""
|
| 245 |
|
| 246 |
#: contact_form.php:552
|
| 247 |
-
#: contact_form.php:
|
| 248 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 249 |
msgstr ""
|
| 250 |
|
|
@@ -252,558 +252,566 @@ msgstr ""
|
|
| 252 |
msgid "Save emails to the database"
|
| 253 |
msgstr ""
|
| 254 |
|
| 255 |
-
#: contact_form.php:
|
| 256 |
-
#: contact_form.php:
|
| 257 |
-
#: contact_form.php:
|
| 258 |
msgid "Using Contact Form to DB powered by"
|
| 259 |
msgstr ""
|
| 260 |
|
| 261 |
-
#: contact_form.php:
|
| 262 |
#, fuzzy
|
| 263 |
msgid "Activate Contact Form to DB"
|
| 264 |
msgstr "Yhteydenottolomake"
|
| 265 |
|
| 266 |
-
#: contact_form.php:
|
| 267 |
#, fuzzy
|
| 268 |
msgid "Download Contact Form to DB"
|
| 269 |
msgstr "Yhteydenottolomake"
|
| 270 |
|
| 271 |
-
#: contact_form.php:
|
| 272 |
msgid "Additional options"
|
| 273 |
msgstr "Lisäasetukset"
|
| 274 |
|
| 275 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 276 |
msgid "What to use?"
|
| 277 |
msgstr "Mitä käyttää?"
|
| 278 |
|
| 279 |
-
#: contact_form.php:
|
| 280 |
msgid "Wp-mail"
|
| 281 |
msgstr "Wp-sähköposti"
|
| 282 |
|
| 283 |
-
#: contact_form.php:
|
| 284 |
msgid "You can use the wp_mail function for mailing"
|
| 285 |
msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
|
| 286 |
|
| 287 |
-
#: contact_form.php:
|
| 288 |
msgid "Mail"
|
| 289 |
msgstr "Sähköposti"
|
| 290 |
|
| 291 |
-
#: contact_form.php:
|
| 292 |
msgid "To send mail you can use the php mail function"
|
| 293 |
msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
|
| 294 |
|
| 295 |
-
#: contact_form.php:
|
| 296 |
#, fuzzy
|
| 297 |
msgid "The text in the 'From' field"
|
| 298 |
msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
|
| 299 |
|
| 300 |
-
#: contact_form.php:
|
| 301 |
msgid "User name"
|
| 302 |
msgstr ""
|
| 303 |
|
| 304 |
-
#: contact_form.php:
|
| 305 |
#, fuzzy
|
| 306 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 307 |
msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
| 308 |
|
| 309 |
-
#: contact_form.php:
|
| 310 |
#, fuzzy
|
| 311 |
msgid "This text will be used in the 'FROM' field"
|
| 312 |
msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
| 313 |
|
| 314 |
-
#: contact_form.php:
|
| 315 |
#, fuzzy
|
| 316 |
msgid "The email address in the 'From' field"
|
| 317 |
msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
|
| 318 |
|
| 319 |
-
#: contact_form.php:
|
| 320 |
msgid "User email"
|
| 321 |
msgstr ""
|
| 322 |
|
| 323 |
-
#: contact_form.php:
|
| 324 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 325 |
msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
| 326 |
|
| 327 |
-
#: contact_form.php:
|
| 328 |
msgid "This email address will be used in the 'From' field."
|
| 329 |
msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
| 330 |
|
| 331 |
-
#: contact_form.php:
|
| 332 |
#, fuzzy
|
| 333 |
msgid "Display fields"
|
| 334 |
msgstr "Näytä teksti"
|
| 335 |
|
| 336 |
-
#: contact_form.php:
|
| 337 |
-
#: contact_form.php:
|
| 338 |
-
#: contact_form.php:
|
| 339 |
-
#: contact_form.php:
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Address"
|
| 342 |
msgstr "Sähköposti"
|
| 343 |
|
| 344 |
-
#: contact_form.php:
|
| 345 |
-
#: contact_form.php:
|
| 346 |
-
#: contact_form.php:
|
| 347 |
msgid "Phone"
|
| 348 |
msgstr "Puhelinnumero"
|
| 349 |
|
| 350 |
-
#: contact_form.php:
|
| 351 |
#, fuzzy
|
| 352 |
msgid "Attachment block"
|
| 353 |
msgstr "Näytä liitelaatikko."
|
| 354 |
|
| 355 |
-
#: contact_form.php:
|
| 356 |
msgid "Users can attach the following file formats"
|
| 357 |
msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
|
| 358 |
|
| 359 |
-
#: contact_form.php:626
|
| 360 |
#: contact_form.php:629
|
| 361 |
-
#: contact_form.php:
|
| 362 |
-
#: contact_form.php:
|
|
|
|
| 363 |
msgid "Captcha"
|
| 364 |
msgstr ""
|
| 365 |
|
| 366 |
-
#: contact_form.php:626
|
| 367 |
#: contact_form.php:629
|
| 368 |
-
#: contact_form.php:
|
|
|
|
| 369 |
msgid "powered by"
|
| 370 |
msgstr ""
|
| 371 |
|
| 372 |
-
#: contact_form.php:
|
| 373 |
#, fuzzy
|
| 374 |
msgid "Activate captcha"
|
| 375 |
msgstr "Aktivoidut lisäosat"
|
| 376 |
|
| 377 |
-
#: contact_form.php:
|
| 378 |
#, fuzzy
|
| 379 |
msgid "Download captcha"
|
| 380 |
msgstr "Lataa"
|
| 381 |
|
| 382 |
-
#: contact_form.php:
|
| 383 |
#, fuzzy
|
| 384 |
msgid "Display tips below the Attachment block"
|
| 385 |
msgstr "Näytä liitelaatikon allaolevat vinkit."
|
| 386 |
|
| 387 |
-
#: contact_form.php:
|
| 388 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 389 |
msgstr ""
|
| 390 |
|
| 391 |
-
#: contact_form.php:
|
| 392 |
#, fuzzy
|
| 393 |
msgid "Display 'Send me a copy' block"
|
| 394 |
msgstr "Näytä Lähetä minulle kopio- laatikko"
|
| 395 |
|
| 396 |
-
#: contact_form.php:
|
| 397 |
msgid "Required fields"
|
| 398 |
msgstr "Vaaditut kentät"
|
| 399 |
|
| 400 |
-
#: contact_form.php:
|
| 401 |
-
#: contact_form.php:
|
| 402 |
-
#: contact_form.php:
|
| 403 |
msgid "Name"
|
| 404 |
msgstr "Nimi"
|
| 405 |
|
| 406 |
-
#: contact_form.php:
|
| 407 |
msgid "Email Address"
|
| 408 |
msgstr "Sähköposti"
|
| 409 |
|
| 410 |
-
#: contact_form.php:
|
| 411 |
-
#: contact_form.php:
|
| 412 |
-
#: contact_form.php:
|
| 413 |
msgid "Subject"
|
| 414 |
msgstr "Aihe"
|
| 415 |
|
| 416 |
-
#: contact_form.php:
|
| 417 |
-
#: contact_form.php:
|
| 418 |
-
#: contact_form.php:
|
| 419 |
msgid "Message"
|
| 420 |
msgstr "Viesti"
|
| 421 |
|
| 422 |
-
#: contact_form.php:
|
| 423 |
#, fuzzy
|
| 424 |
msgid "Display the asterisk near required fields"
|
| 425 |
msgstr "Näytä puhelinnumerokenttä."
|
| 426 |
|
| 427 |
-
#: contact_form.php:
|
| 428 |
msgid "Display additional info in the email"
|
| 429 |
msgstr "Näytä lisätietoa sähköpostissa"
|
| 430 |
|
| 431 |
-
#: contact_form.php:
|
| 432 |
-
#: contact_form.php:
|
| 433 |
msgid "Sent from (ip address)"
|
| 434 |
msgstr "Lähetetty osoitteesta (ip-osoite)"
|
| 435 |
|
| 436 |
-
#: contact_form.php:
|
| 437 |
#, fuzzy
|
| 438 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 439 |
msgstr "Lähetetty osoitteesta (ip-osoite)"
|
| 440 |
|
| 441 |
-
#: contact_form.php:
|
| 442 |
-
#: contact_form.php:
|
| 443 |
msgid "Date/Time"
|
| 444 |
msgstr "Päivä/Aika"
|
| 445 |
|
| 446 |
-
#: contact_form.php:
|
| 447 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 448 |
msgstr ""
|
| 449 |
|
| 450 |
-
#: contact_form.php:
|
| 451 |
-
#: contact_form.php:
|
| 452 |
msgid "Sent from (referer)"
|
| 453 |
msgstr "Lähetetty (referer)"
|
| 454 |
|
| 455 |
-
#: contact_form.php:
|
| 456 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 457 |
msgstr ""
|
| 458 |
|
| 459 |
-
#: contact_form.php:
|
| 460 |
-
#: contact_form.php:
|
| 461 |
msgid "Using (user agent)"
|
| 462 |
msgstr "Käytetään (user agent)"
|
| 463 |
|
| 464 |
-
#: contact_form.php:
|
| 465 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 466 |
msgstr ""
|
| 467 |
|
| 468 |
-
#: contact_form.php:
|
| 469 |
msgid "Language settings for the field names in the form"
|
| 470 |
msgstr "Kieliasetukset kenttien nimille lomakkeessa"
|
| 471 |
|
| 472 |
-
#: contact_form.php:
|
| 473 |
msgid "Add a language"
|
| 474 |
msgstr "Lisää kieli"
|
| 475 |
|
| 476 |
-
#: contact_form.php:
|
| 477 |
msgid "Change the names of the contact form fields and error messages"
|
| 478 |
msgstr ""
|
| 479 |
|
| 480 |
-
#: contact_form.php:
|
| 481 |
-
#: contact_form.php:
|
| 482 |
msgid "English"
|
| 483 |
msgstr "Englanti"
|
| 484 |
|
| 485 |
-
#: contact_form.php:
|
| 486 |
-
#: contact_form.php:
|
| 487 |
msgid "Error message for the Name field"
|
| 488 |
msgstr "Virheilmoitus nimikentälle"
|
| 489 |
|
| 490 |
-
#: contact_form.php:
|
| 491 |
-
#: contact_form.php:
|
| 492 |
#, fuzzy
|
| 493 |
msgid "Error message for the Address field"
|
| 494 |
msgstr "Virheilmoitus viestikentälle"
|
| 495 |
|
| 496 |
-
#: contact_form.php:
|
| 497 |
-
#: contact_form.php:
|
| 498 |
msgid "Error message for the Email field"
|
| 499 |
msgstr "Virheilmoitus sähköpostikentälle"
|
| 500 |
|
| 501 |
-
#: contact_form.php:
|
| 502 |
-
#: contact_form.php:
|
| 503 |
msgid "Error message for the Phone field"
|
| 504 |
msgstr "Virheilmoitus puhelinnumerokentälle"
|
| 505 |
|
| 506 |
-
#: contact_form.php:
|
| 507 |
-
#: contact_form.php:
|
| 508 |
msgid "Error message for the Subject field"
|
| 509 |
msgstr "Virheilmoitus aihekentälle"
|
| 510 |
|
| 511 |
-
#: contact_form.php:
|
| 512 |
-
#: contact_form.php:
|
| 513 |
msgid "Error message for the Message field"
|
| 514 |
msgstr "Virheilmoitus viestikentälle"
|
| 515 |
|
| 516 |
-
#: contact_form.php:
|
| 517 |
-
#: contact_form.php:
|
| 518 |
#, fuzzy
|
| 519 |
msgid "Error message about the file type for the Attachment field"
|
| 520 |
msgstr "Virheilmoitus liitekentälle"
|
| 521 |
|
| 522 |
-
#: contact_form.php:
|
| 523 |
-
#: contact_form.php:
|
| 524 |
#, fuzzy
|
| 525 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 526 |
msgstr "Virheilmoitus liitekentälle"
|
| 527 |
|
| 528 |
-
#: contact_form.php:
|
| 529 |
-
#: contact_form.php:
|
| 530 |
#, fuzzy
|
| 531 |
msgid "Error message while moving the file for the Attachment field"
|
| 532 |
msgstr "Virheilmoitus liitekentälle"
|
| 533 |
|
| 534 |
-
#: contact_form.php:
|
| 535 |
-
#: contact_form.php:
|
| 536 |
#, fuzzy
|
| 537 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 538 |
msgstr "Virheilmoitus liitekentälle"
|
| 539 |
|
| 540 |
-
#: contact_form.php:
|
| 541 |
-
#: contact_form.php:
|
| 542 |
msgid "Error message for the Captcha field"
|
| 543 |
msgstr "Virheilmoitus CAPTCHA:lle"
|
| 544 |
|
| 545 |
-
#: contact_form.php:
|
| 546 |
-
#: contact_form.php:
|
| 547 |
msgid "Error message for the whole form"
|
| 548 |
msgstr "Virheilmoitus koko lomakkeelle"
|
| 549 |
|
| 550 |
-
#: contact_form.php:
|
| 551 |
-
#: contact_form.php:
|
| 552 |
-
#: contact_form.php:
|
| 553 |
-
#: contact_form.php:
|
| 554 |
msgid "Use shortcode"
|
| 555 |
msgstr "Käytä shortcodea"
|
| 556 |
|
| 557 |
-
#: contact_form.php:
|
| 558 |
-
#: contact_form.php:
|
| 559 |
-
#: contact_form.php:
|
| 560 |
-
#: contact_form.php:
|
| 561 |
msgid "for this language"
|
| 562 |
msgstr "tälle kielelle"
|
| 563 |
|
| 564 |
-
#: contact_form.php:
|
| 565 |
msgid "Action after email is sent"
|
| 566 |
msgstr "Toiminta sähköpostin lähetyksen jälkeen"
|
| 567 |
|
| 568 |
-
#: contact_form.php:
|
| 569 |
msgid "Display text"
|
| 570 |
msgstr "Näytä teksti"
|
| 571 |
|
| 572 |
-
#: contact_form.php:
|
| 573 |
-
#: contact_form.php:
|
| 574 |
msgid "Text"
|
| 575 |
msgstr "Teksti"
|
| 576 |
|
| 577 |
-
#: contact_form.php:
|
| 578 |
msgid "Redirect to the page"
|
| 579 |
msgstr "Ohjaa sivulle"
|
| 580 |
|
| 581 |
-
#: contact_form.php:
|
| 582 |
msgid "Url"
|
| 583 |
msgstr "Url"
|
| 584 |
|
| 585 |
-
#: contact_form.php:
|
| 586 |
-
#: contact_form.php:
|
| 587 |
msgid "Save Changes"
|
| 588 |
msgstr "Tallenna muutokset"
|
| 589 |
|
| 590 |
-
#: contact_form.php:
|
| 591 |
#, fuzzy
|
| 592 |
msgid "Contact Form Pro | Extra Settings"
|
| 593 |
msgstr "Yhteydenottolomakeasetukset"
|
| 594 |
|
| 595 |
-
#: contact_form.php:
|
| 596 |
msgid "Errors output"
|
| 597 |
msgstr ""
|
| 598 |
|
| 599 |
-
#: contact_form.php:
|
| 600 |
msgid "Display error messages"
|
| 601 |
msgstr ""
|
| 602 |
|
| 603 |
-
#: contact_form.php:
|
| 604 |
msgid "Color of the input field errors."
|
| 605 |
msgstr ""
|
| 606 |
|
| 607 |
-
#: contact_form.php:
|
| 608 |
#, fuzzy
|
| 609 |
msgid "Display error messages & color of the input field errors"
|
| 610 |
msgstr "Virheilmoitus aihekentälle"
|
| 611 |
|
| 612 |
-
#: contact_form.php:
|
| 613 |
msgid "Add placeholder to the input blocks"
|
| 614 |
msgstr ""
|
| 615 |
|
| 616 |
-
#: contact_form.php:
|
| 617 |
#, fuzzy
|
| 618 |
msgid "Add tooltips"
|
| 619 |
msgstr "Lisäasetukset"
|
| 620 |
|
| 621 |
-
#: contact_form.php:
|
| 622 |
#, fuzzy
|
| 623 |
msgid "Email address"
|
| 624 |
msgstr "Sähköposti"
|
| 625 |
|
| 626 |
-
#: contact_form.php:
|
| 627 |
#, fuzzy
|
| 628 |
msgid "Phone Number"
|
| 629 |
msgstr "Puhelinnumero:"
|
| 630 |
|
| 631 |
-
#: contact_form.php:
|
| 632 |
#, fuzzy
|
| 633 |
msgid "Attachment"
|
| 634 |
msgstr "Liite:"
|
| 635 |
|
| 636 |
-
#: contact_form.php:
|
| 637 |
msgid "(powered by bestwebsoft.com)"
|
| 638 |
msgstr ""
|
| 639 |
|
| 640 |
-
#: contact_form.php:
|
| 641 |
#, fuzzy
|
| 642 |
msgid "Style options"
|
| 643 |
msgstr "Lisäasetukset"
|
| 644 |
|
| 645 |
-
#: contact_form.php:
|
| 646 |
msgid "Text color"
|
| 647 |
msgstr ""
|
| 648 |
|
| 649 |
-
#: contact_form.php:
|
| 650 |
-
#: contact_form.php:
|
| 651 |
-
#: contact_form.php:
|
| 652 |
-
#: contact_form.php:
|
| 653 |
-
#: contact_form.php:
|
| 654 |
-
#: contact_form.php:
|
| 655 |
-
#: contact_form.php:
|
| 656 |
-
#: contact_form.php:
|
| 657 |
-
#: contact_form.php:
|
| 658 |
-
#: contact_form.php:
|
| 659 |
-
#: contact_form.php:
|
| 660 |
-
#: contact_form.php:
|
| 661 |
msgid "Default"
|
| 662 |
msgstr ""
|
| 663 |
|
| 664 |
-
#: contact_form.php:
|
| 665 |
msgid "Label text color"
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
-
#: contact_form.php:
|
| 669 |
msgid "Placeholder color"
|
| 670 |
msgstr ""
|
| 671 |
|
| 672 |
-
#: contact_form.php:
|
| 673 |
msgid "Errors color"
|
| 674 |
msgstr ""
|
| 675 |
|
| 676 |
-
#: contact_form.php:
|
| 677 |
msgid "Error text color"
|
| 678 |
msgstr ""
|
| 679 |
|
| 680 |
-
#: contact_form.php:
|
| 681 |
msgid "Background color of the input field errors"
|
| 682 |
msgstr ""
|
| 683 |
|
| 684 |
-
#: contact_form.php:
|
| 685 |
msgid "Border color of the input field errors"
|
| 686 |
msgstr ""
|
| 687 |
|
| 688 |
-
#: contact_form.php:
|
| 689 |
msgid "Placeholder color of the input field errors"
|
| 690 |
msgstr ""
|
| 691 |
|
| 692 |
-
#: contact_form.php:
|
| 693 |
msgid "Input fields"
|
| 694 |
msgstr ""
|
| 695 |
|
| 696 |
-
#: contact_form.php:
|
| 697 |
msgid "Input fields background color"
|
| 698 |
msgstr ""
|
| 699 |
|
| 700 |
-
#: contact_form.php:
|
| 701 |
msgid "Text fields color"
|
| 702 |
msgstr ""
|
| 703 |
|
| 704 |
-
#: contact_form.php:
|
| 705 |
msgid "Border width in px, numbers only"
|
| 706 |
msgstr ""
|
| 707 |
|
| 708 |
-
#: contact_form.php:
|
| 709 |
-
#: contact_form.php:
|
| 710 |
msgid "Border color"
|
| 711 |
msgstr ""
|
| 712 |
|
| 713 |
-
#: contact_form.php:
|
| 714 |
#, fuzzy
|
| 715 |
msgid "Submit button"
|
| 716 |
msgstr "Lähetä"
|
| 717 |
|
| 718 |
-
#: contact_form.php:
|
| 719 |
msgid "Width in px, numbers only"
|
| 720 |
msgstr ""
|
| 721 |
|
| 722 |
-
#: contact_form.php:
|
| 723 |
msgid "Button color"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
-
#: contact_form.php:
|
| 727 |
msgid "Button text color"
|
| 728 |
msgstr ""
|
| 729 |
|
| 730 |
-
#: contact_form.php:
|
| 731 |
#, fuzzy
|
| 732 |
msgid "Contact Form Pro | Preview"
|
| 733 |
msgstr "Yhteydenottolomake"
|
| 734 |
|
| 735 |
-
#: contact_form.php:
|
| 736 |
msgid "Show with errors"
|
| 737 |
msgstr ""
|
| 738 |
|
| 739 |
-
#: contact_form.php:
|
| 740 |
-
#: contact_form.php:
|
| 741 |
msgid "Please enter your full name..."
|
| 742 |
msgstr ""
|
| 743 |
|
| 744 |
-
#: contact_form.php:
|
| 745 |
-
#: contact_form.php:
|
| 746 |
msgid "Please enter your address..."
|
| 747 |
msgstr ""
|
| 748 |
|
| 749 |
-
#: contact_form.php:
|
| 750 |
-
#: contact_form.php:
|
| 751 |
#, fuzzy
|
| 752 |
msgid "Please enter your email address..."
|
| 753 |
msgstr "Käytä tätä sähköpostiosoitetta:"
|
| 754 |
|
| 755 |
-
#: contact_form.php:
|
| 756 |
-
#: contact_form.php:
|
| 757 |
msgid "Please enter your phone number..."
|
| 758 |
msgstr ""
|
| 759 |
|
| 760 |
-
#: contact_form.php:
|
| 761 |
-
#: contact_form.php:
|
| 762 |
msgid "Please enter subject..."
|
| 763 |
msgstr ""
|
| 764 |
|
| 765 |
-
#: contact_form.php:
|
| 766 |
-
#: contact_form.php:
|
| 767 |
msgid "Please enter your message..."
|
| 768 |
msgstr ""
|
| 769 |
|
| 770 |
-
#: contact_form.php:
|
| 771 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 772 |
msgstr ""
|
| 773 |
|
| 774 |
-
#: contact_form.php:
|
| 775 |
msgid "Sorry, email message could not be delivered."
|
| 776 |
msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
|
| 777 |
|
| 778 |
-
#: contact_form.php:
|
| 779 |
msgid "You can attach the following file formats"
|
| 780 |
msgstr "Voit liittää seuraavia tiedostomuotoja"
|
| 781 |
|
| 782 |
-
#: contact_form.php:
|
| 783 |
msgid "Contact from"
|
| 784 |
msgstr "Yhteydenottolomake"
|
| 785 |
|
| 786 |
-
#: contact_form.php:
|
| 787 |
msgid "Email"
|
| 788 |
msgstr "Sähköposti"
|
| 789 |
|
| 790 |
-
#: contact_form.php:
|
| 791 |
msgid "Site"
|
| 792 |
msgstr "Sivu"
|
| 793 |
|
| 794 |
-
#: contact_form.php:
|
| 795 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 796 |
msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
|
| 797 |
|
| 798 |
-
#: contact_form.php:
|
| 799 |
msgid "FAQ"
|
| 800 |
msgstr "FAQ"
|
| 801 |
|
| 802 |
-
#: contact_form.php:
|
| 803 |
msgid "Support"
|
| 804 |
msgstr "Tuki"
|
| 805 |
|
| 806 |
-
#: contact_form.php:
|
| 807 |
msgid "Are you sure that you want to delete this language data?"
|
| 808 |
msgstr "Oletko varma että haluat poistaa kielitiedot?"
|
| 809 |
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
+
"POT-Creation-Date: 2013-11-08 10:56+0300\n"
|
| 6 |
+
"PO-Revision-Date: 2013-11-08 10:56+0300\n"
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Martin Tonek, Joakim Lindskog, Maarten van den Driest <joakim@limewoodmedia.com, maarten@vandendriest.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 33 |
|
| 34 |
#: contact_form.php:33
|
| 35 |
#: contact_form.php:553
|
| 36 |
+
#: contact_form.php:835
|
| 37 |
#, fuzzy
|
| 38 |
msgid "Contact Form Pro"
|
| 39 |
msgstr "Yhteydenottolomake"
|
| 40 |
|
| 41 |
#: contact_form.php:74
|
| 42 |
+
#: contact_form.php:722
|
| 43 |
+
#: contact_form.php:751
|
| 44 |
msgid "Name:"
|
| 45 |
msgstr "Nimi:"
|
| 46 |
|
| 47 |
#: contact_form.php:75
|
| 48 |
+
#: contact_form.php:723
|
| 49 |
+
#: contact_form.php:752
|
| 50 |
#, fuzzy
|
| 51 |
msgid "Address:"
|
| 52 |
msgstr "Sähköposti:"
|
| 53 |
|
| 54 |
#: contact_form.php:76
|
| 55 |
+
#: contact_form.php:724
|
| 56 |
+
#: contact_form.php:753
|
| 57 |
msgid "Email Address:"
|
| 58 |
msgstr "Sähköposti:"
|
| 59 |
|
| 60 |
#: contact_form.php:77
|
| 61 |
+
#: contact_form.php:725
|
| 62 |
+
#: contact_form.php:754
|
| 63 |
msgid "Phone number:"
|
| 64 |
msgstr "Puhelinnumero:"
|
| 65 |
|
| 66 |
#: contact_form.php:78
|
| 67 |
+
#: contact_form.php:726
|
| 68 |
+
#: contact_form.php:755
|
| 69 |
msgid "Subject:"
|
| 70 |
msgstr "Aihe:"
|
| 71 |
|
| 72 |
#: contact_form.php:79
|
| 73 |
+
#: contact_form.php:727
|
| 74 |
+
#: contact_form.php:756
|
| 75 |
msgid "Message:"
|
| 76 |
msgstr "Viesti:"
|
| 77 |
|
| 78 |
#: contact_form.php:80
|
| 79 |
+
#: contact_form.php:728
|
| 80 |
+
#: contact_form.php:757
|
| 81 |
msgid "Attachment:"
|
| 82 |
msgstr "Liite:"
|
| 83 |
|
| 84 |
#: contact_form.php:81
|
| 85 |
+
#: contact_form.php:729
|
| 86 |
+
#: contact_form.php:758
|
| 87 |
msgid "Send me a copy"
|
| 88 |
msgstr "Lähetä minulle kopio"
|
| 89 |
|
| 90 |
#: contact_form.php:82
|
| 91 |
+
#: contact_form.php:730
|
| 92 |
+
#: contact_form.php:759
|
| 93 |
msgid "Submit"
|
| 94 |
msgstr "Lähetä"
|
| 95 |
|
| 183 |
msgstr "Asetukset tallennettu."
|
| 184 |
|
| 185 |
#: contact_form.php:516
|
| 186 |
+
#: contact_form.php:829
|
| 187 |
+
#: contact_form.php:1658
|
| 188 |
+
#: contact_form.php:1669
|
| 189 |
msgid "Settings"
|
| 190 |
msgstr "Asetukset"
|
| 191 |
|
| 192 |
#: contact_form.php:517
|
| 193 |
+
#: contact_form.php:830
|
| 194 |
#, fuzzy
|
| 195 |
msgid "Extra settings"
|
| 196 |
msgstr "Asetukset"
|
| 197 |
|
| 198 |
#: contact_form.php:522
|
| 199 |
+
#: contact_form.php:1086
|
| 200 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 201 |
msgstr "Jos haluat lisätä yhteydenottolomakkeen sivullesi, kopioi ja liitä tämä shortcode artikkeliin, sivulle tai vimpaimeen."
|
| 202 |
|
| 203 |
#: contact_form.php:522
|
| 204 |
#: contact_form.php:523
|
| 205 |
+
#: contact_form.php:744
|
| 206 |
+
#: contact_form.php:792
|
| 207 |
msgid "or"
|
| 208 |
msgstr ""
|
| 209 |
|
| 244 |
msgstr ""
|
| 245 |
|
| 246 |
#: contact_form.php:552
|
| 247 |
+
#: contact_form.php:834
|
| 248 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 249 |
msgstr ""
|
| 250 |
|
| 252 |
msgid "Save emails to the database"
|
| 253 |
msgstr ""
|
| 254 |
|
| 255 |
+
#: contact_form.php:570
|
| 256 |
+
#: contact_form.php:573
|
| 257 |
+
#: contact_form.php:577
|
| 258 |
msgid "Using Contact Form to DB powered by"
|
| 259 |
msgstr ""
|
| 260 |
|
| 261 |
+
#: contact_form.php:573
|
| 262 |
#, fuzzy
|
| 263 |
msgid "Activate Contact Form to DB"
|
| 264 |
msgstr "Yhteydenottolomake"
|
| 265 |
|
| 266 |
+
#: contact_form.php:577
|
| 267 |
#, fuzzy
|
| 268 |
msgid "Download Contact Form to DB"
|
| 269 |
msgstr "Yhteydenottolomake"
|
| 270 |
|
| 271 |
+
#: contact_form.php:582
|
| 272 |
msgid "Additional options"
|
| 273 |
msgstr "Lisäasetukset"
|
| 274 |
|
| 275 |
+
#: contact_form.php:584
|
| 276 |
+
msgid "Show"
|
| 277 |
+
msgstr ""
|
| 278 |
+
|
| 279 |
+
#: contact_form.php:585
|
| 280 |
+
msgid "Hide"
|
| 281 |
+
msgstr ""
|
| 282 |
+
|
| 283 |
+
#: contact_form.php:589
|
| 284 |
msgid "What to use?"
|
| 285 |
msgstr "Mitä käyttää?"
|
| 286 |
|
| 287 |
+
#: contact_form.php:592
|
| 288 |
msgid "Wp-mail"
|
| 289 |
msgstr "Wp-sähköposti"
|
| 290 |
|
| 291 |
+
#: contact_form.php:592
|
| 292 |
msgid "You can use the wp_mail function for mailing"
|
| 293 |
msgstr "Voit käyttää wp_mail funktiota sähköpostin lähettämiseen"
|
| 294 |
|
| 295 |
+
#: contact_form.php:594
|
| 296 |
msgid "Mail"
|
| 297 |
msgstr "Sähköposti"
|
| 298 |
|
| 299 |
+
#: contact_form.php:594
|
| 300 |
msgid "To send mail you can use the php mail function"
|
| 301 |
msgstr "Voit käyttää php sähköpostifunktiota lähettääksesi sähköpostia"
|
| 302 |
|
| 303 |
+
#: contact_form.php:598
|
| 304 |
#, fuzzy
|
| 305 |
msgid "The text in the 'From' field"
|
| 306 |
msgstr "Vaihda teksti 'Lähettäjä'- kentästä"
|
| 307 |
|
| 308 |
+
#: contact_form.php:600
|
| 309 |
msgid "User name"
|
| 310 |
msgstr ""
|
| 311 |
|
| 312 |
+
#: contact_form.php:601
|
| 313 |
#, fuzzy
|
| 314 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 315 |
msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
| 316 |
|
| 317 |
+
#: contact_form.php:604
|
| 318 |
#, fuzzy
|
| 319 |
msgid "This text will be used in the 'FROM' field"
|
| 320 |
msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
| 321 |
|
| 322 |
+
#: contact_form.php:608
|
| 323 |
#, fuzzy
|
| 324 |
msgid "The email address in the 'From' field"
|
| 325 |
msgstr "Syötä sähköpostiosoite 'Lähettäjä'- kenttään"
|
| 326 |
|
| 327 |
+
#: contact_form.php:610
|
| 328 |
msgid "User email"
|
| 329 |
msgstr ""
|
| 330 |
|
| 331 |
+
#: contact_form.php:611
|
| 332 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 333 |
msgstr "Lomakkeen täyttäjän sähköpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
| 334 |
|
| 335 |
+
#: contact_form.php:614
|
| 336 |
msgid "This email address will be used in the 'From' field."
|
| 337 |
msgstr "Tätä sähöpostiosoitetta käytetään 'Lähettäjä'- kentässä."
|
| 338 |
|
| 339 |
+
#: contact_form.php:618
|
| 340 |
#, fuzzy
|
| 341 |
msgid "Display fields"
|
| 342 |
msgstr "Näytä teksti"
|
| 343 |
|
| 344 |
+
#: contact_form.php:620
|
| 345 |
+
#: contact_form.php:668
|
| 346 |
+
#: contact_form.php:866
|
| 347 |
+
#: contact_form.php:1526
|
| 348 |
#, fuzzy
|
| 349 |
msgid "Address"
|
| 350 |
msgstr "Sähköposti"
|
| 351 |
|
| 352 |
+
#: contact_form.php:621
|
| 353 |
+
#: contact_form.php:670
|
| 354 |
+
#: contact_form.php:1534
|
| 355 |
msgid "Phone"
|
| 356 |
msgstr "Puhelinnumero"
|
| 357 |
|
| 358 |
+
#: contact_form.php:622
|
| 359 |
#, fuzzy
|
| 360 |
msgid "Attachment block"
|
| 361 |
msgstr "Näytä liitelaatikko."
|
| 362 |
|
| 363 |
+
#: contact_form.php:622
|
| 364 |
msgid "Users can attach the following file formats"
|
| 365 |
msgstr "Käyttäjä voi lisätä seuraavia tiedostotyyppejä"
|
| 366 |
|
|
|
|
| 367 |
#: contact_form.php:629
|
| 368 |
+
#: contact_form.php:632
|
| 369 |
+
#: contact_form.php:636
|
| 370 |
+
#: contact_form.php:895
|
| 371 |
msgid "Captcha"
|
| 372 |
msgstr ""
|
| 373 |
|
|
|
|
| 374 |
#: contact_form.php:629
|
| 375 |
+
#: contact_form.php:632
|
| 376 |
+
#: contact_form.php:636
|
| 377 |
msgid "powered by"
|
| 378 |
msgstr ""
|
| 379 |
|
| 380 |
+
#: contact_form.php:632
|
| 381 |
#, fuzzy
|
| 382 |
msgid "Activate captcha"
|
| 383 |
msgstr "Aktivoidut lisäosat"
|
| 384 |
|
| 385 |
+
#: contact_form.php:636
|
| 386 |
#, fuzzy
|
| 387 |
msgid "Download captcha"
|
| 388 |
msgstr "Lataa"
|
| 389 |
|
| 390 |
+
#: contact_form.php:641
|
| 391 |
#, fuzzy
|
| 392 |
msgid "Display tips below the Attachment block"
|
| 393 |
msgstr "Näytä liitelaatikon allaolevat vinkit."
|
| 394 |
|
| 395 |
+
#: contact_form.php:650
|
| 396 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 397 |
msgstr ""
|
| 398 |
|
| 399 |
+
#: contact_form.php:656
|
| 400 |
#, fuzzy
|
| 401 |
msgid "Display 'Send me a copy' block"
|
| 402 |
msgstr "Näytä Lähetä minulle kopio- laatikko"
|
| 403 |
|
| 404 |
+
#: contact_form.php:665
|
| 405 |
msgid "Required fields"
|
| 406 |
msgstr "Vaaditut kentät"
|
| 407 |
|
| 408 |
+
#: contact_form.php:667
|
| 409 |
+
#: contact_form.php:861
|
| 410 |
+
#: contact_form.php:1521
|
| 411 |
msgid "Name"
|
| 412 |
msgstr "Nimi"
|
| 413 |
|
| 414 |
+
#: contact_form.php:669
|
| 415 |
msgid "Email Address"
|
| 416 |
msgstr "Sähköposti"
|
| 417 |
|
| 418 |
+
#: contact_form.php:671
|
| 419 |
+
#: contact_form.php:881
|
| 420 |
+
#: contact_form.php:1537
|
| 421 |
msgid "Subject"
|
| 422 |
msgstr "Aihe"
|
| 423 |
|
| 424 |
+
#: contact_form.php:672
|
| 425 |
+
#: contact_form.php:885
|
| 426 |
+
#: contact_form.php:1540
|
| 427 |
msgid "Message"
|
| 428 |
msgstr "Viesti"
|
| 429 |
|
| 430 |
+
#: contact_form.php:676
|
| 431 |
#, fuzzy
|
| 432 |
msgid "Display the asterisk near required fields"
|
| 433 |
msgstr "Näytä puhelinnumerokenttä."
|
| 434 |
|
| 435 |
+
#: contact_form.php:682
|
| 436 |
msgid "Display additional info in the email"
|
| 437 |
msgstr "Näytä lisätietoa sähköpostissa"
|
| 438 |
|
| 439 |
+
#: contact_form.php:687
|
| 440 |
+
#: contact_form.php:1493
|
| 441 |
msgid "Sent from (ip address)"
|
| 442 |
msgstr "Lähetetty osoitteesta (ip-osoite)"
|
| 443 |
|
| 444 |
+
#: contact_form.php:687
|
| 445 |
#, fuzzy
|
| 446 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 447 |
msgstr "Lähetetty osoitteesta (ip-osoite)"
|
| 448 |
|
| 449 |
+
#: contact_form.php:688
|
| 450 |
+
#: contact_form.php:1498
|
| 451 |
msgid "Date/Time"
|
| 452 |
msgstr "Päivä/Aika"
|
| 453 |
|
| 454 |
+
#: contact_form.php:688
|
| 455 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 456 |
msgstr ""
|
| 457 |
|
| 458 |
+
#: contact_form.php:689
|
| 459 |
+
#: contact_form.php:1503
|
| 460 |
msgid "Sent from (referer)"
|
| 461 |
msgstr "Lähetetty (referer)"
|
| 462 |
|
| 463 |
+
#: contact_form.php:689
|
| 464 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 465 |
msgstr ""
|
| 466 |
|
| 467 |
+
#: contact_form.php:690
|
| 468 |
+
#: contact_form.php:1508
|
| 469 |
msgid "Using (user agent)"
|
| 470 |
msgstr "Käytetään (user agent)"
|
| 471 |
|
| 472 |
+
#: contact_form.php:690
|
| 473 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 474 |
msgstr ""
|
| 475 |
|
| 476 |
+
#: contact_form.php:694
|
| 477 |
msgid "Language settings for the field names in the form"
|
| 478 |
msgstr "Kieliasetukset kenttien nimille lomakkeessa"
|
| 479 |
|
| 480 |
+
#: contact_form.php:703
|
| 481 |
msgid "Add a language"
|
| 482 |
msgstr "Lisää kieli"
|
| 483 |
|
| 484 |
+
#: contact_form.php:707
|
| 485 |
msgid "Change the names of the contact form fields and error messages"
|
| 486 |
msgstr ""
|
| 487 |
|
| 488 |
+
#: contact_form.php:712
|
| 489 |
+
#: contact_form.php:783
|
| 490 |
msgid "English"
|
| 491 |
msgstr "Englanti"
|
| 492 |
|
| 493 |
+
#: contact_form.php:731
|
| 494 |
+
#: contact_form.php:760
|
| 495 |
msgid "Error message for the Name field"
|
| 496 |
msgstr "Virheilmoitus nimikentälle"
|
| 497 |
|
| 498 |
+
#: contact_form.php:732
|
| 499 |
+
#: contact_form.php:761
|
| 500 |
#, fuzzy
|
| 501 |
msgid "Error message for the Address field"
|
| 502 |
msgstr "Virheilmoitus viestikentälle"
|
| 503 |
|
| 504 |
+
#: contact_form.php:733
|
| 505 |
+
#: contact_form.php:762
|
| 506 |
msgid "Error message for the Email field"
|
| 507 |
msgstr "Virheilmoitus sähköpostikentälle"
|
| 508 |
|
| 509 |
+
#: contact_form.php:734
|
| 510 |
+
#: contact_form.php:763
|
| 511 |
msgid "Error message for the Phone field"
|
| 512 |
msgstr "Virheilmoitus puhelinnumerokentälle"
|
| 513 |
|
| 514 |
+
#: contact_form.php:735
|
| 515 |
+
#: contact_form.php:764
|
| 516 |
msgid "Error message for the Subject field"
|
| 517 |
msgstr "Virheilmoitus aihekentälle"
|
| 518 |
|
| 519 |
+
#: contact_form.php:736
|
| 520 |
+
#: contact_form.php:765
|
| 521 |
msgid "Error message for the Message field"
|
| 522 |
msgstr "Virheilmoitus viestikentälle"
|
| 523 |
|
| 524 |
+
#: contact_form.php:737
|
| 525 |
+
#: contact_form.php:766
|
| 526 |
#, fuzzy
|
| 527 |
msgid "Error message about the file type for the Attachment field"
|
| 528 |
msgstr "Virheilmoitus liitekentälle"
|
| 529 |
|
| 530 |
+
#: contact_form.php:738
|
| 531 |
+
#: contact_form.php:767
|
| 532 |
#, fuzzy
|
| 533 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 534 |
msgstr "Virheilmoitus liitekentälle"
|
| 535 |
|
| 536 |
+
#: contact_form.php:739
|
| 537 |
+
#: contact_form.php:768
|
| 538 |
#, fuzzy
|
| 539 |
msgid "Error message while moving the file for the Attachment field"
|
| 540 |
msgstr "Virheilmoitus liitekentälle"
|
| 541 |
|
| 542 |
+
#: contact_form.php:740
|
| 543 |
+
#: contact_form.php:769
|
| 544 |
#, fuzzy
|
| 545 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 546 |
msgstr "Virheilmoitus liitekentälle"
|
| 547 |
|
| 548 |
+
#: contact_form.php:741
|
| 549 |
+
#: contact_form.php:770
|
| 550 |
msgid "Error message for the Captcha field"
|
| 551 |
msgstr "Virheilmoitus CAPTCHA:lle"
|
| 552 |
|
| 553 |
+
#: contact_form.php:742
|
| 554 |
+
#: contact_form.php:771
|
| 555 |
msgid "Error message for the whole form"
|
| 556 |
msgstr "Virheilmoitus koko lomakkeelle"
|
| 557 |
|
| 558 |
+
#: contact_form.php:744
|
| 559 |
+
#: contact_form.php:773
|
| 560 |
+
#: contact_form.php:792
|
| 561 |
+
#: contact_form.php:798
|
| 562 |
msgid "Use shortcode"
|
| 563 |
msgstr "Käytä shortcodea"
|
| 564 |
|
| 565 |
+
#: contact_form.php:744
|
| 566 |
+
#: contact_form.php:773
|
| 567 |
+
#: contact_form.php:792
|
| 568 |
+
#: contact_form.php:798
|
| 569 |
msgid "for this language"
|
| 570 |
msgstr "tälle kielelle"
|
| 571 |
|
| 572 |
+
#: contact_form.php:780
|
| 573 |
msgid "Action after email is sent"
|
| 574 |
msgstr "Toiminta sähköpostin lähetyksen jälkeen"
|
| 575 |
|
| 576 |
+
#: contact_form.php:782
|
| 577 |
msgid "Display text"
|
| 578 |
msgstr "Näytä teksti"
|
| 579 |
|
| 580 |
+
#: contact_form.php:791
|
| 581 |
+
#: contact_form.php:797
|
| 582 |
msgid "Text"
|
| 583 |
msgstr "Teksti"
|
| 584 |
|
| 585 |
+
#: contact_form.php:804
|
| 586 |
msgid "Redirect to the page"
|
| 587 |
msgstr "Ohjaa sivulle"
|
| 588 |
|
| 589 |
+
#: contact_form.php:805
|
| 590 |
msgid "Url"
|
| 591 |
msgstr "Url"
|
| 592 |
|
| 593 |
+
#: contact_form.php:810
|
| 594 |
+
#: contact_form.php:987
|
| 595 |
msgid "Save Changes"
|
| 596 |
msgstr "Tallenna muutokset"
|
| 597 |
|
| 598 |
+
#: contact_form.php:827
|
| 599 |
#, fuzzy
|
| 600 |
msgid "Contact Form Pro | Extra Settings"
|
| 601 |
msgstr "Yhteydenottolomakeasetukset"
|
| 602 |
|
| 603 |
+
#: contact_form.php:841
|
| 604 |
msgid "Errors output"
|
| 605 |
msgstr ""
|
| 606 |
|
| 607 |
+
#: contact_form.php:844
|
| 608 |
msgid "Display error messages"
|
| 609 |
msgstr ""
|
| 610 |
|
| 611 |
+
#: contact_form.php:845
|
| 612 |
msgid "Color of the input field errors."
|
| 613 |
msgstr ""
|
| 614 |
|
| 615 |
+
#: contact_form.php:846
|
| 616 |
#, fuzzy
|
| 617 |
msgid "Display error messages & color of the input field errors"
|
| 618 |
msgstr "Virheilmoitus aihekentälle"
|
| 619 |
|
| 620 |
+
#: contact_form.php:851
|
| 621 |
msgid "Add placeholder to the input blocks"
|
| 622 |
msgstr ""
|
| 623 |
|
| 624 |
+
#: contact_form.php:857
|
| 625 |
#, fuzzy
|
| 626 |
msgid "Add tooltips"
|
| 627 |
msgstr "Lisäasetukset"
|
| 628 |
|
| 629 |
+
#: contact_form.php:871
|
| 630 |
#, fuzzy
|
| 631 |
msgid "Email address"
|
| 632 |
msgstr "Sähköposti"
|
| 633 |
|
| 634 |
+
#: contact_form.php:876
|
| 635 |
#, fuzzy
|
| 636 |
msgid "Phone Number"
|
| 637 |
msgstr "Puhelinnumero:"
|
| 638 |
|
| 639 |
+
#: contact_form.php:890
|
| 640 |
#, fuzzy
|
| 641 |
msgid "Attachment"
|
| 642 |
msgstr "Liite:"
|
| 643 |
|
| 644 |
+
#: contact_form.php:895
|
| 645 |
msgid "(powered by bestwebsoft.com)"
|
| 646 |
msgstr ""
|
| 647 |
|
| 648 |
+
#: contact_form.php:900
|
| 649 |
#, fuzzy
|
| 650 |
msgid "Style options"
|
| 651 |
msgstr "Lisäasetukset"
|
| 652 |
|
| 653 |
+
#: contact_form.php:903
|
| 654 |
msgid "Text color"
|
| 655 |
msgstr ""
|
| 656 |
|
| 657 |
+
#: contact_form.php:906
|
| 658 |
+
#: contact_form.php:911
|
| 659 |
+
#: contact_form.php:921
|
| 660 |
+
#: contact_form.php:926
|
| 661 |
+
#: contact_form.php:931
|
| 662 |
+
#: contact_form.php:936
|
| 663 |
+
#: contact_form.php:946
|
| 664 |
+
#: contact_form.php:951
|
| 665 |
+
#: contact_form.php:957
|
| 666 |
+
#: contact_form.php:968
|
| 667 |
+
#: contact_form.php:973
|
| 668 |
+
#: contact_form.php:978
|
| 669 |
msgid "Default"
|
| 670 |
msgstr ""
|
| 671 |
|
| 672 |
+
#: contact_form.php:908
|
| 673 |
msgid "Label text color"
|
| 674 |
msgstr ""
|
| 675 |
|
| 676 |
+
#: contact_form.php:913
|
| 677 |
msgid "Placeholder color"
|
| 678 |
msgstr ""
|
| 679 |
|
| 680 |
+
#: contact_form.php:918
|
| 681 |
msgid "Errors color"
|
| 682 |
msgstr ""
|
| 683 |
|
| 684 |
+
#: contact_form.php:923
|
| 685 |
msgid "Error text color"
|
| 686 |
msgstr ""
|
| 687 |
|
| 688 |
+
#: contact_form.php:928
|
| 689 |
msgid "Background color of the input field errors"
|
| 690 |
msgstr ""
|
| 691 |
|
| 692 |
+
#: contact_form.php:933
|
| 693 |
msgid "Border color of the input field errors"
|
| 694 |
msgstr ""
|
| 695 |
|
| 696 |
+
#: contact_form.php:938
|
| 697 |
msgid "Placeholder color of the input field errors"
|
| 698 |
msgstr ""
|
| 699 |
|
| 700 |
+
#: contact_form.php:943
|
| 701 |
msgid "Input fields"
|
| 702 |
msgstr ""
|
| 703 |
|
| 704 |
+
#: contact_form.php:948
|
| 705 |
msgid "Input fields background color"
|
| 706 |
msgstr ""
|
| 707 |
|
| 708 |
+
#: contact_form.php:953
|
| 709 |
msgid "Text fields color"
|
| 710 |
msgstr ""
|
| 711 |
|
| 712 |
+
#: contact_form.php:955
|
| 713 |
msgid "Border width in px, numbers only"
|
| 714 |
msgstr ""
|
| 715 |
|
| 716 |
+
#: contact_form.php:959
|
| 717 |
+
#: contact_form.php:980
|
| 718 |
msgid "Border color"
|
| 719 |
msgstr ""
|
| 720 |
|
| 721 |
+
#: contact_form.php:964
|
| 722 |
#, fuzzy
|
| 723 |
msgid "Submit button"
|
| 724 |
msgstr "Lähetä"
|
| 725 |
|
| 726 |
+
#: contact_form.php:966
|
| 727 |
msgid "Width in px, numbers only"
|
| 728 |
msgstr ""
|
| 729 |
|
| 730 |
+
#: contact_form.php:970
|
| 731 |
msgid "Button color"
|
| 732 |
msgstr ""
|
| 733 |
|
| 734 |
+
#: contact_form.php:975
|
| 735 |
msgid "Button text color"
|
| 736 |
msgstr ""
|
| 737 |
|
| 738 |
+
#: contact_form.php:991
|
| 739 |
#, fuzzy
|
| 740 |
msgid "Contact Form Pro | Preview"
|
| 741 |
msgstr "Yhteydenottolomake"
|
| 742 |
|
| 743 |
+
#: contact_form.php:994
|
| 744 |
msgid "Show with errors"
|
| 745 |
msgstr ""
|
| 746 |
|
| 747 |
+
#: contact_form.php:1002
|
| 748 |
+
#: contact_form.php:1004
|
| 749 |
msgid "Please enter your full name..."
|
| 750 |
msgstr ""
|
| 751 |
|
| 752 |
+
#: contact_form.php:1015
|
| 753 |
+
#: contact_form.php:1017
|
| 754 |
msgid "Please enter your address..."
|
| 755 |
msgstr ""
|
| 756 |
|
| 757 |
+
#: contact_form.php:1026
|
| 758 |
+
#: contact_form.php:1028
|
| 759 |
#, fuzzy
|
| 760 |
msgid "Please enter your email address..."
|
| 761 |
msgstr "Käytä tätä sähköpostiosoitetta:"
|
| 762 |
|
| 763 |
+
#: contact_form.php:1037
|
| 764 |
+
#: contact_form.php:1039
|
| 765 |
msgid "Please enter your phone number..."
|
| 766 |
msgstr ""
|
| 767 |
|
| 768 |
+
#: contact_form.php:1048
|
| 769 |
+
#: contact_form.php:1050
|
| 770 |
msgid "Please enter subject..."
|
| 771 |
msgstr ""
|
| 772 |
|
| 773 |
+
#: contact_form.php:1058
|
| 774 |
+
#: contact_form.php:1060
|
| 775 |
msgid "Please enter your message..."
|
| 776 |
msgstr ""
|
| 777 |
|
| 778 |
+
#: contact_form.php:1071
|
| 779 |
msgid "Supported file types: HTML, TXT, CSS, GIF, PNG, JPEG, JPG, TIFF, BMP, AI, EPS, PS, RTF, PDF, DOC, DOCX, XLS, ZIP, RAR, WAV, MP3, PPT. Max file size: 2MB"
|
| 780 |
msgstr ""
|
| 781 |
|
| 782 |
+
#: contact_form.php:1138
|
| 783 |
msgid "Sorry, email message could not be delivered."
|
| 784 |
msgstr "Anteeksi, sähköpostiviestiä ei voitu lähettää."
|
| 785 |
|
| 786 |
+
#: contact_form.php:1222
|
| 787 |
msgid "You can attach the following file formats"
|
| 788 |
msgstr "Voit liittää seuraavia tiedostomuotoja"
|
| 789 |
|
| 790 |
+
#: contact_form.php:1516
|
| 791 |
msgid "Contact from"
|
| 792 |
msgstr "Yhteydenottolomake"
|
| 793 |
|
| 794 |
+
#: contact_form.php:1529
|
| 795 |
msgid "Email"
|
| 796 |
msgstr "Sähköposti"
|
| 797 |
|
| 798 |
+
#: contact_form.php:1543
|
| 799 |
msgid "Site"
|
| 800 |
msgstr "Sivu"
|
| 801 |
|
| 802 |
+
#: contact_form.php:1606
|
| 803 |
msgid "If you can see this MIME, it means that the MIME type is not supported by your email client!"
|
| 804 |
msgstr "Jos näet tämän MIME:n, sen tyyppi ei ole tuettu sähköpostiohjelmassasi."
|
| 805 |
|
| 806 |
+
#: contact_form.php:1670
|
| 807 |
msgid "FAQ"
|
| 808 |
msgstr "FAQ"
|
| 809 |
|
| 810 |
+
#: contact_form.php:1671
|
| 811 |
msgid "Support"
|
| 812 |
msgstr "Tuki"
|
| 813 |
|
| 814 |
+
#: contact_form.php:1728
|
| 815 |
msgid "Are you sure that you want to delete this language data?"
|
| 816 |
msgstr "Oletko varma että haluat poistaa kielitiedot?"
|
| 817 |
|
languages/contact_form-fr_FR.mo
CHANGED
|
Binary file
|
languages/contact_form-fr_FR.po
CHANGED
|
@@ -2,8 +2,8 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: contact_form\n"
|
| 4 |
"Report-Msgid-Bugs-To: \n"
|
| 5 |
-
"POT-Creation-Date: 2013-11-
|
| 6 |
-
"PO-Revision-Date: 2013-11-
|
| 7 |
"Last-Translator: \n"
|
| 8 |
"Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
|
@@ -32,61 +32,61 @@ msgstr "Options supplémentaires de la version Pro pour le formulaire de Contact
|
|
| 32 |
|
| 33 |
#: contact_form.php:33
|
| 34 |
#: contact_form.php:553
|
| 35 |
-
#: contact_form.php:
|
| 36 |
msgid "Contact Form Pro"
|
| 37 |
msgstr "Formulaire Pro de Contact"
|
| 38 |
|
| 39 |
#: contact_form.php:74
|
| 40 |
-
#: contact_form.php:
|
| 41 |
-
#: contact_form.php:
|
| 42 |
msgid "Name:"
|
| 43 |
msgstr "Nom:"
|
| 44 |
|
| 45 |
#: contact_form.php:75
|
| 46 |
-
#: contact_form.php:
|
| 47 |
-
#: contact_form.php:
|
| 48 |
msgid "Address:"
|
| 49 |
msgstr "Adresse :"
|
| 50 |
|
| 51 |
#: contact_form.php:76
|
| 52 |
-
#: contact_form.php:
|
| 53 |
-
#: contact_form.php:
|
| 54 |
msgid "Email Address:"
|
| 55 |
msgstr "Adresse e-mail:"
|
| 56 |
|
| 57 |
#: contact_form.php:77
|
| 58 |
-
#: contact_form.php:
|
| 59 |
-
#: contact_form.php:
|
| 60 |
msgid "Phone number:"
|
| 61 |
msgstr "Téléphone:"
|
| 62 |
|
| 63 |
#: contact_form.php:78
|
| 64 |
-
#: contact_form.php:
|
| 65 |
-
#: contact_form.php:
|
| 66 |
msgid "Subject:"
|
| 67 |
msgstr "Sujet:"
|
| 68 |
|
| 69 |
#: contact_form.php:79
|
| 70 |
-
#: contact_form.php:
|
| 71 |
-
#: contact_form.php:
|
| 72 |
msgid "Message:"
|
| 73 |
msgstr "Message:"
|
| 74 |
|
| 75 |
#: contact_form.php:80
|
| 76 |
-
#: contact_form.php:
|
| 77 |
-
#: contact_form.php:
|
| 78 |
msgid "Attachment:"
|
| 79 |
msgstr "Pièce-jointe:"
|
| 80 |
|
| 81 |
#: contact_form.php:81
|
| 82 |
-
#: contact_form.php:
|
| 83 |
-
#: contact_form.php:
|
| 84 |
msgid "Send me a copy"
|
| 85 |
msgstr "M'envoyer une copie"
|
| 86 |
|
| 87 |
#: contact_form.php:82
|
| 88 |
-
#: contact_form.php:
|
| 89 |
-
#: contact_form.php:
|
| 90 |
msgid "Submit"
|
| 91 |
msgstr "Envoyer"
|
| 92 |
|
|
@@ -143,22 +143,20 @@ msgid "Thank you for contacting us."
|
|
| 143 |
msgstr "Merci de nous avoir contacté."
|
| 144 |
|
| 145 |
#: contact_form.php:188
|
| 146 |
-
#, fuzzy
|
| 147 |
msgid "requires"
|
| 148 |
-
msgstr "
|
| 149 |
|
| 150 |
#: contact_form.php:188
|
| 151 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
| 152 |
-
msgstr ""
|
| 153 |
|
| 154 |
#: contact_form.php:188
|
| 155 |
msgid "Back to the WordPress"
|
| 156 |
-
msgstr ""
|
| 157 |
|
| 158 |
#: contact_form.php:188
|
| 159 |
-
#, fuzzy
|
| 160 |
msgid "Plugins page"
|
| 161 |
-
msgstr "
|
| 162 |
|
| 163 |
#: contact_form.php:468
|
| 164 |
msgid "If the 'Redirect to page' option is selected then the URL field should be in the following format"
|
|
@@ -178,26 +176,26 @@ msgid "Settings saved."
|
|
| 178 |
msgstr "Options sauvegardées."
|
| 179 |
|
| 180 |
#: contact_form.php:516
|
| 181 |
-
#: contact_form.php:
|
| 182 |
-
#: contact_form.php:
|
| 183 |
-
#: contact_form.php:
|
| 184 |
msgid "Settings"
|
| 185 |
msgstr "Réglages"
|
| 186 |
|
| 187 |
#: contact_form.php:517
|
| 188 |
-
#: contact_form.php:
|
| 189 |
msgid "Extra settings"
|
| 190 |
msgstr "Options supplémentaires"
|
| 191 |
|
| 192 |
#: contact_form.php:522
|
| 193 |
-
#: contact_form.php:
|
| 194 |
msgid "If you would like to add the Contact Form to your website, just copy and paste this shortcode to your post or page or widget:"
|
| 195 |
msgstr "Si vous souhaiter ajouter un formulaire de contact à votre site web, copiez juste ce code dans un article ou sur une page ou un widget:"
|
| 196 |
|
| 197 |
#: contact_form.php:522
|
| 198 |
#: contact_form.php:523
|
| 199 |
-
#: contact_form.php:
|
| 200 |
-
#: contact_form.php:
|
| 201 |
msgid "or"
|
| 202 |
msgstr "ou"
|
| 203 |
|
|
@@ -235,547 +233,547 @@ msgstr "Choisir l'adresse e-mail qui sera utilisée pour recevoir les messages."
|
|
| 235 |
|
| 236 |
#: contact_form.php:549
|
| 237 |
msgid "Add department selectbox to the contact form:"
|
| 238 |
-
msgstr ""
|
| 239 |
|
| 240 |
#: contact_form.php:552
|
| 241 |
-
#: contact_form.php:
|
| 242 |
msgid "This functionality is available in the Pro version of the plugin. For more details, please follow the link"
|
| 243 |
msgstr "Cette fonctionalité est disponible dans le version Pro de cette extension. Pour plus de détails, merci de suivre ce lien"
|
| 244 |
|
| 245 |
#: contact_form.php:560
|
| 246 |
msgid "Save emails to the database"
|
| 247 |
-
msgstr ""
|
| 248 |
|
| 249 |
-
#: contact_form.php:
|
| 250 |
-
#: contact_form.php:
|
| 251 |
-
#: contact_form.php:
|
| 252 |
msgid "Using Contact Form to DB powered by"
|
| 253 |
-
msgstr ""
|
| 254 |
|
| 255 |
-
#: contact_form.php:
|
| 256 |
-
#, fuzzy
|
| 257 |
msgid "Activate Contact Form to DB"
|
| 258 |
-
msgstr "
|
| 259 |
|
| 260 |
-
#: contact_form.php:
|
| 261 |
-
#, fuzzy
|
| 262 |
msgid "Download Contact Form to DB"
|
| 263 |
-
msgstr "
|
| 264 |
|
| 265 |
-
#: contact_form.php:
|
| 266 |
msgid "Additional options"
|
| 267 |
msgstr "Options supplémentaires"
|
| 268 |
|
| 269 |
-
#: contact_form.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 270 |
msgid "What to use?"
|
| 271 |
msgstr "Quelle méthode d'envoie ?"
|
| 272 |
|
| 273 |
-
#: contact_form.php:
|
| 274 |
msgid "Wp-mail"
|
| 275 |
msgstr "Wp-mail"
|
| 276 |
|
| 277 |
-
#: contact_form.php:
|
| 278 |
msgid "You can use the wp_mail function for mailing"
|
| 279 |
msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction wp_mail de wordpress"
|
| 280 |
|
| 281 |
-
#: contact_form.php:
|
| 282 |
msgid "Mail"
|
| 283 |
msgstr "E-mail"
|
| 284 |
|
| 285 |
-
#: contact_form.php:
|
| 286 |
msgid "To send mail you can use the php mail function"
|
| 287 |
msgstr "Pour envoyer l'e-mail, vous pouvez utiliser la fonction mail de php"
|
| 288 |
|
| 289 |
-
#: contact_form.php:
|
| 290 |
-
#, fuzzy
|
| 291 |
msgid "The text in the 'From' field"
|
| 292 |
msgstr "Modifier le texte pour le champ 'FROM' du courriel"
|
| 293 |
|
| 294 |
-
#: contact_form.php:
|
| 295 |
-
#, fuzzy
|
| 296 |
msgid "User name"
|
| 297 |
-
msgstr "
|
| 298 |
|
| 299 |
-
#: contact_form.php:
|
| 300 |
-
#, fuzzy
|
| 301 |
msgid "The name of the user who fills the form will be used in the field 'From'."
|
| 302 |
msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
|
| 303 |
|
| 304 |
-
#: contact_form.php:
|
| 305 |
-
#, fuzzy
|
| 306 |
msgid "This text will be used in the 'FROM' field"
|
| 307 |
msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
|
| 308 |
|
| 309 |
-
#: contact_form.php:
|
| 310 |
-
#, fuzzy
|
| 311 |
msgid "The email address in the 'From' field"
|
| 312 |
msgstr "Sélectionner l'adresse e-mail pour le champ 'FROM' du courriel"
|
| 313 |
|
| 314 |
-
#: contact_form.php:
|
| 315 |
msgid "User email"
|
| 316 |
msgstr "E-mail de l'utlisateur"
|
| 317 |
|
| 318 |
-
#: contact_form.php:
|
| 319 |
msgid "The email address of the user who fills the form will be used in the field 'From'."
|
| 320 |
msgstr "Dans le champ 'From' du courriel, il sera utilisé l'adresse e-mail de l'utlisateur qui rempli le formulaire."
|
| 321 |
|
| 322 |
-
#: contact_form.php:
|
| 323 |
msgid "This email address will be used in the 'From' field."
|
| 324 |
msgstr "Dans le champ 'FROM', cette adresse e-mail sera utilisée."
|
| 325 |
|
| 326 |
-
#: contact_form.php:
|
| 327 |
msgid "Display fields"
|
| 328 |
msgstr "Afficher le texte"
|
| 329 |
|
| 330 |
-
#: contact_form.php:
|
| 331 |
-
#: contact_form.php:
|
| 332 |
-
#: contact_form.php:
|
| 333 |
-
#: contact_form.php:
|
| 334 |
msgid "Address"
|
| 335 |
msgstr "Adresse"
|
| 336 |
|
| 337 |
-
#: contact_form.php:
|
| 338 |
-
#: contact_form.php:
|
| 339 |
-
#: contact_form.php:
|
| 340 |
msgid "Phone"
|
| 341 |
msgstr "Téléphone"
|
| 342 |
|
| 343 |
-
#: contact_form.php:
|
| 344 |
msgid "Attachment block"
|
| 345 |
msgstr "Bloc pièce-jointe"
|
| 346 |
|
| 347 |
-
#: contact_form.php:
|
| 348 |
msgid "Users can attach the following file formats"
|
| 349 |
msgstr "Les utilisateurs peuvent joindre des documents des types suivants"
|
| 350 |
|
| 351 |
-
#: contact_form.php:626
|
| 352 |
#: contact_form.php:629
|
| 353 |
-
#: contact_form.php:
|
| 354 |
-
#: contact_form.php:
|
|
|
|
| 355 |
msgid "Captcha"
|
| 356 |
msgstr "Captcha"
|
| 357 |
|
| 358 |
-
#: contact_form.php:626
|
| 359 |
#: contact_form.php:629
|
| 360 |
-
#: contact_form.php:
|
|
|
|
| 361 |
msgid "powered by"
|
| 362 |
-
msgstr "
|
| 363 |
|
| 364 |
-
#: contact_form.php:
|
| 365 |
msgid "Activate captcha"
|
| 366 |
msgstr "Activé le captcha"
|
| 367 |
|
| 368 |
-
#: contact_form.php:
|
| 369 |
msgid "Download captcha"
|
| 370 |
msgstr "Télécharger le captcha"
|
| 371 |
|
| 372 |
-
#: contact_form.php:
|
| 373 |
msgid "Display tips below the Attachment block"
|
| 374 |
msgstr "Afficher les explications après le bloc des pièces jointes"
|
| 375 |
|
| 376 |
-
#: contact_form.php:
|
| 377 |
msgid "Delete an attachment file from the server after the email is sent"
|
| 378 |
msgstr "Supprimer un fichier joint sur le serveur après l'envoie de l'e-mail"
|
| 379 |
|
| 380 |
-
#: contact_form.php:
|
| 381 |
msgid "Display 'Send me a copy' block"
|
| 382 |
msgstr "Afficher le bloc \"S'envoyer une copie\""
|
| 383 |
|
| 384 |
-
#: contact_form.php:
|
| 385 |
msgid "Required fields"
|
| 386 |
msgstr "Champs obligatoires"
|
| 387 |
|
| 388 |
-
#: contact_form.php:
|
| 389 |
-
#: contact_form.php:
|
| 390 |
-
#: contact_form.php:
|
| 391 |
msgid "Name"
|
| 392 |
msgstr "Nom"
|
| 393 |
|
| 394 |
-
#: contact_form.php:
|
| 395 |
msgid "Email Address"
|
| 396 |
msgstr "Adresse e-mail"
|
| 397 |
|
| 398 |
-
#: contact_form.php:
|
| 399 |
-
#: contact_form.php:
|
| 400 |
-
#: contact_form.php:
|
| 401 |
msgid "Subject"
|
| 402 |
msgstr "Sujet"
|
| 403 |
|
| 404 |
-
#: contact_form.php:
|
| 405 |
-
#: contact_form.php:
|
| 406 |
-
#: contact_form.php:
|
| 407 |
msgid "Message"
|
| 408 |
msgstr "Message"
|
| 409 |
|
| 410 |
-
#: contact_form.php:
|
| 411 |
-
#, fuzzy
|
| 412 |
msgid "Display the asterisk near required fields"
|
| 413 |
-
msgstr "Afficher
|
| 414 |
|
| 415 |
-
#: contact_form.php:
|
| 416 |
msgid "Display additional info in the email"
|
| 417 |
msgstr "Afficher les informations complémentaires dans le courriel"
|
| 418 |
|
| 419 |
-
#: contact_form.php:
|
| 420 |
-
#: contact_form.php:
|
| 421 |
msgid "Sent from (ip address)"
|
| 422 |
msgstr "Envoyé de (adresse IP)"
|
| 423 |
|
| 424 |
-
#: contact_form.php:
|
| 425 |
msgid "Example: Sent from (IP address):\t127.0.0.1"
|
| 426 |
msgstr "Exemple: Envoyé de (addresse IP):\t127.0.0.1"
|
| 427 |
|
| 428 |
-
#: contact_form.php:
|
| 429 |
-
#: contact_form.php:
|
| 430 |
msgid "Date/Time"
|
| 431 |
msgstr "Date/Heure"
|
| 432 |
|
| 433 |
-
#: contact_form.php:
|
| 434 |
msgid "Example: Date/Time:\tAugust 19, 2013 8:50 pm"
|
| 435 |
msgstr "Exemple: Date/Heure:\tAoût 19, 2013 8:50pm"
|
| 436 |
|
| 437 |
-
#: contact_form.php:
|
| 438 |
-
#: contact_form.php:
|
| 439 |
msgid "Sent from (referer)"
|
| 440 |
msgstr "Envoyer de (référence)"
|
| 441 |
|
| 442 |
-
#: contact_form.php:
|
| 443 |
msgid "Example: Sent from (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 444 |
msgstr "Exemple: Envoyer de (referer):\thttp://bestwebsoft.com/contacts/contact-us/"
|
| 445 |
|
| 446 |
-
#: contact_form.php:
|
| 447 |
-
#: contact_form.php:
|
| 448 |
msgid "Using (user agent)"
|
| 449 |
msgstr "Depuis (navigateur)"
|
| 450 |
|
| 451 |
-
#: contact_form.php:
|
| 452 |
msgid "Example: Using (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 453 |
msgstr "Exemple: En utilisant (user agent):\tMozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"
|
| 454 |
|
| 455 |
-
#: contact_form.php:
|
| 456 |
msgid "Language settings for the field names in the form"
|
| 457 |
msgstr "Définition des langues pour les titres des champs"
|
| 458 |
|
| 459 |
-
#: contact_form.php:
|
| 460 |
msgid "Add a language"
|
| 461 |
msgstr "Ajouter une langue"
|
| 462 |
|
| 463 |
-
#: contact_form.php:
|
| 464 |
msgid "Change the names of the contact form fields and error messages"
|
| 465 |
msgstr "Modifier le texte pour les champs du formulaire de contact et les messages d'erreur"
|
| 466 |
|
| 467 |
-
#: contact_form.php:
|
| 468 |
-
#: contact_form.php:
|
| 469 |
msgid "English"
|
| 470 |
msgstr "Anglais"
|
| 471 |
|
| 472 |
-
#: contact_form.php:
|
| 473 |
-
#: contact_form.php:
|
| 474 |
msgid "Error message for the Name field"
|
| 475 |
msgstr "Message d'erreur pour le champ nom"
|
| 476 |
|
| 477 |
-
#: contact_form.php:
|
| 478 |
-
#: contact_form.php:
|
| 479 |
msgid "Error message for the Address field"
|
| 480 |
msgstr "Message d'erreur pour le champ Adresse"
|
| 481 |
|
| 482 |
-
#: contact_form.php:
|
| 483 |
-
#: contact_form.php:
|
| 484 |
msgid "Error message for the Email field"
|
| 485 |
msgstr "Message d'erreur pour le champ e-mail"
|
| 486 |
|
| 487 |
-
#: contact_form.php:
|
| 488 |
-
#: contact_form.php:
|
| 489 |
msgid "Error message for the Phone field"
|
| 490 |
msgstr "Message d'erreur pour le champ téléphone"
|
| 491 |
|
| 492 |
-
#: contact_form.php:
|
| 493 |
-
#: contact_form.php:
|
| 494 |
msgid "Error message for the Subject field"
|
| 495 |
msgstr "Message d'erreur pour le champ sujet"
|
| 496 |
|
| 497 |
-
#: contact_form.php:
|
| 498 |
-
#: contact_form.php:
|
| 499 |
msgid "Error message for the Message field"
|
| 500 |
msgstr "Message d'erreur pour le champ message"
|
| 501 |
|
| 502 |
-
#: contact_form.php:
|
| 503 |
-
#: contact_form.php:
|
| 504 |
msgid "Error message about the file type for the Attachment field"
|
| 505 |
msgstr "Message d'erreur pour le champ fichier joint (type du fichier)"
|
| 506 |
|
| 507 |
-
#: contact_form.php:
|
| 508 |
-
#: contact_form.php:
|
| 509 |
msgid "Error message while uploading a file for the Attachment field to the server"
|
| 510 |
msgstr "Message d'erreur pour le champ fichier joint (problème d'envoie vers le serveur)"
|
| 511 |
|
| 512 |
-
#: contact_form.php:
|
| 513 |
-
#: contact_form.php:
|
| 514 |
msgid "Error message while moving the file for the Attachment field"
|
| 515 |
msgstr "Message d'erreur pour le champ fichier joint (déplacement du fichier)"
|
| 516 |
|
| 517 |
-
#: contact_form.php:
|
| 518 |
-
#: contact_form.php:
|
| 519 |
msgid "Error message when file size limit for the Attachment field is exceeded"
|
| 520 |
msgstr "Message d'erreur pour le champ fichier joint (taille limite du fichier atteinte)"
|
| 521 |
|
| 522 |
-
#: contact_form.php:
|
| 523 |
-
#: contact_form.php:
|
| 524 |
msgid "Error message for the Captcha field"
|
| 525 |
msgstr "Message d'erreur pour le captcha"
|
| 526 |
|
| 527 |
-
#: contact_form.php:
|
| 528 |
-
#: contact_form.php:
|
| 529 |
msgid "Error message for the whole form"
|
| 530 |
msgstr "Message d'erreur demandant à compléter les champs manquants"
|
| 531 |
|
| 532 |
-
#: contact_form.php:
|
| 533 |
-
#: contact_form.php:
|
| 534 |
-
#: contact_form.php:
|
| 535 |
-
#: contact_form.php:
|
| 536 |
msgid "Use shortcode"
|
| 537 |
msgstr "Utiliser le code court"
|
| 538 |
|
| 539 |
-
#: contact_form.php:
|
| 540 |
-
#: contact_form.php:
|
| 541 |
-
#: contact_form.php:
|
| 542 |
-
#: contact_form.php:
|
| 543 |
msgid "for this language"
|
| 544 |
msgstr "pour cette langue"
|
| 545 |
|
| 546 |
-
#: contact_form.php:
|
| 547 |
msgid "Action after email is sent"
|
| 548 |
msgstr "Action après l'envoie de l'e-mail"
|
| 549 |
|
| 550 |
-
#: contact_form.php:
|
| 551 |
msgid "Display text"
|
| 552 |
msgstr "Afficher le texte"
|
| 553 |
|
| 554 |
-
#: contact_form.php:
|
| 555 |
-
#: contact_form.php:
|
| 556 |
msgid "Text"
|
| 557 |
msgstr "Texte"
|
| 558 |
|
| 559 |
-
#: contact_form.php:
|
| 560 |
msgid "Redirect to the page"
|
| 561 |
msgstr "Rediriger vers la page"
|
| 562 |
|
| 563 |
-
#: contact_form.php:
|
| 564 |
msgid "Url"
|
| 565 |
msgstr "Url"
|
| 566 |
|
| 567 |
-
#: contact_form.php:
|
| 568 |
-
#: contact_form.php:
|
| 569 |
msgid "Save Changes"
|
| 570 |
msgstr "Sauvegarder les modifications"
|
| 571 |
|
| 572 |
-
#: contact_form.php:
|
| 573 |
msgid "Contact Form Pro | Extra Settings"
|
| 574 |
msgstr "Formulaire Pro de Contact | Options supplémentaires"
|
| 575 |
|
| 576 |
-
#: contact_form.php:
|
| 577 |
msgid "Errors output"
|
| 578 |
msgstr "Affichage des erreurs"
|
| 579 |
|
| 580 |
-
#: contact_form.php:
|
| 581 |
msgid "Display error messages"
|
| 582 |
msgstr "Aficher les messages d'erreur"
|
| 583 |
|
| 584 |
-
#: contact_form.php:
|
| 585 |
msgid "Color of the input field errors."
|
| 586 |
msgstr "Mettre en couleur les champs ayant des erreurs"
|
| 587 |
|
| 588 |
-
#: contact_form.php:
|
| 589 |
msgid "Display error messages & color of the input field errors"
|
| 590 |
msgstr "Afficher les messages d'erreur et mettre en couleur les champs ayant des erreurs"
|
| 591 |
|
| 592 |
-
#: contact_form.php:
|
| 593 |
msgid "Add placeholder to the input blocks"
|
| 594 |
msgstr "Ajouter la localisation dans le bloc de saisie"
|
| 595 |
|
| 596 |
-
#: contact_form.php:
|
| 597 |
msgid "Add tooltips"
|
| 598 |
msgstr "Ajouter les conseils"
|
| 599 |
|
| 600 |
-
#: contact_form.php:
|
| 601 |
msgid "Email address"
|
| 602 |
msgstr "Adresse e-mail"
|
| 603 |
|
| 604 |
-
#: contact_form.php:
|
| 605 |
msgid "Phone Number"
|
| 606 |
msgstr "Téléphone"
|
| 607 |
|
| 608 |
-
#: contact_form.php:
|
| 609 |
msgid "Attachment"
|
| 610 |
msgstr "Pièce-jointe"
|
| 611 |
|
| 612 |
-
#: contact_form.php:
|
| 613 |
msgid "(powered by bestwebsoft.com)"
|
| 614 |
msgstr "(fourni par bestwebsoft.com)"
|
| 615 |
|
| 616 |
-
#: contact_form.php:
|
| 617 |
msgid "Style options"
|
| 618 |
msgstr "Options de style"
|
| 619 |
|
| 620 |
-
#: contact_form.php:
|
| 621 |
msgid "Text color"
|
| 622 |
msgstr "Couleur du texte"
|
| 623 |
|
| 624 |
-
#: contact_form.php:
|
| 625 |
-
#: contact_form.php:
|
| 626 |
-
#: contact_form.php:
|
| 627 |
-
#: contact_form.php:
|
| 628 |
-
#: contact_form.php:
|
| 629 |
-
#: contact_form.php:
|
| 630 |
-
#: contact_form.php:
|
| 631 |
-
#: contact_form.php:
|
| 632 |
-
#: contact_form.php:
|
| 633 |
-
#: contact_form.php:
|
| 634 |
-
#: contact_form.php:
|
| 635 |
-
#: contact_form.php:
|
| 636 |
msgid "Default"
|
| 637 |
msgstr "Défaut"
|
| 638 |
|
| 639 |
-
#: contact_form.php:
|
| 640 |
msgid "Label text color"
|
| 641 |
msgstr "Couleur des textes des intitulés"
|
| 642 |
|
| 643 |
-
#: contact_form.php:
|
| 644 |
msgid "Placeholder color"
|
| 645 |
msgstr "Couleur pour la localisation"
|
| 646 |
|
| 647 |
-
#: contact_form.php:
|
| 648 |
msgid "Errors color"
|
| 649 |
msgstr "Couleur pour les erreurs"
|
| 650 |
|
| 651 |
-
#: contact_form.php:
|
| 652 |
msgid "Error text color"
|
| 653 |
msgstr "Couleur pour le texte des erreurs"
|
| 654 |
|
| 655 |
-
#: contact_form.php:
|
| 656 |
msgid "Background color of the input field errors"
|
| 657 |
msgstr "Couleur de fond pour les erreurs de saisie dans les champs"
|
| 658 |
|
| 659 |
-
#: contact_form.php:
|
| 660 |
msgid "Border color of the input field errors"
|
| 661 |
msgstr "Couleur de la bordure pour les erreurs de saisie dans les champs"
|
| 662 |
|
| 663 |
-
#: contact_form.php:
|
| 664 |
msgid "Placeholder color of the input field errors"
|
| 665 |
msgstr "Couleur pour la localisation lors d'une erreur de saisie du champ"
|
| 666 |
|
| 667 |
-
#: contact_form.php:
|
| 668 |
msgid "Input fields"
|
| 669 |
msgstr "Champs de saisie"
|
| 670 |
|
| 671 |
-
#: contact_form.php:
|
| 672 |
msgid "Input fields background color"
|
| 673 |
msgstr "Couleur de fond pour les champs de saisie"
|
| 674 |
|
| 675 |
-
#: contact_form.php:
|
| 676 |
msgid "Text fields color"
|
| 677 |
msgstr "Couleur pour les textes des champs de saisie"
|
| 678 |
|
| 679 |
-
#: contact_form.php:
|
| 680 |
msgid "Border width in px, numbers only"
|
| 681 |
msgstr "Largeur des bordures en px, nombre seulement"
|
| 682 |
|
| 683 |
-
#: contact_form.php:
|
| 684 |
-
#: contact_form.php:
|
| 685 |
msgid "Border color"
|
| 686 |
msgstr "Couleur des bordures"
|
| 687 |
|
| 688 |
-
#: contact_form.php:
|
| 689 |
msgid "Submit button"
|
| 690 |
msgstr "Bouton Envoyer"
|
| 691 |
|
| 692 |
-
#: contact_form.php:
|
| 693 |
msgid "Width in px, numbers only"
|
| 694 |
msgstr "Largeur en px, nombre seulement"
|
| 695 |
|
| 696 |
-
#: contact_form.php:
|
| 697 |
msgid "Button color"
|
| 698 |
msgstr "Couleur du bouton"
|
| 699 |
|
| 700 |
-
#: contact_form.php:
|
| 701 |
msgid "Button text color"
|
| 702 |
msgstr "Couleur du texte du bouton"
|
| 703 |
|
| 704 |
-
#: contact_form.php:
|
| 705 |
msgid "Contact Form Pro | Preview"
|
| 706 |
msgstr "Formulaire Pro de Contact | Prévisualisation"
|
| 707 |
|
| 708 |
-
#: contact_form.php:
|
| 709 |
msgid "Show with errors"
|
| 710 |
msgstr "Afficher avec les erreurs"
|
| 711 |
|
| 712 |
-
#: contact_form.php:
|
| 713 |
-
#: contact_form.php:
|
| 714 |
msgid "Please enter your full name..."
|
| 715 |
msgstr "Merci de saisir votre nom..."
|
| 716 |
|
| 717 |
-
#: contact_form.php:
|
| 718 |
-
#: contact_form.php:
|
| 719 |
msgid "Please enter your address..."
|
| 720 |
msgstr "Merci de saisir votre adresse..."
|
| 721 |
|
| 722 |
-
#: contact_form.php:
|
| 723 |
-
#: contact_form.php:
|
| 724 |
msgid "Please enter your email address..."
|
| 725 |
msgstr "Merci de saisir votre adresse e-mail..."
|
| 726 |
|
| 727 |
-
#: contact_form.php:
|
| 728 |
-
#: contact_form.php:
|
| 729 |
msgid "Please enter your phone number..."
|
| 730 |
msgstr "Merci de saisir votre numéro de téléphone..."
|
| 731 |
|
| 732 |
-
#: contact_form.php:
|
| 733 |
-
#: contact_form.php:
|
| 734 |
msgid "Please enter subject..."
|
| 735 |
