//lang file for story JS

var ZORPIA_JS_LANG;
if(!ZORPIA_JS_LANG) ZORPIA_JS_LANG = {};

ZORPIA_JS_LANG.story = {
	"ENTER_TITLE" : "Please enter the title.",
	"TITLE_TOO_LONG" : "Sorry, the title is too long.",
	"SUMMARY_REQUIRED" : "A summary is required.",
	"SUMMARY_TOO_LONG" : "Sorry, the summary is too long.",
	"ENTER_CATEGORY" : "Please enter the category.",
	"ENTER_TYPE" : "Please select the type.",
	"STORY" : "Story",
	"STORIES" : "Stories",
	"SURE_TO_DEL_STORY" : "Are you sure you want to delete this story?",
	"DONE_SUCCESS" : "Success! You have submitted a story.",
	"VIEW_MY_STORIES" : "View My Stories",
	"POST_AGAIN" : "Post another",
	"VALIDATING" : "Validating...",
    "VALIDATE" : "Validate",
    "STORY_URL_EXISTED" : "Sorry, but that story has been posted by another user. [<a href=\"javascript:view_story_by_url()\">view it</a>]",
    "URL_EXISTED" : "Sorry, but that has been posted by another user. [<a href=\"javascript:view_story_by_url()\">View that story.</a>]",
    "SEL_PREV_IMG" : "Select the previous image to view this story.",
	"SEL_NEXT_IMG" : "Select the next image to view this story.",
	"STEP_TWO" : "Step 2",
    "URL_NOT_VISITED" : "Sorry, but that URL cannot be visited.",
    "URL_EMPTY" : "Please input a valid URL",
    "URL_TOO_LONG" : "Sorry, the URL entered is too long.",
	"DIRTY_WORD" : "Sorry, but this title or summary contains an inappropriate word. Please remove this word and submit the form again.",
    "HTML_TOO_LONG" : "Sorry, this URL is invalid.",
    "INVALID_VIDEO_URL" : "Sorry, the URL of this video seems invalid. Please check it and try again later."

};
