From 3ea0e3202a73eb7efcbf0b825582a6d3504658aa Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 01 Sep 2006 09:43:14 -0400 Subject: [PATCH] Quota display as image --- program/localization/en_US/messages.inc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index d4f3643..f406ff1 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -36,6 +36,8 @@ $messages['loadingdata'] = 'Loading data...'; +$messages['checkingmail'] = 'Checking for new messages...'; + $messages['sendingmessage'] = 'Sending message...'; $messages['messagesent'] = 'Message sent successfully'; @@ -102,5 +104,7 @@ $messages['nospellerrors'] = 'No spelling errors found'; +$messages['folderdeleted'] = 'Folder successfully deleted'; + ?> -- Gitblit v1.9.1