2006-11-23 17:31:52 +00:00
|
|
|
button.cancel=Cancel
|
|
|
|
|
button.confirm=Confirm
|
|
|
|
|
button.doSubmit=DO_SUBMIT
|
|
|
|
|
button.doReset=DO_RESULT
|
|
|
|
|
button.doCancel=org.apache.struts.taglib.html.CANCEL
|
|
|
|
|
button.reset=Reset
|
|
|
|
|
button.save=Save
|
|
|
|
|
change.message=Your password has expired. Please ask the system administrator to change it.
|
|
|
|
|
change.try=Try Again
|
|
|
|
|
change.title=Password Has Expired
|
|
|
|
|
database.load=Cannot load database from {0}
|
|
|
|
|
error.database.missing=User database is missing, cannot validate login credentials
|
|
|
|
|
error.fromAddress.format=Invalid format for From Address
|
|
|
|
|
error.fromAddress.required=From Address is required
|
|
|
|
|
error.fullName.required=Full Name is required
|
|
|
|
|
error.host.required=Mail Server is required
|
|
|
|
|
error.noSubscription=No Subscription bean in user session
|
|
|
|
|
error.password.expired=Your password has expired for username {0}
|
|
|
|
|
error.password.required=Password is required
|
|
|
|
|
error.password2.required=Confirmation password is required
|
|
|
|
|
error.password.match=Password and confirmation password must match
|
|
|
|
|
error.password.mismatch=Invalid username and/or password, please try again
|
|
|
|
|
error.replyToAddress.format=Invalid format for Reply To Address
|
|
|
|
|
struts.messages.invalid.token=Cannot submit this form out of order
|
|
|
|
|
error.type.invalid=Server Type must be 'imap' or 'pop3'
|
|
|
|
|
error.type.required=Server Type is required
|
|
|
|
|
error.username.required=Username is required
|
|
|
|
|
error.username.unique=That username is already in use - please select another
|
|
|
|
|
errors.footer=</ul><hr>
|
|
|
|
|
errors.header=<h3><font color="red">Validation Error</font></h3><p>You must correct the following error(s) before proceeding:</p><ul>
|
|
|
|
|
errors.prefix=<li>
|
|
|
|
|
errors.suffix=</li>
|
|
|
|
|
errors.ioException=I/O exception rendering error messages: {0}
|
|
|
|
|
expired.password=User Password has expired for {0}
|
|
|
|
|
heading.autoConnect=Auto
|
|
|
|
|
heading.subscriptions=Current Subscriptions
|
|
|
|
|
heading.host=Host Name
|
|
|
|
|
heading.user=User Name
|
|
|
|
|
heading.type=Server Type
|
|
|
|
|
heading.action=Action
|
|
|
|
|
index.heading=MailReader Demonstration Application Options
|
|
|
|
|
index.login=Log on to the MailReader Demonstration Application
|
|
|
|
|
index.registration=Register with the MailReader Demonstration Application
|
|
|
|
|
index.title=MailReader Demonstration Application
|
|
|
|
|
index.tour=A Walking Tour of the MailReader Demonstration Application
|
|
|
|
|
linkSubscription.io=I/O Error: {0}
|
|
|
|
|
linkSubscription.noSubscription=No subscription under attribute {0}
|
|
|
|
|
linkUser.io=I/O Error: {0}
|
|
|
|
|
linkUser.noUser=No user under attribute {0}
|
|
|
|
|
login.title=MailReader Demonstration Application - Login
|
|
|
|
|
mainMenu.heading=Main Menu Options for
|
|
|
|
|
mainMenu.logout=Log off MailReader Demonstration Application
|
|
|
|
|
mainMenu.registration=Edit your user registration profile
|
|
|
|
|
mainMenu.title=MailReader Demonstration Application - Main Menu
|
|
|
|
|
option.imap=IMAP Protocol
|
|
|
|
|
option.pop3=POP3 Protocol
|
|
|
|
|
# prompt.
|
2006-11-26 18:32:24 +00:00
|
|
|
host=Mail Server
|
2006-11-23 17:31:52 +00:00
|
|
|
password=Password
|
|
|
|
|
password2=(Repeat) Password
|
|
|
|
|
username=Username
|
2006-11-26 18:32:24 +00:00
|
|
|
|
2006-11-23 17:31:52 +00:00
|
|
|
registration.addSubscription=Add
|
|
|
|
|
registration.deleteSubscription=Delete
|
|
|
|
|
registration.editSubscription=Edit
|
|
|
|
|
registration.title.create=Register for the MailReader Demonstration Application
|
|
|
|
|
registration.title.edit=Edit Registration for the MailReader Demonstration Application
|
2006-11-26 18:32:24 +00:00
|
|
|
|
|
|
|
|
subscription.autoConnect=Auto Connect
|
|
|
|
|
subscription.password=Mail Password
|
|
|
|
|
subscription.type=Server Type
|
|
|
|
|
subscription.username=Mail Username
|
2006-11-23 17:31:52 +00:00
|
|
|
subscription.title.create=Create New Mail Subscription
|
|
|
|
|
subscription.title.delete=Delete Existing Mail Subscription
|
|
|
|
|
subscription.title.edit=Edit Existing Mail Subscription
|
|
|
|
|
|
2006-11-26 18:32:24 +00:00
|
|
|
user.fromAddress=From Address
|
|
|
|
|
user.fullName=Full Name
|
|
|
|
|
user.replyToAddress=Reply To Address
|
|
|
|
|
|
2006-11-23 17:31:52 +00:00
|
|
|
# Standard error messages for validator framework checks
|
|
|
|
|
errors.required=${getText(fieldName)} is required.
|
|
|
|
|
errors.minlength=${getText(fieldName)} cannot be less than {1} characters.
|
|
|
|
|
errors.maxlength=${getText(fieldName)} cannot be greater than {1} characters.
|
|
|
|
|
errors.invalid=${getText(fieldName)} is invalid.
|
|
|
|
|
errors.byte=${getText(fieldName)} must be an byte.
|
|
|
|
|
errors.short=${getText(fieldName)} must be an short.
|
|
|
|
|
errors.integer=${getText(fieldName)} must be an integer.
|
|
|
|
|
errors.long=${getText(fieldName)} must be an long.
|
|
|
|
|
errors.float=${getText(fieldName)} must be an float.
|
|
|
|
|
errors.double=${getText(fieldName)} must be an double.
|
|
|
|
|
errors.date=${getText(fieldName)} is not a date.
|
|
|
|
|
errors.range=${getText(fieldName)} is not in the range ${minLength} through ${maxLength}.
|
|
|
|
|
errors.creditcard=${getText(fieldName)} is not a valid credit card number.
|
|
|
|
|
errors.email=${getText(fieldName)} is an invalid e-mail address.
|
|
|
|
|
errors.literal=${getText(fieldName)}
|