var I18n = {
//common
language					:	"中文",
unsupportedHttpProtocol		:	"不支持HTTP的协议。",
nullValueTipSuffix			:	"必须输入,请填写。",
formBindFailure				:	"表单绑定失败或表单无效",
//comment
commentContentEmpty			:	"评论内容必须输入！",
commentDefaultTitle			:	"无标题",
commentSuccess				:	"评论书写成功，谢谢你的支持。",
commentFailure				:	"抱歉，评论失败。",
commentValueSuccess			:	"评价成功，谢谢你的支持",
commentValueFailure			:	"抱歉，评价失败",
//search
searchKeywordEmpty			:	"必须包含至少一个关键词！",
//board
boardContentEmpty			:	"留言内容",
boardTitleEmpty				:	"留言标题",
boardCommitSuccess			:	"留言书写成功，谢谢你的支持。",
boardCommitFailure			:	"抱歉，留言失败。",
//vote
voteItemNotExist			:	"投票项不存在。",
voteItemNotSelected			:	"必须至少选择一项后才能提交.",
voteSuccess					:	"投票成功，谢谢你的支持。",
voteFailure					:	"抱歉，投票失败，请重试。",
//user
userNotFoundItem			:	"找不到用户信息项",
userIdEmpty					:	"用户编号不能为空",
userNotUsed					:	"此用户名可使用",
userAlreadyExist			:	"抱歉，此用户名已存在，请重试。",
userPasswordEmpty			:	"用户密码不能为空",
userRetrievePasswordSuccess	:	"新密码已发送到您的邮箱，请查收！",
userRetrievePasswordFailure	:	"输入信息不匹配，密码找回失败！",
//download
downloadFileNotExist		:	"给定资源不存在！",
downloadInfoUpdateFailure	:	"资源信息更新失败！",
//slide
slideIllegalParameter		:	"请检查参数是否设置正确",
//imageViewer
imageViewerZoomTip			:	"鼠标滚轮缩放图片",
imageViewerOpenTip			:	"在新窗口打开",
imageViewerNormalSizeTip	:	"实际大小",
imageViewerCloseTip			:	"关闭",
//marquee
marqueeIdEmpty				:	"滚动区域DIV的ID必须传入",
marqueeIllegalParameter		:	"请检查参数是否设置正确",
marqueeWidthNotEnough		:	"宽度不够,请调整宽度",
//AD
adClose						:	"关闭",
//dialog
dialogOKButton				:	"确认",
dialogCancelButton			:	"取消",
dialogDefaultTip			:	"系统提示信息"
}

