﻿/*
 * File Name: pt_br.js
 * 	Brazilian Portuguese language file.
 */

var MSGLang =
{
	// VALIDAÇÃO
	Error				: "Error",
	IsRequired			: "is required",

	FieldCPF			: "The field CPF must be valid.",
	FieldName			: "The field NAME must be completed.",
	FieldEmail			: "The field  E-MAIL must be valid.",
	FieldMinPass		: "Field PASSWORD: Minimum 6 characters.",
	FieldPassword		: "The field PASSWORD must be completed.",
	FieldNascimento		: "The field DATE OF BIRTH must be valid.",
	FieldFoneRes		: "The field HOME PHONE must be completed.",
	FieldAddress		: "The field ADRESS must be completed.",
	FieldQuarter		: "The field NEIGHBORHOOD must be completed.",
	FieldCity			: "The field CITY must be completed.",
	FieldCountry		: "The field COUNTRY must be completed.",
	FieldNationality	: "The field NATIONALITY must be completed.",
	FieldPositions		: "The field JOBS DESIRED must be completed.",
	FieldSexo			: "The field SEX must be completed.",
	FieldEstCivil		: "The field MARITAL STATUS must be completed.",
	RecuperarPassword	: "To recover your password enter your E-mail:"
}