From c9d09bbe43f268c11cadc9846652ff33521edf6c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 25 Jan 2006 15:10:12 -0500
Subject: [PATCH] Updated localizations

---
 program/localization/en_US/messages.inc |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc
index 5a662d2..a689368 100644
--- a/program/localization/en_US/messages.inc
+++ b/program/localization/en_US/messages.inc
@@ -28,7 +28,7 @@
 
 $messages['nomessagesfound'] = 'No messages found in this mailbox';
 
-$messages['loggedout'] = 'You have successfully terminated the session. Goody bye!';
+$messages['loggedout'] = 'You have successfully terminated the session. Good bye!';
 
 $messages['mailboxempty'] = 'Mailbox is empty';
 
@@ -60,7 +60,11 @@
 
 $messages['errordeleting'] = 'Could not delete the message';
 
+$messages['deletecontactconfirm']  = 'Do you really want to delete the selected contact(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['formincomplete'] = 'The form was not completely filled out';
 
@@ -75,8 +79,6 @@
 $messages['nosubjectwarning']  = 'The "Subject" field is empty. Would you like to enter one now?';
 
 $messages['nobodywarning'] = 'Send this message without text?';
-
-$messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?';
 
 $messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?';
 

--
Gitblit v1.9.1