ApplicationResource.properties revision ada1678a4262b208a7b87391f520a7767d25287c
2N/A# or packager/legal/LICENSE.txt. See the License for the specific
2N/A# file and include the License file at packager/legal/LICENSE.txt.
2N/Aerrors.header=<UL>
2N/Aerrors.prefix=<LI>
2N/Aerrors.suffix=</LI>
2N/Aerrors.footer=</UL>
2N/Aerrors.invalid={0} is invalid.
2N/Aerrors.maxlength={0} can not be greater than {1} characters.
2N/Aerrors.minlength={0} can not be less than {1} characters.
2N/Aerrors.range={0} is not in the range {1} through {2}.
2N/Aerrors.required={0} is required.
2N/Aerrors.byte={0} must be an byte.
2N/Aerrors.date={0} is not a date.
2N/Aerrors.double={0} must be an double.
2N/Aerrors.float={0} must be an float.
2N/Aerrors.integer={0} must be an integer.
2N/Aerrors.long={0} must be an long.
2N/Aerrors.short={0} must be an short.
2N/Aerrors.creditcard={0} is not a valid credit card number.
2N/Aerrors.email={0} is an invalid e-mail address.
2N/Aerrors.cancel=Operation cancelled.
2N/Aerrors.general=The process did not complete. Details should follow.
2N/Aerrors.token=Request could not be completed. Operation is not in sequence.
2N/Awelcome.title=Struts Application
2N/Awelcome.heading=Struts Applications in Netbeans!
2N/Awelcome.message=It's easy to create Struts applications with NetBeans.