Ext.ns('MSF.locale');

MSF.locale = {
	Lang: {
		code: 'EN'
	},
	EnrollmentPanel: {
		title: 'HRD Awards 2011 Registration Form',
		header: 'Express yourself & measure your talent',
		fieldset_title: 'Registration Form',
		lastname: 'Last Name',
		firstname: 'Given Name',
		gender: 'Gender',
		gender_male: 'Male',
		gender_female: 'Female',
		street: 'Street',
		street2: 'Street line 2',
		zipcode: 'Zip Code',
		city: 'City',
		country: 'Country',
		phone: 'Phone',
		fax: 'Fax',
		cellphone: 'Mobile',
		email: 'E-mail',
		nationality: 'Nationality',
		birthday: 'Date of birth',
		agree: 'I agree with the rules that have been set.',
		footer: 'Deadline for registering as a candidate and submitting designs is October 15th 2010',
		save: ' Register ',
		emptytext: 'This field must not be empty!',
		mailonly: 'Must be a valid mail adress',
		error_required_title: 'Error',
		error_required_body: 'Fill in all required fields, please!',
		success_title: 'Registration confirmed',
		success_body: 'Your are registered for the HRD Awards. You will receive a confirmation email with username/password and further details',
		failure_title: 'Registration failure',
		failure_body: 'Due to an internal error, your registration can not be processed. Please try again later.'
	}
}
