diff options
author | vbenincasa <vbenincasa@gmail.com> | 2009-10-04 08:16:20 +0000 |
---|---|---|
committer | vbenincasa <vbenincasa@gmail.com> | 2009-10-04 08:16:20 +0000 |
commit | 3f97120cb1f546f9c7973f11949e37ac1fb23412 (patch) | |
tree | 4dca778649b296ba39c247199b34a55fa46ea138 /program/localization/en_US | |
parent | a23497f92f378b162f68aea35754aa02d314d4a9 (diff) |
- Added an alert message when uploading still in progress and the user tries to send the message
- Added the functionality to abort the upload process
- Changed the loading icon background to transparent, so it can be used in other templates easily
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/messages.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index 3bc513213..6fc7be862 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -69,6 +69,7 @@ $messages['notsentwarning'] = 'Message has not been sent. Do you want to discard $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'; +$messages['notuploadedwarning'] = 'Not all attachments have been uploaded yet. Please wait or cancel the upload.'; $messages['searchsuccessful'] = '$nr messages found'; $messages['searchnomatch'] = 'Search returned no matches'; $messages['searching'] = 'Searching...'; |