diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-23 11:18:49 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-23 11:18:49 +0000 |
| commit | 55b41c1135d2d9c118da73e2f938acc5d153d844 (patch) | |
| tree | fd77b6fe6bcb8277e847452dc62b4b91c793e9fe /roundcubemail/program/localization | |
| parent | 990096ff91cf031188d6ba48b36c722325187f41 (diff) | |
- Add loading indicator on contact delete
git-svn-id: https://svn.roundcube.net/trunk@5276 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 5572a7622..047349f8b 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/program/localization/en_US/messages.inc @@ -62,6 +62,7 @@ $messages['deletegroupconfirm'] = 'Do you really want to delete selected group? $messages['deletemessagesconfirm'] = 'Do you really want to delete selected message(s)?'; $messages['deletefolderconfirm'] = 'Do you really want to delete this folder?'; $messages['purgefolderconfirm'] = 'Do you really want to delete all messages in this folder?'; +$messages['contactdeleting'] = 'Deleting contact(s)...'; $messages['groupdeleting'] = 'Deleting group...'; $messages['folderdeleting'] = 'Deleting folder...'; $messages['foldermoving'] = 'Moving folder...'; |
