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

//Common labels
var VDO_POLL	= "Poll";
var VDO_POLLID	= "Poll ID";


function vdo_video_flag_added_alert()
{
	alert("Video Flag added successfully.");
}

function vdo_video_add_edit_title_alert()
{
	alert("Please Enter Video title.");
}

function vdo_video_add_edit_desc_alert()
{
	alert("Please Enter Video description.");
}

function vdo_video_add_edit_file_alert()
{
	alert("Please enter Video file.");
}

function vdo_video_add_edit_author_alert()
{
	alert("Please Select Video author and URL.");
}

function vdo_video_add_edit_author_url_alert()
{
	alert("Please Enter Video author url.");
}

function vdo_video_add_edit_featured_alert()
{
	alert("Please Select video is featured or not.");
}

function vdo_video_category_alert()
{
	alert("Please Select atleast one category.");
}

function vdo_date_range_alert()
{
	alert("Enter Both start and end date");
}



function vdo_video_share_recipient_mail_alert()
{
	alert("please enter recipients email address.");
}

function vdo_video_share_invalid_mail_alert()
{
	alert("Invalid email address.");
}

function vdo_video_share_sender_mail_alert()
{
	alert("please enter your email address.");
}

function vdo_video_share_mail_subject_alert()
{
	alert("please enter email subject.");
}

function vdo_video_share_mail_message_alert()
{
	alert("please enter email message.");
}

function vdo_video_share_mail_thank_alert()
{
	alert ("Your mail has been sent. Thanks for sharing video !");
}

function vdo_abstarct_alert(){
	alert("please enter video abstract.");
}

function vdo_blog_url_domain_alert()
{
	alert("Please Enter Valid Domain");
}


var VDO_NICENAME_VAL 				= "Nice name can not be left blank";
var VDO_NICENAME_VAL_RES1			= "Only alphabets, numeric, '-', and '_' are allowed in nicename";
var VDO_NICENAME_VAL_RES2			= "Nice name must be aplha numeric.\nNumeric nice name not allowed.";
var VDO_CREATE_SUC_NICENAME			= "Nice name is available";
var VDO_CREATE_ERR_NICENAME			= "Nice name is not unique. Please fill a unique nice name";
var VDO_SUGGESTING_NN				= "Please wait. Suggesting nicename...";
var VDO_SUGGETED_NN_NOT_AVAL_MSG	= "Suggested nicename is not available. Please try another nicename";
var VDO_SUGGETED_NN_AVAL_MSG		= "Suggested nicename is available";
var VDO_SUGGETED_NN_NO_SUGESTIONS	= "No suggestions found from the title";
var EMBED_LABEL						= "Embed Code";
var FLAG_LABEL						= "Set a Flag";
var VIEWS_LABEL						= "Views";
var RHC_TITLE_MSG					= "Please enter RHC title.";
var RHC_TEXT_MSG					= "Please enter RHC description.";
var RHC_POLL_MSG					= "Please enter poll id.";

