www.pudn.com > spring_struts_hibernate_messages.rar > o.properties


# -- standard errors -- 
errors.header= 
# -- validator -- 
errors.invalid={0} is invalid. 
errors.maxlength={0} can not be greater than {1} characters. 
errors.minlength={0} can not be less than {1} characters. 
errors.range={0} is not in the range {1} through {2}. 
errors.required={0} is required. 
errors.byte={0} must be an byte. 
errors.date={0} is not a date. 
errors.double={0} must be an double. 
errors.float={0} must be an float. 
errors.integer={0} must be an integer. 
errors.long={0} must be an long. 
errors.short={0} must be an short. 
errors.creditcard={0} is not a valid credit card number. 
errors.email={0} is an invalid e-mail address. 
# -- other -- 
errors.cancel=Operation cancelled. 
errors.detail={0} 
errors.general=The process did not complete. Details should follow. 
errors.token=Request could not be completed. Operation is not in sequence. 
# -- welcome -- 
welcome.title=Struts Blank Application 
welcome.heading=Welcome! 
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.) 
 
 
public.username=请输入用户名 
public.password=请输入密码 
public.button.login=请登陆系统 
public.chn=中文版 
public.eng=英文版 
public.mainpage=首页 
login.success=登陆成功 
login.continue=请返回首页 
login.error.user_not_found=没有这个用户 
login.error.invalid_password=用户密码错误 
login.error.unknow_exception=出现未知异常 
 
user.title.main=用户管理 
user.title.listAll=所有用户列表 
user.title.detail=用户[{0}]的详细信息 
user.caption.create=创建用户 
user.action.create=添加用户 
user.action.create.fail=创建用户失败 
user.caption.detail=用户查询 
user.action.detail=查询 
user.action.detail.fail=查询用户失败 
user.action.listAll=列出所有用户 
user.action.listAll.empty=没有用户记录 
user.action.delete=删除选中的用户 
user.attr.name=姓名 
user.attr.address=地址 
user.attr.age=年龄 
user.attr.createTime=创建时间 
user.attr.account=帐号 
user.attr.password=密码 
user.attr.creator=创建者 
user.attr.photo=照片