﻿/*
 * 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 valid.",
	FieldEmail			: "The field E-MAIL must be valid.",
	FieldPassword		: "The field PASSWORD is required.",
	FieldNascimento		: "The field DATE OF BIRTH must be valid.",
	FieldFoneRes		: "The field TELEPHONE is required.",
	FieldAddress		: "The field ADRESS is required.",
	FieldQuarter		: "The field STATE is required.",
	FieldCity			: "The field CITY is required.",
	FieldCountry		: "The field COUNTRY is required.",
	FieldNationality	: "The field NACIONALIDADE is required.",
	FieldPositions		: "The field CARGOS PRETENDIDOS is required.",
	RecuperarPassword	: "To recover your password insert your E-mail:"
}