Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2188 jgill 1
#Setup3_en.properties
2
setup3.desc=Setup the email server to be used for email notifications, or turn them off.
3
setup3.disableemail=Disable Email Notifications
4
setup3.emailprefix.desc=A prefix which is prepended to every subject (useful in helping users filter mail).
5
setup3.emailprefix.label=Email prefix
6
setup3.error.notfound=Could not find any object at the location specified
7
setup3.error.notvalid=Object at the location specified is not a valid javax.mail.Session object
8
setup3.error.onlysetup=You can only specify a mail session OR a SMTP server
9
setup3.error.required=You must specify a mail session or SMTP server
10
setup3.error.server.invalidport=SMTP port must be a number between 0 and 65536
11
setup3.error.servername.required=You must specify a server name.
12
setup3.error.tooshort=The length of this server is too short to be valid
13
setup3.error.validemail=You must specify a valid email address to send notifications from
14
setup3.fromaddress.desc=The default address this server will use to send emails from  (be sure that this email address is allowed to send mail through the server specified).
15
setup3.fromaddress.label=From address
16
setup3.hostname.desc=To send email notifications via an SMTP server, enter the host name of the SMTP server
17
setup3.hostname.label=Host Name
18
setup3.jndilocation=JNDI Location
19
setup3.jndilocation.desc=To send email notifications via an existing mail session, enter the JNDI location of the javax.mail.Session object.
20
setup3.name.desc=The name of this server within JIRA.
21
setup3.name.label=Name
22
setup3.password.desc=Optional - as above, enter your password if you use authenticated SMTP.
23
setup3.smtphost=SMTP Host
24
setup3.smtpport.desc=Optional - SMTP port number to use. Leave blank for default (default\: 25).
25
setup3.smtpport.label=SMTP Port
26
setup3.smtpserver=Server Details
27
setup3.smtpserver.desc=Enter <i>either</i> the host name of your SMTP server <i>or</i> the JNDI location of a javax.mail.Session object to use.
28
setup3.title=Step 3 of 3\: Email Notification
29
setup3.username.desc=Optional - if you use authenticated SMTP to send email, enter your username.