var lang = {
	ok: '确定',
	cancel: '取消',
	'close': '关闭',
	username: '用户名',
	password: '密码',

	administratorLogin: '管理员登录',
	login: '登录',

	// flowplayer 播放器
	replay:   '重新播放',
	play:     '播放',
	pause:    '暂停',
	previous: '上一个',
	next:     '下一个',
	stop:     '停止',
	mute:     '静音',
	unmute:     '取消静音',
	fullscreen: '全屏播放',
	exitFullscreen: '退出全屏播放'
};

var ido_lang = {
// list
empty_data: "此栏目下没有包含任何内容",
page_size: "条记录/页",
record_count: "条记录",
order_by: "点击排序，按 ",
no_item_selected: "没有选择操作对象",
search_string_include: "包含",

// RSV
rsv_errorTextIntro: '你必须正确完成以下几项才能继续提交信息:',
rsv_requiredText:   '请输入 ',

// search
search_tip: "搜索",
search_add: "增加搜索条件",
search_remove: "减少搜索条件",
search_type: "搜索类型",
search_and: "全部符合",
search_or: "任意符合",
search_inc: "包含",
search_equal: "等于",
search_before: "早于",
search_after: "晚于",
search_invalid: "搜索关键字格式不正确。",
search_no_keyword: "请填写搜索关键字。",
search_no_spe_char: "不能搜索特殊字符。",

// page
record: "记录数:",
page: "页号:",
first_page: "首页",
previous_page: "上一页",
next_page: "下一页",
last_page: "尾页",

conf_del: "你确定要删除选择的记录吗？",

// for CheckFormat
chkfmt_some_value: "一些值",
chkfmt_no_blank: "不能为空。",
chkfmt_name: "不能使用特殊字符，第一个字符必须是英文字母，且长度是 4 - 15。",
chkfmt_pwd: "的长度必须是 6 - 32。",
chkfmt_date: "的格式不正确（1949-10-01）。",
chkfmt_other: "不正确。"
};
