From d93fc991a8e3a604cb38d6ee3f367d8363f22bc7 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 17 Sep 2008 07:01:11 +0000 Subject: - Display progress message for folders create/delete/rename operations (#1485357) --- program/localization/en_GB/messages.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'program/localization/en_GB/messages.inc') diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index 7ca8d28aa..3b0da6864 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -49,6 +49,9 @@ $messages['deletecontactconfirm'] = 'Do you really want to delete the selected c $messages['deletemessagesconfirm'] = 'Do you really want to delete the 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['foldercreating'] = 'Folder creating...'; +$messages['folderdeleting'] = 'Folder deleting...'; +$messages['folderrenaming'] = 'Folder renaming...'; $messages['formincomplete'] = 'The form was not completely filled out'; $messages['noemailwarning'] = 'Please enter a valid email address'; $messages['nonamewarning'] = 'Please enter a name'; -- cgit v1.2.3