myw.lang.frontend.en = {
	init : function() {
		return {
			WAIT : 'PLEASE WAIT',
			alert : 'Alert',
			cancel : 'Cancel',
			closeLayer : 'Close the layer',
			confirm : 'Confirm',
			fieldsEmpty : 'Following fields have to be filled:',
			fillMandFields : 'Fill all mandatory fields!',
			pwd_noMatch : 'The both passwords do not match !',
			searchField : 'The search field is empty !'
		};
	}
};
