var Tablet = Tablet || {};
Tablet.Phrases = {
    errors : {
        required:'정보를 입력하세요',
        emailaddress:'Please enter a valid address',
        password:'Please enter a valid password',
        generalform:'This form is having trouble doing what it needs to. Tech support has been notified and will do what they can to fix it quickly. Please try again later.'
    }
}

