Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

#Setup3_en.properties
setup3.desc=Setup the email server to be used for email notifications, or turn them off.
setup3.disableemail=Disable Email Notifications
setup3.emailprefix.desc=A prefix which is prepended to every subject (useful in helping users filter mail).
setup3.emailprefix.label=Email prefix
setup3.error.notfound=Could not find any object at the location specified
setup3.error.notvalid=Object at the location specified is not a valid javax.mail.Session object
setup3.error.onlysetup=You can only specify a mail session OR a SMTP server
setup3.error.required=You must specify a mail session or SMTP server
setup3.error.server.invalidport=SMTP port must be a number between 0 and 65536
setup3.error.servername.required=You must specify a server name.
setup3.error.tooshort=The length of this server is too short to be valid
setup3.error.validemail=You must specify a valid email address to send notifications from
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).
setup3.fromaddress.label=From address
setup3.hostname.desc=To send email notifications via an SMTP server, enter the host name of the SMTP server
setup3.hostname.label=Host Name
setup3.jndilocation=JNDI Location
setup3.jndilocation.desc=To send email notifications via an existing mail session, enter the JNDI location of the javax.mail.Session object.
setup3.name.desc=The name of this server within JIRA.
setup3.name.label=Name
setup3.password.desc=Optional - as above, enter your password if you use authenticated SMTP.
setup3.smtphost=SMTP Host
setup3.smtpport.desc=Optional - SMTP port number to use. Leave blank for default (default\: 25).
setup3.smtpport.label=SMTP Port
setup3.smtpserver=Server Details
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.
setup3.title=Step 3 of 3\: Email Notification
setup3.username.desc=Optional - if you use authenticated SMTP to send email, enter your username.