diff options
author | thomascube <thomas@roundcube.net> | 2010-04-06 06:40:45 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-04-06 06:40:45 +0000 |
commit | d1851ba77b26683b3b3ada4e08127794519d3eb6 (patch) | |
tree | f1f65afc90f335ca5f160c57c8313ec44413916f /program/localization/en_US | |
parent | 3616845126d91e6bf5bf9f1c28ce73a3da6e1976 (diff) |
Configurable limit of address group members
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/messages.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index 1dfdb96ba..8822f302b 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -110,7 +110,8 @@ $messages['smtpfromerror'] = 'SMTP Error ($code): Failed to set sender "$from"'; $messages['smtptoerror'] = 'SMTP Error ($code): Failed to add recipient "$to"'; $messages['smtprecipientserror'] = 'SMTP Error: Unable to parse recipients list'; $messages['smtperror'] = 'SMTP Error: $msg'; -$messages['emailformaterror'] = 'Incorrect e-mail address: $email'; +$messages['emailformaterror'] = 'Invalid e-mail address: $email'; $messages['toomanyrecipients'] = 'Too many recipients. Reduce the number of recipients to $max.'; +$messages['maxgroupmembersreached'] = 'The number of group members exceeds the maximum of $max'; ?> |