/* formvalidator_strings.js
 *  The message strings, which will be put out upon a validation error.
 *  See formvalidator.js for more Details
 *
 * Copyright:
 *  by Thomas Wittek, tw@zentrifuge.biz
 *  You may use it, copy it, but don't sell it. Easy, isn't it?
 */

var formvalidator_too_short   = "Das Feld '$name$' ist nicht vollständig ausgefüllt! Bitte beachten Sie das vorgeschriebene Format.";
var formvalidator_invalid     = "Das Feld '$name$' hat ein ungültiges Format!";
var formvalidator_not_checked = "Das Feld '$name$' ist nicht ausgewählt!";


