cbfdfef12b375230c10bb2a53c084fa7854f4e0f
[lhc/web/www.git] / www / plugins / facteur / lang / facteur_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de https://trad.spip.net/tradlang_module/facteur?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // C
13 'config_info_enregistree' => 'Postman’s configuration is now saved',
14 'configuration_adresse_envoi' => 'Default sending address',
15 'configuration_facteur' => 'Postman',
16 'configuration_facteur_smtp_tls_allow_self_signed' => 'SSL certificate validation',
17 'configuration_mailer' => 'Sending method',
18 'configuration_smtp' => 'Choose your mailer',
19 'configuration_smtp_descriptif' => 'If you’re not sure about the settings, leave them set to "PHP mail".',
20 'corps_email_de_test' => 'This is a test email',
21
22 // E
23 'email_envoye_par' => 'Sent by @site@',
24 'email_test_envoye' => 'The test email was successfully sent. If you do not receive it correctly, check the configuration of your server or contact a server administrator.',
25 'erreur' => 'Error',
26 'erreur_dans_log' => ': check the log file for more details',
27 'erreur_generale' => 'There are one or more configuration errors. Please check the contents of the form.',
28 'erreur_invalid_host' => 'This host name is not valid',
29 'erreur_invalid_port' => 'This port number is not valid',
30
31 // F
32 'facteur_adresse_envoi_email' => 'Email:',
33 'facteur_adresse_envoi_nom' => 'Name:',
34 'facteur_bcc' => 'Blind Carbon Copy (BCC):',
35 'facteur_cc' => 'Carbon Copy (CC):',
36 'facteur_copies' => 'Copies',
37 'facteur_copies_descriptif' => 'An email will be sent to specified adresses. One Carbon Copy and/or one Blind Carbon Copy.',
38 'facteur_email_test' => 'Send a test email to:',
39 'facteur_filtre_accents' => 'Transform accents into their html entities (useful for Hotmail).',
40 'facteur_filtre_css' => 'Transform styles present between &lt;head&gt; and &lt;/head&gt; into inline styles, useful for webmails because inline styles overwrite external styles.',
41 'facteur_filtre_images' => 'Embed images referenced in emails',
42 'facteur_filtre_iso_8859' => 'Convert to ISO-8859-1',
43 'facteur_filtres' => 'Filters',
44 'facteur_filtres_descriptif' => 'Some filters can be applied before sending an email.',
45 'facteur_smtp_auth' => 'Requires authentication:',
46 'facteur_smtp_auth_non' => 'no',
47 'facteur_smtp_auth_oui' => 'yes',
48 'facteur_smtp_host' => 'Host:',
49 'facteur_smtp_password' => 'Password:',
50 'facteur_smtp_port' => 'Port:',
51 'facteur_smtp_secure' => 'Secure:',
52 'facteur_smtp_secure_non' => 'no',
53 'facteur_smtp_secure_ssl' => 'SSL (depreciated)',
54 'facteur_smtp_secure_tls' => 'TLS (recommended)',
55 'facteur_smtp_sender' => 'Return-Path (optional)',
56 'facteur_smtp_sender_descriptif' => 'Define the Return-Path in the mail header, useful for error feedback.',
57 'facteur_smtp_tls_allow_self_signed_non' => 'the SSL certificate of the SMTP server is issued by a Certificate Authority (recommended).',
58 'facteur_smtp_tls_allow_self_signed_oui' => 'the SSL certificate of the SMTP server is self-signed.',
59 'facteur_smtp_username' => 'Username:',
60
61 // L
62 'label_facteur_forcer_from' => 'Force this sending address when <tt>From</tt> is not on the same domain',
63
64 // M
65 'message_identite_email' => 'The configuration of the plugin "factor" preset this email address for sending emails.',
66
67 // N
68 'note_test_configuration' => 'A test email will be sent to this address.',
69
70 // P
71 'personnaliser' => 'Customize',
72
73 // T
74 'tester' => 'Test',
75 'tester_la_configuration' => 'Test the config',
76
77 // U
78 'utiliser_mail' => 'Use mail function from PHP',
79 'utiliser_reglages_site' => 'Use the SPIP site’s settings: <br /><tt>@from@</tt>',
80 'utiliser_smtp' => 'Use SMTP',
81
82 // V
83 'valider' => 'Submit',
84 'version_html' => 'HTML version.',
85 'version_texte' => 'Text version.'
86 );