diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-13 21:53:33 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-13 21:53:33 +0000 |
| commit | b0c39e4f356472a741a1c092a46c494615d2a25f (patch) | |
| tree | a4d8ddef84f53319cfd5fc7b8bc15aafc27c743c /roundcubemail/program/localization | |
| parent | da2e18f380734999ec1d1ba57091850bf296f554 (diff) | |
Some error messages added
git-svn-id: https://svn.roundcube.net/trunk@26 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/en/messages.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en/messages.inc b/roundcubemail/program/localization/en/messages.inc index 4a9009aa7..0ad04ed7e 100644 --- a/roundcubemail/program/localization/en/messages.inc +++ b/roundcubemail/program/localization/en/messages.inc @@ -52,5 +52,9 @@ $messages['sendingfailed'] = 'Failed to send message'; $messages['errorsaving'] = 'An error occured while saving'; +$messages['errormoving'] = 'Could not move the message'; + +$messages['errordeleting'] = 'Could not delete the message'; + ?>
\ No newline at end of file |
