[PLUGINS] +set de base
[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')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // Z
11 'Z' => 'ZZzZZzzz',
12
13 // C
14 'config_info_enregistree' => 'Postman\'s configuration is now saved',
15 'configuration_adresse_envoi' => 'Sender\'s address configuration',
16 'configuration_facteur' => 'Postman',
17 'configuration_mailer' => 'Mailer\'s configuration',
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_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:',
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',
52 'facteur_smtp_secure_tls' => 'TLS',
53 'facteur_smtp_sender' => 'Return-Path (optional)',
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.',
55 'facteur_smtp_username' => 'Username:',
56
57 // N
58 'note_test_configuration' => 'A test email will be sent to the "sender".',
59
60 // P
61 'personnaliser' => 'Customize',
62
63 // T
64 'tester' => 'Test',
65 'tester_la_configuration' => 'Test the config',
66
67 // U
68 'utiliser_mail' => 'Use mail function from PHP',
69 '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',
70 'utiliser_smtp' => 'Use SMTP',
71
72 // V
73 'valider' => 'Submit',
74 'version_html' => 'HTML version.',
75 'version_texte' => 'Text version.'
76 );
77
78 ?>