diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-15 17:27:52 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-15 17:27:52 +0000 |
| commit | 28704eb3c92d9d72f83d2356cdebada4e3d460c8 (patch) | |
| tree | ca6dc911113fe87a3b32e38feef0fd944aab1fed /roundcubemail/program/localization/en_US | |
| parent | 92211a0425059ca8331994a9c6d3f92c9266c410 (diff) | |
- Add feedback and set busy when moving folder (#1485497)
git-svn-id: https://svn.roundcube.net/trunk@1982 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 8a649437b..568decc81 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -52,6 +52,7 @@ $messages['purgefolderconfirm'] = 'Do you really want to delete all messages in $messages['foldercreating'] = 'Creating folder...'; $messages['folderdeleting'] = 'Deleting folder...'; $messages['folderrenaming'] = 'Renaming folder...'; +$messages['foldermoving'] = 'Moving folder...'; $messages['formincomplete'] = 'The form was not completely filled out'; $messages['noemailwarning'] = 'Please enter a valid email address'; $messages['nonamewarning'] = 'Please enter a name'; |
