en.php 1.8 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. return array(
  3. 'html_email_handler' => "HTML E-mail Handler",
  4. 'html_email_handler:theme_preview:menu' => "HTML notification",
  5. // settings
  6. 'html_email_handler:settings:notifications:description' => "When you enable this option all notifications to the users of your site will be in HTML format.",
  7. 'html_email_handler:settings:notifications' => "Use as default e-mail notification handler",
  8. 'html_email_handler:settings:notifications:subtext' => "This will send all outgoing e-mails as HTML mails",
  9. 'html_email_handler:settings:limit_subject' => "Limit the maximum length of e-mail subjects",
  10. 'html_email_handler:settings:limit_subject:subtext' => "Enable this option if members are complaining about unreadable e-mail subjects (mostly Outook users). This will potentialy loose some information in the subject.",
  11. 'html_email_handler:settings:embed_images' => "Embed images in the e-mails",
  12. 'html_email_handler:settings:embed_images:base64' => "Base64 encoded",
  13. 'html_email_handler:settings:embed_images:attach' => "Attachments",
  14. 'html_email_handler:settings:embed_images:subtext' => "When enabled all images will be embedded in the e-mails. Not all e-mail clients support the different options, be sure to test the chosen option.",
  15. 'html_email_handler:settings:proxy_host' => "Proxy host for embedding images",
  16. 'html_email_handler:settings:proxy_port' => "Proxy port number for embedding images",
  17. 'html_email_handler:settings:sendmail_options' => "Additional parameters for use with sendmail (optional)",
  18. 'html_email_handler:settings:sendmail_options:description' => "Here you can configure additional setting when using sendmail, for example -f %s (to better prevent mails being marked as spam)",
  19. // notification body
  20. 'html_email_handler:notification:footer:settings' => "Configure your notification settings %shere%s",
  21. );