Changeset 107758 in spip-zone
- Timestamp:
- Nov 27, 2017, 4:35:55 AM (3 years ago)
- Location:
- _plugins_/facteur/trunk/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/facteur/trunk/lang/facteur.xml
r107528 r107758 5 5 <traducteur nom="Torsten Willmann" lien="https://trad.spip.net/auteur/torsten-willmann" /> 6 6 </langue> 7 <langue code="en" url="https://trad.spip.net/tradlang_module/facteur?lang_cible=en" total="55" traduits=" 43" relire="0" modifs="7" nouveaux="5" pourcent="78.18">7 <langue code="en" url="https://trad.spip.net/tradlang_module/facteur?lang_cible=en" total="55" traduits="55" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 8 8 <traducteur nom="Benitron" lien="https://trad.spip.net/auteur/benitron" /> 9 9 <traducteur nom="Hanjo" lien="https://trad.spip.net/auteur/hanjo" /> 10 <traducteur nom="jack31" lien="https://trad.spip.net/auteur/jack31" /> 10 11 <traducteur nom="jaro" lien="https://trad.spip.net/auteur/jaro" /> 11 12 <traducteur nom="kent1" lien="https://trad.spip.net/auteur/kent1" /> -
_plugins_/facteur/trunk/lang/facteur_en.php
r102078 r107758 12 12 // C 13 13 'config_info_enregistree' => 'Postman’s configuration is now saved', 14 'configuration_adresse_envoi' => ' Sender’s address configuration', # MODIF14 'configuration_adresse_envoi' => 'Default sending address', 15 15 'configuration_facteur' => 'Postman', 16 'configuration_mailer' => 'Mailer’s configuration', # MODIF 16 'configuration_facteur_smtp_tls_allow_self_signed' => 'SSL certificate validation', 17 'configuration_mailer' => 'Sending method', 17 18 'configuration_smtp' => 'Choose your mailer', 18 19 'configuration_smtp_descriptif' => 'If you’re not sure about the settings, leave them set to "PHP mail".', … … 33 34 'facteur_bcc' => 'Blind Carbon Copy (BCC):', 34 35 'facteur_cc' => 'Carbon Copy (CC):', 35 'facteur_copies' => 'Copies :', # MODIF36 'facteur_copies' => 'Copies', 36 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:', 37 39 'facteur_filtre_accents' => 'Transform accents into their html entities (useful for Hotmail).', 38 40 'facteur_filtre_css' => 'Transform styles present between <head> and </head> into inline styles, useful for webmails because inline styles overwrite external styles.', … … 51 53 'facteur_smtp_secure_ssl' => 'SSL (depreciated)', 52 54 '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_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.', 55 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', 56 63 57 64 // M … … 59 66 60 67 // N 61 'note_test_configuration' => 'A test email will be sent to th e "sender".', # MODIF68 'note_test_configuration' => 'A test email will be sent to this address.', 62 69 63 70 // P … … 70 77 // U 71 78 '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', # MODIF79 'utiliser_reglages_site' => 'Use the SPIP site’s settings: <br /><tt>@from@</tt>', 73 80 'utiliser_smtp' => 'Use SMTP', 74 81
Note: See TracChangeset
for help on using the changeset viewer.