var Tablet = Tablet || {};
Tablet.Phrases = {
    errors : {
        required:'This field is 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.'
    }
}

