/*
$Id: commonError.js,v 1.4 2007/04/30 18:53:15 dsirin Exp $
(c)2008 Tecnetix Telecom
*/

var errorMsgEnterValue = 'Introduza um valor';
var errorMsgNaN = 'Introduza um valor numérico';
var errorTargetWeightLessCurrentWeight = 'Target Weight must be less than the Current Weight';
var errorInchesMax = 'Inches must be less than 12"';
var errorDateGreaterThanToday = 'Please select a date that is greater than today\'s date.';
var errorToAggress = 'Your goal date is too aggressive. Please choose another date and recalculate.';
