Notice: Undefined index: HTTP_ACCEPT_ENCODING in /data/htdocs/_libs/compression.class.php on line 213

Warning: Cannot modify header information - headers already sent by (output started at /data/htdocs/_libs/compression.class.php:213) in /data/htdocs/_libs/compression.class.php on line 197

Warning: Cannot modify header information - headers already sent by (output started at /data/htdocs/_libs/compression.class.php:213) in /data/htdocs/_libs/compression.class.php on line 200

Warning: Cannot modify header information - headers already sent by (output started at /data/htdocs/_libs/compression.class.php:213) in /data/htdocs/_libs/compression.class.php on line 201

Warning: Cannot modify header information - headers already sent by (output started at /data/htdocs/_libs/compression.class.php:213) in /data/htdocs/_libs/compression.class.php on line 202

Warning: Cannot modify header information - headers already sent by (output started at /data/htdocs/_libs/compression.class.php:213) in /data/htdocs/_libs/compression.class.php on line 203
/* * Translated default messages for the jQuery validation plugin. * Language: DE * Skipped date/dateISO/number. */ jQuery.extend(jQuery.validator.messages, { required: "Dieses Feld ist ein Pflichtfeld.", maxlength: jQuery.validator.format("Geben Sie bitte maximal {0} Zeichen ein."), minlength: jQuery.validator.format("Geben Sie bitte mindestens {0} Zeichen ein."), rangelength: jQuery.validator.format("Geben Sie bitte mindestens {0} und maximal {1} Zeichen ein."), email: "Geben Sie bitte eine gültige E-Mail Adresse ein.", url: "Geben Sie bitte eine gültige URL ein.", dateDE: "Bitte geben Sie ein gültiges Datum ein.", numberDE: "Geben Sie bitte eine Nummer ein.", digits: "Geben Sie bitte nur Ziffern ein.", equalTo: "Bitte denselben Wert wiederholen.", range: jQuery.validator.format("Geben Sie bitten einen Wert zwischen {0} und {1}."), max: jQuery.validator.format("Geben Sie bitte einen Wert kleiner oder gleich {0} ein."), min: jQuery.validator.format("Geben Sie bitte einen Wert größer oder gleich {0} ein."), creditcard: "Geben Sie bitte ein gültige Kreditkarten-Nummer ein." });