<!--
/**
 * scn.lang.js
 * @fileoverview 语言文件包
 * @author Lynk Li
 */
/**
 * @class LanguagePackage 语言包类
 * @constructor
 * @author Lynk Li
 */
function LanguagePackage() {
	/**
	 * 登陆语言包
	 */
	this.login = {
		infoLack : {
			company	 : "请填入完整的信息！",
			account  : "请填入完整的信息！",
			password : "请填入完整的信息！"
		},
		infoFailed : {
			failed   : "登陆服务器失败！",
			ocxError : "5107OCX Error!"
		},
		fsError	: {
			FSError0011 : "你已经在其它地方登录",
			FSError0012 : "该客服已被禁止登录",
			FSError0015 : "已超过公司购买的客服数",
			FSError0019 : "无相应客服信息",
			FSError0025 : "公司信息验证未通过",
			FSError2 	: "公司不存在",
			FSError3 	: "公司到期时间有误",
			FSError4 	: "公司已经过期",
			FSError6 	: "公司或者用户ID不存在",
			FSError7 	: "密码不正确",
			FSError9995 : "服务器忙,请稍后再试"
		},
		infoConnect	: {
			waitTxt	 : "正在登录服务器，请稍候...",
			lsSucess : "连接服务器成功，正在验证信息，请稍候...",
			failed	 : "连接服务器失败，请重试！",
			statusDisconnect : "系统处于断线状态",
			statusConnect	 : "系统处于联机状态",
			statusReconnect	 : "与服务器连接断开，正在尝试重新连接..."
		},
		lsError : {
			LSError2 : "公司未注册！"
		},
		infoAccount : {
			account : "登陆帐号："
		},
		infoLogout	: {
			confirmInfo : "确定退出系统？"
		},
		opStatusLabel : {
			A : "离线",
			B : "隐身",
			C : "在线",
			D : "在线不交谈"
		}		
	};
	/**
	 * 监控列设置语言包
	 */
	this.viewCols = {
		filterTitle : {
			status : "“右键点击”设置状态过滤"
		}
	};
	/**
	 * 公用
	 */
	this.allUse = {
		add	 : "添加",
		edit : "编辑",
		del	 : "删除",
		view : "查看"
	};
	/**
	 * 系统管理语言包
	 */
	this.systemManage = {
		department : {
			addFailed	: "添加部门失败，请重试！",
			addSuccess	: "添加部门成功！",
			nameEmpty	: "部门名不能为空！",
			editFailed	: "修改部门失败，请重试！",
			editSuccess_1	: "修改部门“",
			editSuccess_2	: "”成功！",
			delConfirm_1	: "确定删除部门“",
			delConfirm_2	: "”吗？",
			delFailed	: "删除部门失败，请重试！",
			delSuccess	: "删除部门成功！"
		},
		operator : {
			passwdInfo : "如果密码为空，将不会修改密码",
			idEmpty		: "客服ID不能为空！",
			nameEmpty	: "客服名不能为空！",
			emailEmpty	: "电子邮件不能为空！",
			emailError	: "请输入正确格式的Email！",
			passwdEmpty	: "密码不能为空！",
			passwdLong	: "密码长度不能超过32位！",
			passwdError	: "两次输入的密码不一致！",
			operating	: "正在执行操作，请稍候...",
			addFailed	: "添加客服失败，请重试！",
			addSuccess_1	: "添加客服“",
			addSuccess_2	: "”成功！",
			welcomeHello	: "您好！",
			welcomeBye		: "再见！",
			editFailed		: "修改客服信息失败，请重试！",
			editSuccess_1	: "修改客服“",
			editSuccess_2	: "”的信息成功！",
			delConfirm_1	: "确定删除客服“",
			delConfirm_2	: "”吗？",
			delFailed		: "删除客服失败，请重试！",
			delSuccess		: "删除客服成功！"
		},
		info : {
			telAreaCodeEmpty	: "请输入区号",
			saving				: "正在保存信息，请稍候...",
			saveFailed			: "保存公司登记信息失败，请重试！",
			saveSuccess			: "保存公司登记信息成功！"
		}
	};
	/**
	 * 系统配置语言包
	 */
	this.setting = {
		defaultShowCols : "$2#status#状态#1#40$0#snid#访客#1#80$10#engineid#搜索引擎#1#120$11#keyword#关键词#1#120$13#visitTimes#浏览次数#1#60$3#request#指定对象#0#80$4#operator#客服#0#80$6#area#所在地区#1#120$7#page#当前页面#1#160$18#enterTime#进入时间#1#160$18#stayTime#停留时间#1#80$19#waitTime#等待时间#0#80$20#chatTime#对话时间#0#80$",
		currentVersion	: "5107网站伴侣 在线版 Beta",
		copyRight		: "Copyright 2007 上海恒聚网络科技有限公司版权所有"
	};
	/**
	 * 搜索引擎语言包
	 */
	this.searchEngine = {
		def			: "网页跳转",
		googleCn	:"Google谷歌中国",
		googleCom	:"Google谷歌",
		baidu		:"百度",
		yahoo3721	:"雅虎中国 3721",
		yisou		:"雅虎中国 yisou",
		yahooCn		:"雅虎中国 Yahoo",
		yahooCom	:"雅虎 Yahoo",
		sogou		:"搜狐搜狗",
		sina		:"新浪",
		isak		:"新浪爱问",
		tom			:"TOM搜索",
		com163		:"网易",
		soso		:"搜搜",
		qq			:"腾讯QQ",
		msn			:"MSN搜索",
		zhongsou	:"中搜",
		googleAd	:"Google Adsense内容广告"
	};
	/**
	 * 预存消息语言包
	 */
	this.reserve = {
		status : {
			saved	: "已存",
			draft	: "草稿"
		},
		operate	: {
			titleEmpty	: "请输入预存消息的标题！",
			contentEmpty: "请输入预存消息的内容",
			urlEmpty	: "请输入预存消息的网址！",
			fileDescEmpty	: "预存文件描述不能为空！",
			fileEmpty	: "请先上传你的预存文件！",
			saving		: "正在保存预存消息，请稍候...",
			editFailed	: "修改预存消息失败，请重试！",
			editSuccess	: "修改预存消息成功！",
			addFailed	: "添加预存消息失败，请重试！",
			addSuccess	: "添加预存消息成功！",
			delConfirm	: "确定要删除此预存消息吗？",
			delFailed	: "添加预存消息失败，请重试！",
			delSuccess	: "删除预存消息成功！"
		}
	};
	/**
	 * 电话设置语言包
	 */
	this.phone = {
		notAllowed	: "对不起，您尚未开通此业务。",
		allTel		: "--所有电话--",
		anothorOperate : "另一个动作正在进行中!",
		telSet : {
			mobileExt	: "手机号码格式样例：13012345678",
			phoneExt	: "电话号码格式样例：021-12345678",
			mobileEmpty	: "请输入手机号码",
			mobileError	: "请输入正确格式的手机号码",
			telAreaCodeEmpty : "请输入电话号码区号",
			telAreaCodeError : "请输入正确格式的电话号码区号",
			phoneEmpty	: "请输入电话号码",
			phoneError	: "请输入正确格式的电话号码",
			used 		: "此电话已经使用！",
			saving		: "正在保存数据，请稍候...",
			addFailed	: "添加电话设置失败，请重试！",
			addSuccess	: "添加电话设置成功！",
			editFailed	: "修改电话设置失败，请重试！",
			editSuccess	: "修改电话设置成功！",
			delFailedAnothor : "删除失败，另外一个操作正在进行中！",
			delFailedUsed	 : "删除失败，电话号码已经设置给坐席，请先删除电话号码所对应的坐席设置，然后再删除电话设置！",
			delFailed	: "删除电话设置失败，请重试！",
			delConfirm	: "确定要删除此电话设置么？",
			delSuccess	: "删除电话设置成功！"
		},
		seatSet : {
			selectPhone	: "--请选择电话--",
			selectOp	: "--请选择客服--",
			opEmpty		: "请选择客服", 
			phoneEmpty	: "请选择电话号码",
			saving		: "正在保存数据，请稍候...",
			addFailed	: "添加坐席设置失败，请重试！",
			addSuccess	: "添加坐席设置成功！",
			editFailed	: "修改坐席设置失败，请重试！",
			editSuccess	: "修改坐席设置成功！",
			delFailedAnothor : "删除失败，另外一个操作正在进行中！",
			delFailed	: "删除坐席设置失败，请重试！",
			delConfirm	: "确定要删除此坐席设置么？",
			delSuccess	: "删除坐席设置成功！"
		},
		calls : {
			selectStart : "请选择查询开始时间!",
			selectEnd	: "请选择查询结束时间!",
			downloading	: "正在获取通话记录列表，请稍候...",
			downloadFailed : "获取通话记录列表失败，请重试！",
			total_1	: "总计",
			total_2 : "条通话记录，通话时间共",
			total_3 : "分钟。",
			fileTitle	: "通话记录_",
			xlsInfo : "[请将后缀改为xls].html",
			xlsTitle : "<tr><td>日 期</td><td>访客号码</td><td>开始时间</td><td>结束时间</td><td>客服号码</td><td>总时间(分)</td></tr>"
		}
	};
	/**
	 * 个人设置语言包
	 */
	this.personal = {
		info : {
			normal	: "普通客服",
			admin	: "系统管理员",
			nickEmpty	: "显示名称不能为空！",
			emailError	: "电子邮件格式不正确！",
			passwdError	: "新密码和确认密码不一致！",
			oldPasswdError	: "旧密码错误！",
			saving		: "正在保存个人信息，请稍候...",
			editFailed	: "修改个人信息失败，请重试！",
			editSuccess : "修改个人信息成功！"			
		},
		welcome : {
			helloEmpty	: "请输入“问候语”！",
			byeEmpty	: "请输入“道别语”！",
			saving		: "正在保存欢迎语，请稍候...",
			editFailed	: "修改欢迎语失败，请重试！",
			editSuccess : "修改欢迎语成功！"
		},
		promptSet	: {
			editSuccess : "修改提示设置成功！",
			defBack	: "恢复默认设置成功！"
		},
		viewCols : {
			defBack		: "恢复默认设置成功！",
			editSuccess : "修改监控列设置成功！"
		}
	};
	/**
	 * 客服模块语言包
	 */
	this.operator = {
		offline : "离线",
		login_1 : "客服 ",
		login_2 : " 刚刚登录",
		invite	: "邀请交谈",
		yes		: "是",
		no		: "否"
	};
	/**
	 * 监控模块语言包
	 */
	this.monitor = {
		visitorStatus : ["浏览","请求","对话","离开","邀请"],
		filter : {
			statusTitle : "“右键点击”设置状态过滤",
			snid : ["有昵称","无昵称"]
		},
		exchange : "总机",
		visitor	 : "访客",
		livingArea	: "，来自：",
		loginSite	: " 登录网站",
		requestChat	: "请求交谈",
		inviteWelcome	: "你好！",
		viRejectChat	: "访客拒绝了您的交谈邀请！",
		visitorReqSaid	: " 请求交谈， 他/她说：",
		visitorInfo	: "访客信息",
		opInvite	: "主动邀请",
		opAccept	: "接受请求",
		opReject	: "拒绝请求"
	};
	/**
	 * 地区模块语言包
	 */
	this.area = {
		selectInfo : "请选择"
	};
	/**
	 * 聊天模块语言包
	 */
	this.chat = {
		private : "悄悄说 ",
		toAll 	: "所有人",
		joinChat	: "加入",
		leftChat	: "退出",
		systemInfo	: "系统消息",
		chat	: "对话！",
		allLeft	: "其他交谈成员都已经离开交谈，关闭交谈窗口？",
		closeWin	: "关闭",
		leaveConfirm: "确定离开此交谈组？",
		closeAllConfirm : "确定要关闭所有交谈窗口吗？"
	};
	/**
	 * 公共模块语言包
	 */
	this.common = {
		loading : "正在装载系统数据，请稍候...",
		systemInfo	: "<a href='http://www.5107.cn/bbs/thread-417-1-1.html' target='blank'>“5107流量统计”上线！网站伴侣用户使用公司ID和admin帐号密码可直接登录</a>",
		hour	: "时",
		minute	: "分"
	};
	/**
	 * 分页语言包
	 */
	this.dispPages = {
		total 	: "共",
		records	: "条信息",
		perPage	: "每页显示",
		piece	: "条",
		page	: "页",
		curPage	: "当前第",
		first	: "第一页",
		last	: "最后一页",
		front	: "上一页",
		next	: "下一页",
		goto	: "跳转到"		
	};
	/**
	 * 按键过滤模块语言包
	 */
	this.keyescape = {
		newPage : "对不起，不能使用Shift加鼠标左键或者Enter打开新的网页!",
		backForward : "对不起，不能使用Alt+方向键前进或者后退网页!"
	};
	/**
	 * 行业语言包
	 */
	this.industry = {
		in255 		: "-选择行业的类别-",
		in100 		: "计算机",
		in3600 		: "互联网-电子商务",
		in300 		: "电子-微电子技术",
		in400 		: "通讯-电信业",
		in1300 		: "快速消费品(食品-饮料-日化-烟酒等)",
		in3800 		: "纺织品业(服饰鞋帽-家纺用品-皮具等)",
		in1400 		: "家电业",
		in110100 	: "家具-工艺品",
		in110200 	: "木材加工及木、竹、藤、棕、草制品业",
		in1103000 	: "橡胶-塑料-非金属矿物制品业",
		in1104000 	: "金属制品业",
		in1500 		: "家居-室内设计-装潢",
		in600 		: "批发-零售(商场-专卖店-百货-超市)",
		in700 		: "贸易-进出口",
		in1700 		: "运输-物流-快递",
		in1600 		: "旅游-酒店-餐饮服务",
		in3700 		: "物业管理-商业中心",
		in1100 		: "建筑-房地产",
		in800 		: "市场-广告-公关",
		in900 		: "专业服务-咨询-财会-法律",
		in2800 		: "中介服务(人才-房地产-商标专利-技术等)",
		in1000 		: "金融业(投资-保险-证券-银行-基金)",
		in1200 		: "娱乐-运动-休闲",
		in2500 		: "媒体-影视制作-新闻出版",
		in4000 		: "艺术-文化传播",
		in2000 		: "医疗设备",
		in2300 		: "制药-生物工程",
		in3200 		: "医疗-保健-卫生服务",
		in1800 		: "办公设备-用品",
		in2100 		: "汽车-摩托车",
		in2200 		: "石油-化工-采掘-冶炼-原材料",
		in500 		: "电力-电气-能源",
		in3900 		: "仪器-仪表-工业自动化",
		in1900 		: "机械制造-机电设备-重工业",
		in2600 		: "印刷-包装-造纸",
		in2700 		: "生产-制造-加工",
		in2400 		: "环保服务-设备",
		in1105000 	: "航空/航天研究与制造",
		in1106000 	: "服务业",
		in2900 		: "农-林-牧-渔",
		in3100 		: "培训机构-教育-科研院所",
		in3300 		: "政府-公共事业",
		in3400 		: "协会-学会-社团-非营利机构",
		in4100 		: "其他"
	};
	/**
	 * 留言信箱语言包
	 */
	this.leaveWords = {
		statusArr : ["新", "已读", "回复"],
		listTitle : {
			status	: "状态",
			file	: "附件",
			subject	: "主题",
			leaver	: "留言人",
			phone	: "联系电话",
			email 	: "电子邮件",
			time	: "留言时间",
			operate	: "操作",
			waitInfo: "请选择开始时间和结束时间后,点击“提交”按钮获取相应留言列表！"
		},
		list : {
			startEmpty	: "请输入/选择开始时间！",
			endEmpty	: "请输入/选择结束时间！",
			waitInfo	: "正在获取留言列表，请稍候...",
			failedInfo	: "获取留言列表失败，请重试！",
			delConfirm	: "确定删除该留言吗？",
			delFailed	: "删除留言失败，请重试！",
			delSuccess	: "删除留言成功！"
		},
		newLeaveWord : "您收到一条新的留言,请注意查收！",
		reply : {
			contentEmpty : "请输入回复的内容！",
			saving		 : "正在发送回复，请稍候...",
			saveFailed	 : "回复留言失败，请重试！",
			saveSuccess	 : "回复留言成功！"
		},
		remark : {
			contentEmpty : "请输入备注的内容！",
			saving		 : "正在添加备注，请稍候...",
			saveFailed	 : "添加备注失败，请重试！",
			saveSuccess	 : "添加备注成功！"
		}
	};
	/**
	 * 交谈记录语言包
	 */
	this.chatRecords = {
		listTitle : {
			code	: "编号",
			type	: "对话类型",
			visitor	: "访客",
			operator: "客服",
			date	: "日期",
			start 	: "开始时间",
			lastTime	: "持续时间",
			remark	: "备注",
			operate	: "操作",
			waitInfo: "请选择查询日期后,点击“提交”按钮获取对话记录列表！"
		},
		typeArr : ["　不限　", "客服邀请", "访客请求"],
		list : {
			waitInfo : "正在获取对话记录列表，请稍候...",
			failed	 : "获取对话列表失败，请重试！",
			opChat	 : "客服交谈",
			hour	 : "时",
			minute	 : "分",
			remark	 : "备注",
			delConfirm	: "确定删除该对话记录吗？",
			delFailed	: "删除对话记录失败，请重试！",
			delSuccess	: "删除对话记录成功！"
		},
		view : {
			downloadFailed	: "下载失败，请重试...",
			saveFileTitle	: "对话记录_"
		},
		remark : {
			contentEmpty : "请输入备注的内容！",
			saving		 : "正在添加备注，请稍候...",
			saveFailed	 : "添加备注失败，请重试！",
			saveSuccess	 : "添加备注成功！",
			remarker	 : "添加者：",
			date		 : "添加时间："
		},
		history : {
			failed	: "获取访客历史对话列表失败，请重试！",
			hour	: "时",
			minute	: "分",
			openWinError : "窗口被屏蔽，请允许弹出5107窗口！"
		}
	};
}
var _langPackage = new LanguagePackage();
//-->