﻿/*
 * File Name: pt_br.js
 * 	Brazilian Portuguese language file.
 */

var MSGLang =
{
// VALIDAÇÃO
Error				:	"Error",
IsRequired			:	"is required",

FieldSearch			:	"The field SEARCH must be filled.",
FieldCPF			:	"The field CPF must be valid.",
FieldName			:	"The field NAME must be filled.",
FieldEmail			:	"The field E-MAIL must be valid.",
FieldPassword		:	"The field PASSWORD must be filled.",
FieldNascimento		:	"The field NASCIMENTO must be valid.",
FieldFoneRes		:	"The field TELEFONE RESIDENCIAL must be filled.",
FieldAddress		:	"The field ENDEREÇO must be filled.",
FieldQuarter		:	"The field STATE must be filled.",
FieldCity			:	"The field CITY must be filled.",
FieldCountry		:	"The field COUNTRY must be filled.",
FieldNationality	:	"The field NACIONALIDADE must be filled.",
FieldPositions		:	"The field CARGOS PRETENDIDOS must be filled.",
RecuperarPassword	:	"To recover your password fill with your e-mail:"
}
