﻿var Msg = {

    accessDeny: "Access denied",
    alreadyLogin: "You are already logged in",
    error: "Error occurred",
    onlyJpg: "Please upload in jpg form.",
    loginConfirm: "You need to login to access the information.\nWould you like to log in?",
    noData: "This post no longer exists.",
    noLogin: "You are not logged in.",
    noMemberInfo: "The membership information you have provided is invalid.",
    noPermission: "You have no permission to access this page.",
    registration: "You are now registered.",
    requireLogin: "Please log in to access this page.",
    searchKeyword: "Please insert the keyword of your search.",
    modified: "Has been corrected.",
    wait: "Processing. Please wait.",

    realName: {
        cd1: "실명이 확인되었습니다.",
        cd2: "일치하는 데이터가 없습니다.",
        cd3: "일치하는 데이터가 없습니다.",
        cd4: "일치하는 데이터가 없습니다.",
        cd5: "일치하는 데이터가 없습니다.",
        cd50: "정보도용 차단 요청된 주민번호입니다.",
        ELSE: "실명 확인에 실패했습니다."
    },

    signUpAgree: {
        agree: "Please read and agree with the condition.",
        confirm: "Have you read through the condition?"
    },

    signUp: {
        memIdRule: "Your ID has to be a set of 5 or more characters, including only english characters and numbers.\nThe first character has to be an english character.",
        memIdUsed: "Sorry, the ID is already in use.",
        memIdNotUsed: "You can use this ID.",
        memIdConfirm: "Please check availability for your ID.",
        memPwdRule: "Your password has to be a set of 6 or more characters. You have to use both english characters and numbers.\n123456(x), abcdef(x), abc123(o)",
        memPwdConfirm: "Invalid password.",
        memName: "Please insert your name.",
        memSId: "Invalid social security number.",
        memExistSId: "Invalid social security number.",
        addr: "Please insert your address.",
        telNum: "Invalid telephone number.",
        mobileNum: "Invalid cellphone number.",
        anyPhoneNum: "Please insert at least one; telephone number or cellphone number.",
        email: "Please insert your email address accurately."
    },

    memLogin: {
        memId: "Please insert your ID.",
        memPwd: "Please insert your password.",
        loginFailed: "Either ID or Password is invalid."
    },

    consign: {
        workTitle: "Please insert the work title."
    }
}

