diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-17 07:04:51 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-17 07:04:51 +0000 |
| commit | a6e4a046c9382e47d7f873cc7034d355864f2412 (patch) | |
| tree | 76cb3504f0fde8154c57d93d37858731887ec4ba /roundcubemail/program/localization/en_US | |
| parent | 05d4629d7aaeb0cccb4aac1942ddb565e7505f79 (diff) | |
- don't show message on unknown error (#1485848) + translate "Server Error!" message
git-svn-id: https://svn.roundcube.net/trunk@2493 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/messages.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index af7443eaa..c1ba41d49 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -22,6 +22,7 @@ $messages['loginfailed'] = 'Login failed'; $messages['cookiesdisabled'] = 'Your browser does not accept cookies'; $messages['sessionerror'] = 'Your session is invalid or expired'; $messages['imaperror'] = 'Connection to IMAP server failed'; +$messages['servererror'] = 'Server Error!'; $messages['nomessagesfound'] = 'No messages found in this mailbox'; $messages['loggedout'] = 'You have successfully terminated the session. Good bye!'; $messages['mailboxempty'] = 'Mailbox is empty'; |
