| | |
| | | $messages['loggedout'] = 'You have successfully terminated the session. Good bye!'; |
| | | $messages['mailboxempty'] = 'Mailbox is empty'; |
| | | $messages['loading'] = 'Loading...'; |
| | | $messages['uploading'] = 'Uploading file...'; |
| | | $messages['loadingdata'] = 'Loading data...'; |
| | | $messages['checkingmail'] = 'Checking for new messages...'; |
| | | $messages['sendingmessage'] = 'Sending 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'; |
| | | $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...'; |
| | |
| | | $messages['sourceisreadonly'] = 'This address source is read only'; |
| | | $messages['errorsavingcontact'] = 'Could not save the contact address'; |
| | | $messages['movingmessage'] = 'Moving message...'; |
| | | $messages['copyingmessage'] = 'Copying message...'; |
| | | $messages['receiptsent'] = 'Successfully sent a read receipt'; |
| | | $messages['errorsendingreceipt'] = 'Could not send the receipt'; |
| | | $messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.'; |
| | |
| | | $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'; |
| | | |
| | | ?> |