ONEGEEK.forms.GValidator.translation.NL = {  
    name: {
      successMsg: 'Goed ingevuld',
      contextMsg: 'Vul alstublieft uw voor-<br/>en achternaam in',
      errorMsg: 'Uw naam is te kort',
      emptyMsg: 'Uw naam is vereist'
    },  
	email: {
      successMsg: 'Goed ingevuld',
      contextMsg: 'Nieuwe voicemailberichten sturen<br/> wij naar dit e-mailadres',
      errorMsg: 'Dit is geen geldig e-mailadres',
      emptyMsg: 'Uw e-mailadres is vereist'
    },
	phone: {
      successMsg: 'Goed ingevuld',
      contextMsg: 'Vul de laatste 8 cijfers van<br/>uw mobiele telefoonnummer in',
      errorMsg: 'Vul de laatste 8 cijfers van<br/>uw mobiele telefoonnummer in',
      emptyMsg: 'Uw mobiele nummer is vereist'
    },
	password: {
      successMsg: 'Goed ingevuld',
      contextMsg: 'Ter beveiliging dient u wachtwoord<br/>minimaal 6 tekens lang te zijn',
      errorMsg: 'Ter beveiliging dient u wachtwoord<br/>minimaal 6 tekens lang te zijn',
      emptyMsg: 'Uw wachtwoord is vereist'
    },
	confirmpassword: {
      successMsg: 'Goed ingevuld',
      contextMsg: 'Vul uw wachtwoord nogmaals in<br/>ter controle',
      errorMsg: 'Uw wachtwoord komt niet overeen.<br/>Denk eraan dat uw wachtwoord<br/>hoofdlettergevoelig is',
      emptyMsg: 'Uw wachtwoord is vereist'
    },
	account_number: {
      successMsg: 'Goed ingevuld',
      contextMsg: 'Vul het nummer in van<br/>uw bankrekening',
      errorMsg: 'Dit rekeningnummer voldoet niet',
      emptyMsg: 'Uw rekeningnummer is vereist'
    },
	account_name: {
      successMsg: 'Goed ingevuld',
      contextMsg: 'Vul de naam van de<br/>rekeninghouder in',
      errorMsg: 'Uw rekeningnaam voldoet niet',
      emptyMsg: 'Uw rekeningnaam is vereist'
    },
	account_city: {
      successMsg: 'Goed ingevuld',
      contextMsg: 'Vul de plaatsnaam van de<br/>bank waar u uw rekening houdt',
      errorMsg: 'Uw plaatsnaam voldoet niet',
      emptyMsg: 'Uw woonplaats is vereist'
    }

};
