X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins%2Ffacteur%2Flang%2Ffacteur_en.php;fp=www%2Fplugins%2Ffacteur%2Flang%2Ffacteur_en.php;h=3c9c75a1a60bbc8e6def98cd496f606c00924fbe;hp=0000000000000000000000000000000000000000;hb=a463177039939e8c9294e065d7505f8de95d48c2;hpb=5be150361b3c836d9206941ba43f862df11466db diff --git a/www/plugins/facteur/lang/facteur_en.php b/www/plugins/facteur/lang/facteur_en.php new file mode 100755 index 0000000..3c9c75a --- /dev/null +++ b/www/plugins/facteur/lang/facteur_en.php @@ -0,0 +1,79 @@ + 'Postman’s configuration is now saved', + 'configuration_adresse_envoi' => 'Sender’s address configuration', + 'configuration_facteur' => 'Postman', + 'configuration_mailer' => 'Mailer’s configuration', + 'configuration_smtp' => 'Choose your mailer', + 'configuration_smtp_descriptif' => 'If you’re not sure about the settings, leave them set to "PHP mail".', + 'corps_email_de_test' => 'This is a test email', + + // E + 'email_envoye_par' => 'Sent by @site@', + '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.', + 'erreur' => 'Error', + 'erreur_dans_log' => ': check the log file for more details', + 'erreur_generale' => 'There are one or more configuration errors. Please check the contents of the form.', + 'erreur_invalid_host' => 'This host name is not valid', + 'erreur_invalid_port' => 'This port number is not valid', + + // F + 'facteur_adresse_envoi_email' => 'Email:', + 'facteur_adresse_envoi_nom' => 'Name:', + 'facteur_bcc' => 'Blind Carbon Copy (BCC):', + 'facteur_cc' => 'Carbon Copy (CC):', + 'facteur_copies' => 'Copies:', + 'facteur_copies_descriptif' => 'An email will be sent to specified adresses. One Carbon Copy and/or one Blind Carbon Copy.', + 'facteur_filtre_accents' => 'Transform accents into their html entities (useful for Hotmail).', + 'facteur_filtre_css' => 'Transform styles present between <head> and </head> into inline styles, useful for webmails because inline styles overwrite external styles.', + 'facteur_filtre_images' => 'Embed images referenced in emails', + 'facteur_filtre_iso_8859' => 'Convert to ISO-8859-1', + 'facteur_filtres' => 'Filters', + 'facteur_filtres_descriptif' => 'Some filters can be applied before sending an email.', + 'facteur_smtp_auth' => 'Requires authentication:', + 'facteur_smtp_auth_non' => 'no', + 'facteur_smtp_auth_oui' => 'yes', + 'facteur_smtp_host' => 'Host:', + 'facteur_smtp_password' => 'Password:', + 'facteur_smtp_port' => 'Port:', + 'facteur_smtp_secure' => 'Secure:', + 'facteur_smtp_secure_non' => 'no', + 'facteur_smtp_secure_ssl' => 'SSL', + 'facteur_smtp_secure_tls' => 'TLS', + 'facteur_smtp_sender' => 'Return-Path (optional)', + '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.', + 'facteur_smtp_username' => 'Username:', + + // M + 'message_identite_email' => 'The configuration of the plugin "factor" preset this email address for sending emails.', + + // N + 'note_test_configuration' => 'A test email will be sent to the "sender".', + + // P + 'personnaliser' => 'Customize', + + // T + 'tester' => 'Test', + 'tester_la_configuration' => 'Test the config', + + // U + 'utiliser_mail' => 'Use mail function from PHP', + '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', + 'utiliser_smtp' => 'Use SMTP', + + // V + 'valider' => 'Submit', + 'version_html' => 'HTML version.', + 'version_texte' => 'Text version.' +); + +?>