zURL/application/messages/validate.php
2010-02-26 12:53:37 +00:00

11 lines
310 B
PHP

<?php defined('SYSPATH') or die('No direct script access.');
return array
(
'url' => ':field must be a valid URL.',
'email' => ':field must be a valid email address.',
'captcha' => 'The security code was entered incorrectly.',
'validate::email' => ':field must be a valid email address.',
);
?>