﻿
<!--
/*----------------------------------------
Global.js
----------------------------------------*/

  var msgCheckNumber = "Please enter numbers only.";
  var msgCheckEnglish = "Please enter only in combination of alphabet and number.";
  var msgDelCheckText = "Are you sure about the deletion?";
  var msgModifyCheckText = "Are you sure about the modification?";
  var msgDeny = "This feature is not prepared, yet.";
  
  var msgFileSizeOver = "The file size is over the limit.";
  var msgSearchKeyword = "Please enter the keyword for searching.";
  var msgLoginCheck = "Please log in to use the service.";
  
  var msgCheckOne = "Please select at least 1 or more data.";






var MsgMonthSelected = "Please select the month.";
var MsgDaySelected = "Please select the day.";
var MsgYearSelected = "Please select the year.";
var MsgNoDate = "Please check the date again.";

var MsgLoginID = "Please enter the ID.";
var MsgNickName = "Please enter the nick name.";
var MsgPassword = "Please enter the password.";
var MsgConfirmPassword = "Please verify the password.";
var MsgEmail01 = "Please enter the first part of your e-mail address.";
var MsgEmail02 = "Please enter the last part of your e-mail address.";
var MsgErrorEmail = "You have entered a wrong e-mail address.";
var MsgConfirmEmail01 = "Please enter the first part of your e-mail address for verification.";
var MsgConfirmEmail02 = "Please enter the last part of your e-mail address for verification.";
var MsgErrorConfirmEmail = "The e-mail address and the verification e-mail address do not match.";
var MsgEenterEmail = "Please enter the your e-mail address";
var MsgAgree = "Please select 'agree' to proceed.";
var MsgFirst = "Please enter your First Name.";
var MsgLast = "Please enter your Last Name.";
var MsgGender = "Please select your gender.";
var MsgCountry = "Please select the country.";
var MsgState = "Please select the city.";
var MsgZipCode = "Please enter your zip code.";
var MsgQuestion = "Please select a verification question.";
var MsgAnswer = "Please enter the verification answer.";
var MsgCode = "Please enter the code.";

var MsgLoginIDCheck = "Please check the duplicated ID verification.";
var MsgLoginIDValid = "Please use only alphabet and number for the ID.";
var MsgLoginIDLengthValid = "Length of ID must be longer than 3 and shorter than 12 letters.";
var MsgNickNameCheck = "Please check the duplicated nick name verification.";
var MsgNickNameValid = "Please use only alphabet and number for the nick name.";
var MsgPasswordLengthValid = "Length of password must be longer than 6 and shorter than 12 letters.";
var MsgPasswordValid = "Please use only alphabet, number and special characters (!@#$%^*()_) for the password.";
var MsgConfirmPasswordValid = "Password and verfication password do not match.";


var MsgChangePassword = "Please enter the password that you want to change to.";


/*----------------------------------------
BBS.Board.AddBBS.js
BBS.Board.SetBBS.js
----------------------------------------*/

  var msgBBSCategory = "Please select the category.";
  var msgBBSSubject = "Please enter the title.";
  var msgBBSContent = "Please enter the Content.";
  var msgBBSWriterLength = "Length of Content must be longer than 1 and shorter than 15 letters.";
  var msgBBSContentLength = "Length of Content must be longer than 1 and shorter than 4000 letters.";
  var msgBBSDeleteFile = "Please select the file for deletion.";
  var msgBBSLimitCount = "Number of file has exceeded the limit.";
  var msgBBSAcceptExtensionCheck = "This file extender is not allowed.";
  var msgBBSDenyWordCheck = "One or more word is blocked by the word filter";
  var msgBBSComment = "Please input a reply message.";
  var msgBBSFileCheck = "There should be at least one or more file.";
  var msgBBSWallpaperCheck = "Please make Wallpaper.";
  var msgBBSFileDeleteCheck = "Do you want to delete the file?";
  
  var msgBBSCommentNickName = "Please enter the name";
  var msgBBSCommentPassword = "Please enter the password";
  var msgBBSCommentLength = "Length of Comment must be longer than 1 and shorter than 400 letters.";
  
  
  
  var msgItemQuantitySelected = "Please choose the amount of the purchase.";
  var msgItemServerSelected = "Please select the server.";
  var msgItemCharacter = "Please enter a character name.";



  var msgHelpEmailSubject = "Please enter the subject.";
  var msgHelpEmail = "Please enter email address.";
  var msgHelpEmailContent = "Please enter content.";
  
  var msgHelpSendEmail = "Your message has been successfully sent to us. We will get back to you shortly. Thank you.";

-->
