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