~ubuntu-branches/ubuntu/lucid/libstruts1.2-java/lucid

« back to all changes in this revision

Viewing changes to web/blank/WEB-INF/classes/resources/MessageResources.properties

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2006-04-24 12:14:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060424121423-naev53qigqgks0sa
Tags: 1.2.9-1
New upstream  release Fixes  three security  problems: CVE-2006-1546,
CVE-2006-1547,  CVE-2006-1548  (closes:  #360551),  thanks  to  Moritz
Muehlenhoff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -- standard errors --
2
 
errors.header=<UL>
3
 
errors.prefix=<LI>
4
 
errors.suffix=</LI>
5
 
errors.footer=</UL>
6
 
# -- validator --
7
 
errors.invalid={0} is invalid.
8
 
errors.maxlength={0} can not be greater than {1} characters.
9
 
errors.minlength={0} can not be less than {1} characters.
10
 
errors.range={0} is not in the range {1} through {2}.
11
 
errors.required={0} is required.
12
 
errors.byte={0} must be an byte.
13
 
errors.date={0} is not a date.
14
 
errors.double={0} must be an double.
15
 
errors.float={0} must be an float.
16
 
errors.integer={0} must be an integer.
17
 
errors.long={0} must be an long.
18
 
errors.short={0} must be an short.
19
 
errors.creditcard={0} is not a valid credit card number.
20
 
errors.email={0} is an invalid e-mail address.
21
 
# -- other --
22
 
errors.cancel=Operation cancelled.
23
 
errors.detail={0}
24
 
errors.general=The process did not complete. Details should follow.
25
 
errors.token=Request could not be completed. Operation is not in sequence.
26
 
# -- welcome --
27
 
welcome.title=Struts Blank Application
28
 
welcome.heading=Welcome!
29
 
welcome.message=To get started on your own application, copy the struts-blank.war to a new WAR file using the name for your application. Place it in your container's "webapp" folder (or equivalent), and let your container auto-deploy the application. Edit the skeleton configuration files as needed, restart your container, and you are on your way! (You can find the application.properties file with this message in the /WEB-INF/src/java/resources folder.)