<?php $this->texts = array( 'required' => 'This field is required.', 'email' => 'Please enter a valid email address.', 'data-match' => 'The values do not match.', 'notfound' => '"{value}" is not an available choice.', );
info at phpclasses dot org