/* this file contains all the displayable text use in javascript*/
// Syntax: var MACRO = 'displayable text'

//Common labels
var VDO_POLL	= "投票";
var VDO_POLLID	= "投票编号";


function vdo_video_flag_added_alert()
{
	alert("视频标记添加成功。");
}

function vdo_video_add_edit_title_alert()
{
	alert("请输入视频标题。");
}

function vdo_video_add_edit_desc_alert()
{
	alert("请输入视频描述。");
}

function vdo_video_add_edit_file_alert()
{
	alert("请输入视频文件。");
}

function vdo_video_add_edit_author_alert()
{
	alert("请选择视频作者和 URL。");
}

function vdo_video_add_edit_author_url_alert()
{
	alert("请输入视频作者 URL。");
}

function vdo_video_add_edit_featured_alert()
{
	alert("请选择视频为已选中或未选中。");
}

function vdo_video_category_alert()
{
	alert("请至少选择一个分类。");
}

function vdo_date_range_alert()
{
	alert("输入开始和结束日期。");
}



function vdo_video_share_recipient_mail_alert()
{
	alert("请输入收件人电子邮件地址。");
}

function vdo_video_share_invalid_mail_alert()
{
	alert("无效的电子邮件地址。");
}

function vdo_video_share_sender_mail_alert()
{
	alert("请输入您的电子邮件地址。");
}

function vdo_video_share_mail_subject_alert()
{
	alert("请输入电子邮件主题。");
}

function vdo_video_share_mail_message_alert()
{
	alert("请输入电子邮件信息内容。");
}

function vdo_video_share_mail_thank_alert()
{
	alert ("您的邮件已经发送。感谢您分享视频！ ");
}

function vdo_abstarct_alert(){
	alert("请输入视频摘要。");
}

function vdo_blog_url_domain_alert()
{
	alert("请输入合格的域");
}


var VDO_NICENAME_VAL 			= "昵称不能为空";
var VDO_NICENAME_VAL_RES1		= "昵称中只能使用字母、数字、‘-’和‘_’字符";
var VDO_NICENAME_VAL_RES2		= "昵称必须使用字母数字。\n不能只用数字作为昵称。";
var VDO_CREATE_SUC_NICENAME		= "昵称可用";
var VDO_CREATE_ERR_NICENAME		= "昵称不唯一。请填入唯一的昵称";
var VDO_SUGGESTING_NN			= "请等待。正在建议使用昵称... ";
var VDO_SUGGETED_NN_NOT_AVAL_MSG	= "所建议的昵称不存在。请尝试换一个昵称";
var VDO_SUGGETED_NN_AVAL_MSG		= "建议可nicename";
var VDO_SUGGETED_NN_NO_SUGESTIONS	= "无法由标题找到建议的昵称";
var EMBED_LABEL				= "嵌入代码";
var FLAG_LABEL				= "设置标记";
var VIEWS_LABEL				= "视图";
var RHC_TITLE_MSG			= "Please enter RHC title.";
var RHC_TEXT_MSG			= "Please enter RHC description.";
var RHC_POLL_MSG			= "Please enter poll id.";

