diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-13 17:00:35 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-13 17:00:35 +0000 |
| commit | c5e00971f9171be9cf8e12ac2f9a2d33ea5a0a70 (patch) | |
| tree | 98fc3ecc79d883e22721b8b8ccac3bbacae8c14e /roundcubemail/program/localization | |
| parent | fe462d11e38f1bc24d68dbd41d0caf21a36454d4 (diff) | |
#1485242: better handling of situation when message was sent successfully but cannot be saved
git-svn-id: https://svn.roundcube.net/trunk@1644 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/en_GB/messages.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/en_US/messages.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/messages.inc | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_GB/messages.inc b/roundcubemail/program/localization/en_GB/messages.inc index c763d0126..8ee5d8e24 100644 --- a/roundcubemail/program/localization/en_GB/messages.inc +++ b/roundcubemail/program/localization/en_GB/messages.inc @@ -40,6 +40,7 @@ $messages['encryptedmessage'] = 'This is an encrypted message and can not be dis $messages['nocontactsfound'] = 'No contacts found'; $messages['contactnotfound'] = 'The requested contact was not found'; $messages['sendingfailed'] = 'Failed to send message'; +$messages['errorsavingsent'] = 'An error occured while saving sent message'; $messages['errorsaving'] = 'An error occured while saving'; $messages['errormoving'] = 'Could not move the message'; $messages['errordeleting'] = 'Could not delete the message'; diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index d7b3f0380..8777bb17a 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -40,6 +40,7 @@ $messages['encryptedmessage'] = 'This is an encrypted message and can not be dis $messages['nocontactsfound'] = 'No contacts found'; $messages['contactnotfound'] = 'The requested contact was not found'; $messages['sendingfailed'] = 'Failed to send message'; +$messages['errorsavingsent'] = 'An error occured while saving sent message'; $messages['errorsaving'] = 'An error occured while saving'; $messages['errormoving'] = 'Could not move the message'; $messages['errordeleting'] = 'Could not delete the message'; diff --git a/roundcubemail/program/localization/pl_PL/messages.inc b/roundcubemail/program/localization/pl_PL/messages.inc index be8d04d0b..8b52e30be 100644 --- a/roundcubemail/program/localization/pl_PL/messages.inc +++ b/roundcubemail/program/localization/pl_PL/messages.inc @@ -45,7 +45,8 @@ $messages['encryptedmessage'] = 'Przepraszamy, nie można wyświetlić zaszyfrow $messages['nocontactsfound'] = 'Nie znaleziono kontaktu!'; $messages['contactnotfound'] = 'Szukany kontakt nie został odnaleziony'; $messages['sendingfailed'] = 'Nie udało się wysłać wiadomości!'; -$messages['errorsaving'] = 'Błąd podczas zapisu!'; +$messages['errorsavingsent'] = 'Wystąpił błąd podczas zapisu wysłanej wiadomości!'; +$messages['errorsaving'] = 'Wystąpił błąd podczas zapisu!'; $messages['errormoving'] = 'Nie można przenieść wybranej wiadomości!'; $messages['errordeleting'] = 'Nie można usunąć wiadomości!'; $messages['deletecontactconfirm'] = 'Czy na pewno chcesz usunąć wybrane kontakty?'; |
