Lines Matching full:error
32 // error messages
33 $lang["error"]["unknown"] = 'Mail not sent. Please contact the administrator.';
34 $lang["error"]["name"] = 'Please enter a name. Should be at least 2 characters.';
35 $lang["error"]["email"] = 'Please enter your email address. It must be valid.';
36 $lang["error"]["content"] = 'Please add a comment. Should be at least 10 characters.';
37 $lang["error"]["captcha"] = 'Mail not sent. You could not be verified as a human.';
38 $lang["error"]["valid_name"] = 'Name has invalid input.';
39 $lang["error"]["valid_email"] = 'Email address has invalid input.';
40 $lang["error"]["valid_subject"] = 'Subject has invalid input.';
41 $lang["error"]["valid_to"] = 'Destination address has invalid input.';
42 $lang["error"]["valid_content"] = 'Comment has invalid input.';
43 $lang["error"]["external_email_forbidden"] = 'Emails cannot be specified in this form.';
44 $lang["error"]["acl_touser"] = 'You are not allowed to send mails to user "%s" (field: %s)';
45 $lang["error"]["acl_togroup"] = 'You are not allowed to send mails to members of "%s" (field: %s)';
46 $lang["error"]["acl_one"] = 'You are not allowed to send a mail to multiple recipients.';
47 $lang["error"]["acl_bcc"] = 'You are not allowed to send a message which shows the mail address of …