var langTag = new Object();
langTag.fieldRequired = 'This field is required.';
langTag.fieldMustNumber = 'This field must be a number.';
langTag.fieldMustLetterNum = 'This field can only contain letters a-z or numbers 0-9.';
langTag.validEmail = 'Please input a valid email.';
langTag.validDateTime = 'Please input a valid date format: YYYY-MM-DD HH:MM';
langTag.pwdNotMatch = 'Passwords are not match.';

langTag.errorMsg = 'Error, please try again.';

langTag.fileDescription = 'Movie, Image, Photo, PDF, PowerPoint, Music';
langTag.comma = ', ';
langTag.fileQueueNo = ' file(s) queued';
langTag.fileUpload = 'Uploading file {0} of {1}';
langTag.fileCancel = ' - cancelled';
langTag.fileEmpty = 'Queue is empty';
langTag.fileUploaded = 'All files uploaded.';
langTag.fileSizeError = 'Error Code: Filesize exceeds limit, File name: {0}, File size: {1}';

langTag.maxVideoPerSeminarError = 'You can maximum use {0} video/music in a presentation.';
langTag.maxSlidePerSeminarError = 'You can maximum use {0} PowerPoint in a presentation.';
langTag.unChoose = "Unchoose";

langTag.maxLength = "Maximum length: ";

langTag.commentAdded = "Comment is added.";
langTag.commentWait = "Comment is added, the comment will not show until the presentation owner approved.";
langTag.commentFail = "Comment is disabled.";

langTag.loginFirst = "Please login first.";