import v1.0.1 | 2009-07-07

This commit is contained in:
2019-07-17 22:10:53 +02:00
parent b484e522e8
commit 2c1152f0d3
19 changed files with 179 additions and 13 deletions

View File

@ -19,6 +19,9 @@ class ErrorMessages
{
translate('Value is empty, but a non-empty value is required');
translate('\'%value%\' is not a valid email address in the basic format local-part@hostname');
translate('\'%hostname%\' is not a valid hostname for email address \'%value%\'');
translate('\'%value%\' appears to be a DNS hostname but cannot match TLD against known list');
translate('\'%value%\' appears to be a local network name but local network names are not allowed');
translate('Captcha value is wrong');
translate('Password confirmation does not match');
}