Wiki source code of Mail Translations
Last modified by Thomas Coelho (local) on 2023/08/09 10:59
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | admin.email=Mail | ||
2 | admin.email.description=Configure mail sending parameters and view mail statuses. | ||
3 | admin.emailgeneral=Advanced | ||
4 | admin.emailgeneral.description=Configure advanced mail parameters, like mail address obfuscation. | ||
5 | admin.emailsend=Mail Sending | ||
6 | admin.emailsend.description=Configure mail sending parameters. | ||
7 | admin.emailstatus=Mail Sending Status | ||
8 | admin.emailstatus.description=View the statuses of sent mails and resend mails that resulted in failure. | ||
9 | admin.emailstatus.hint=If you can't find the status of a mail then it may be because the property which sent the mail did not specify that mail status should persist. | ||
10 | Mail.GeneralMailConfigClass_obfuscate=Obfuscate Email Addresses | ||
11 | Mail.GeneralMailConfigClass_obfuscate.hint=This only affects the email addresses stored in object properties of type Email, as long as the default custom displayer for the Email property type is not overwritten. Example: a...@domain.org | ||
12 | Mail.SendMailConfigClass_from=Email address to send from | ||
13 | Mail.SendMailConfigClass_from.hint=The default email address used to send notification emails from | ||
14 | Mail.SendMailConfigClass_bcc=BCC email addresses | ||
15 | Mail.SendMailConfigClass_bcc.hint=A default comma-separated list of BCC email addresses to use when sending mail | ||
16 | Mail.SendMailConfigClass_host=Email Server | ||
17 | Mail.SendMailConfigClass_host.hint=The SMTP server to send to. Defaults to "localhost" | ||
18 | Mail.SendMailConfigClass_port=Email Server Port | ||
19 | Mail.SendMailConfigClass_port.hint=The port of the SMTP server to use. Defaults to 25 | ||
20 | Mail.SendMailConfigClass_username=Email Server Username | ||
21 | Mail.SendMailConfigClass_username.hint=The username to connect to the SMTP server, only when authentication is required | ||
22 | Mail.SendMailConfigClass_password=Email Server Password | ||
23 | Mail.SendMailConfigClass_password.hint=The password to connect to the SMTP server, only when authentication is required | ||
24 | Mail.SendMailConfigClass_properties=Additional Properties | ||
25 | Mail.SendMailConfigClass_properties.hint=The list of additional JavaMail properties to use (e.g. "mail.smtp.starttls.enable=true" for TLS) | ||
26 | Mail.SendMailConfigClass_sendWaitTime=Send Wait Time | ||
27 | Mail.SendMailConfigClass_sendWaitTime.hint=The delay between each mail being sent, in milliseconds (defaults to 8 seconds) | ||
28 | Mail.SendMailConfigClass_discardSuccessStatuses=Discard Success Statuses? | ||
29 | Mail.SendMailConfigClass_discardSuccessStatuses.hint=No matter whether mail statuses are kept or not for mail that has been sent successfully (defaults to true) | ||
30 | Mail.SendMailStatus_livetable.date=Date | ||
31 | Mail.SendMailStatus_livetable.batchId=Batch ID | ||
32 | Mail.SendMailStatus_livetable.type=Type | ||
33 | Mail.SendMailStatus_livetable.recipients=Recipients | ||
34 | Mail.SendMailStatus_livetable.state=Status | ||
35 | Mail.SendMailStatus_livetable.wiki=Wiki | ||
36 | Mail.SendMailStatus_livetable.error=Error | ||
37 | Mail.SendMailStatus_livetable.actions=Actions | ||
38 | Mail.SendMailStatus_livetable.resend=Resend | ||
39 | Mail.SendMailStatus_livetable.delete=Delete | ||
40 | mailSender.admin.resendSuccess=The mail has been resent successfully | ||
41 | mailSender.admin.resendFailure=Failed to resend mail. Click for more details. | ||
42 | mailSender.admin.deleteSuccess=The mail has been deleted successfully | ||
43 | mailSender.admin.deleteFailure=Failed to delete mail. Click for more details. |