var Tablet = Tablet || {};
Tablet.Phrases = {
    errors : {
        required:'入力必須',
        emailaddress:'メールアドレスを入力してください',
        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.'
    }
}

