Ext.apply(Ext.ux.J2EEAuth, {
	loginActionConfig		: {
		text	: 'Login',
		tooltip	: {
			title	: 'Login',
			text	: 'Log-in mit den, von Ihnen angegebenen Anmeldeinformationen.'
		}
	},
	cancelButtonText		: 'Abbrechen',
	validationErrorTitle	: 'Login-Fehler',
	validationErrorText		: 'Die markierten Felder sind Pflichtfelder.',
	blankText				: 'Dieses Feld muss ausgefüllt werden.',
	windowTitle				: 'Anmeldung',
	formAuthenticationURL	: 'j_security_check',
	usernameFieldLabel		: 'Benutzername',
	usernameFieldName		: 'j_username',
	passwordFieldLabel		: 'Passwort',
	passwordFieldName		: 'j_password',
	protectedResourceConfig	: {
		url: 'auth/authProcess.jsp'
	}
});
