172067f8928c564c258d7d10dd853fdfc964de79
[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 http://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' => 'Sender’s address configuration', # MODIF
15 'configuration_facteur' => 'Postman',
16 'configuration_mailer' => 'Mailer’s configuration', # MODIF
17 'configuration_smtp' => 'Choose your mailer',
18 'configuration_smtp_descriptif' => 'If you’re not sure about the settings, leave them set to "PHP mail".',
19 'corps_email_de_test' => 'This is a test email',
20
21 // E
22 'email_envoye_par' => 'Sent by @site@',
23 '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.',
24 'erreur' => 'Error',
25 'erreur_dans_log' => ': check the log file for more details',
26 'erreur_generale' => 'There are one or more configuration errors. Please check the contents of the form.',
27 'erreur_invalid_host' => 'This host name is not valid',
28 'erreur_invalid_port' => 'This port number is not valid',
29
30 // F
31 'facteur_adresse_envoi_email' => 'Email:',
32 'facteur_adresse_envoi_nom' => 'Name:',
33 'facteur_bcc' => 'Blind Carbon Copy (BCC):',
34 'facteur_cc' => 'Carbon Copy (CC):',
35 'facteur_copies' => 'Copies:', # MODIF
36 'facteur_copies_descriptif' => 'An email will be sent to specified adresses. One Carbon Copy and/or one Blind Carbon Copy.',
37 'facteur_filtre_accents' => 'Transform accents into their html entities (useful for Hotmail).',
38 '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.',
39 'facteur_filtre_images' => 'Embed images referenced in emails',
40 'facteur_filtre_iso_8859' => 'Convert to ISO-8859-1',
41 'facteur_filtres' => 'Filters',
42 'facteur_filtres_descriptif' => 'Some filters can be applied before sending an email.',
43 'facteur_smtp_auth' => 'Requires authentication:',
44 'facteur_smtp_auth_non' => 'no',
45 'facteur_smtp_auth_oui' => 'yes',
46 'facteur_smtp_host' => 'Host:',
47 'facteur_smtp_password' => 'Password:',
48 'facteur_smtp_port' => 'Port:',
49 'facteur_smtp_secure' => 'Secure:',
50 'facteur_smtp_secure_non' => 'no',
51 'facteur_smtp_secure_ssl' => 'SSL (depreciated)',
52 'facteur_smtp_secure_tls' => 'TLS (recommended)',
53 'facteur_smtp_sender' => 'Return-Path (optional)', # MODIF
54 'facteur_smtp_sender_descriptif' => 'Define the Return-Path in the mail header, useful for error feedback, also in SMTP mode it defines the sender’s email.', # MODIF
55 'facteur_smtp_username' => 'Username:',
56
57 // M
58 'message_identite_email' => 'The configuration of the plugin "factor" preset this email address for sending emails.',
59
60 // N
61 'note_test_configuration' => 'A test email will be sent to the "sender".', # MODIF
62
63 // P
64 'personnaliser' => 'Customize',
65
66 // T
67 'tester' => 'Test',
68 'tester_la_configuration' => 'Test the config',
69
70 // U
71 'utiliser_mail' => 'Use mail function from PHP',
72 'utiliser_reglages_site' => 'Use the site’s settings: the email address is the webmaster’s one and the name of the website is the name of the sender', # MODIF
73 'utiliser_smtp' => 'Use SMTP',
74
75 // V
76 'valider' => 'Submit',
77 'version_html' => 'HTML version.',
78 'version_texte' => 'Text version.'
79 );