diff options
Diffstat (limited to 'program/localization/en/messages.inc')
-rw-r--r-- | program/localization/en/messages.inc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/program/localization/en/messages.inc b/program/localization/en/messages.inc index c1520ecce..5a662d279 100644 --- a/program/localization/en/messages.inc +++ b/program/localization/en/messages.inc @@ -78,5 +78,12 @@ $messages['nobodywarning'] = 'Send this message without text?'; $messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?'; +$messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?'; + +$messages['noldapserver'] = 'Please select an ldap server to search'; + +$messages['nocontactsreturned'] = 'No contacts were found'; + +$messages['nosearchname'] = 'Please enter a contact name or email address'; -?>
\ No newline at end of file +?> |