diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-04 09:01:36 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-04 09:01:36 +0000 |
| commit | 60a147392a6cf9e74cefe50b7506da2d7aa25dbe (patch) | |
| tree | b888d45c1317219f3a42442f3638f5f265de5848 /roundcubemail/program/localization | |
| parent | 339f6b7512520e7ad1c07c00adb0a18073e67300 (diff) | |
- Add ACL check on parent folder
git-svn-id: https://svn.roundcube.net/trunk@5022 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -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 f86ba5471..3f7db87a0 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -150,5 +150,6 @@ $messages['folderupdated'] = 'Folder updated successfully.'; $messages['foldercreated'] = 'Folder created successfully.'; $messages['invalidimageformat'] = 'Not a valid image format.'; $messages['mispellingsfound'] = 'Spelling errors detected in the message.'; +$messages['parentnotwritable'] = 'Unable to create/move folder into selected parent folder. No access rights.'; ?> |
