/*-----------------------------------------------------------------------------*/
/* Messages for Java scripts												   */
/*-----------------------------------------------------------------------------*/
var msgArray = new Array ();
msgArray = 
[

/* --------------------- Portuguese BR --------------------------*/

{key:"INVALID_QTY",					language:"BR", msg:"Quantidade inválida."},
{key:"QTY_GREATER_AVAILABLE_QTY",	language:"BR", msg:"Quantidade não deve ser maior que qtd disponível.     "},
{key:"INVALID_BID",					language:"BR", msg:"Valor do lance inválido.     "},
{key:"INVALID_MINIMUM_BID",			language:"BR", msg:"Valor mínimo para lance não foi alcançado.     "},
{key:"USER_MUST_NOT_BE_SELLER",		language:"BR", msg:"Usuário de compra não pode ser o vendedor.     "},
{key:"INVALID_MINIMUM_SMART_BID",	language:"BR", msg:"Valor mínimo invalido para lance inteligente.     "},
{key:"INVALID_MAX_QUESTION",		language:"BR", msg:"Quantidade de caracteres inválida.     "},
{key:"USER_NOT_SELLER",				language:"BR", msg:"Usuário não pode ser o vendedor.     "},
{key:"USER_NOT_ID",					language:"BR", msg:"Identifique-se para acompanhar este produto.     "},


/* --------------------- English --------------------------------*/


{key:"INVALID_QTY",					language:"US", msg:"Invalid Quantity.     "},
{key:"QTY_GREATER_AVAILABLE_QTY",	language:"US", msg:"Quantity should not be gretaer than available qty.     "},
{key:"INVALID_BID",					language:"US", msg:"Invalid bid value.     "},
{key:"INVALID_MINIMUM_BID",			language:"US", msg:"Minumum bid value not reached.     "},
{key:"USER_MUST_NOT_BE_SELLER",		language:"US", msg:"The will be buyer must not be the seller.     "},
{key:"INVALID_MINIMUM_SMART_BID",	language:"US", msg:"Invalid minimum value for smart bidding.     "},
{key:"INVALID_MAX_QUESTION",		language:"US", msg:"Invalid amount of characters.     "},
{key:"USER_NOT_SELLER",				language:"US", msg:"User must be other than seller.     "},
{key:"USER_NOT_ID",					language:"US", msg:"Identify yourself before product in alert.     "},



];
