var MsgErrDate = "Please enter the correct date."; // 올바른 날짜를 입력해 주세요.
var MsgErrPeriod = "Period setting has been incorrect."; // 기간이 잘못 설정되었습니다.
var MsgWait = "Please wait.";

var completeInsMsg = 'Add is completed.';
var completeModMsg = 'Modification is completed.';
var completeDelMsg = 'Deletion is completed.';	

var ErrMsgWrongDate = "Please enter the correct date.";
var ErrMsgWrongMoney = "Please enter the correct amount.";
var ErrMsgPlusMoney = "Please enter the positive number.";
var ErrMsgSide = "please put different signals in right and left each.";
var ErrReally = "Are you sure want to delete?";
var ErrTooMany = "If the connections are exceeded over 40, it would be classified into general item.";

var WillChange = "↑ Modification is completed.";

var completePostItMod = "Contents of Post-it are saved..";
var completePostItDel = "Contents of Post-it are deleted.";
var completePostItIns = "A Post-it has been added.";
var completePostItFixNo = "You can see Post-it at original page only.";
var completePostItFix = "You can see Post-it at all pages.";

var completeClOnMsg = 'This item has been set to fixed.';
var completeClOffMsg = 'This item has been set to flow.';
var completeArrMsg = 'The order of item has been changed.';
var completeSetMsg = 'Modification is completed.';
var completeLineMsg = 'Separation have been added.';
var delMsg = 'When you delete an item, It will be deleted with all the related transactions. And It can not be recovered.\n\nAre you sure want to delete an item?\n';
var existMsg = 'The name of the item already exists.';
var changeStart = "Caution : Modification of start date can change the overall system of account reports. Therefore, you have to keep in mind in advance which all of report figures will be changed from changed start date. If you just want to inquire your card trial period, please use the function of custom date lookup on each item. Would you like to change the start date right now?";

var ErrInsertName = "Please enter the name of account item.";


