From 977a295eb1e97e0c230063da40b8296fca778814 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 16 Dec 2005 15:05:41 -0500
Subject: [PATCH] Usage of virtusertable; mail_domain for new users; Chinese and Turkish localization

---
 program/localization/en/messages.inc |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/program/localization/en/messages.inc b/program/localization/en/messages.inc
index 1ce6bba..c1520ec 100644
--- a/program/localization/en/messages.inc
+++ b/program/localization/en/messages.inc
@@ -60,13 +60,13 @@
 
 $messages['errordeleting'] = 'Could not delete the message';
 
-$messages['errordeleting'] = 'Could not delete the message';
+$messages['deletefolderconfirm']  = 'Do you really want to delete this folder?';
 
-$messages['formincomplete']    = 'The form was not completely filled out';
+$messages['formincomplete'] = 'The form was not completely filled out';
 
-$messages['noemailwarning']    = 'Please enter a valid email address';
+$messages['noemailwarning'] = 'Please enter a valid email address';
 
-$messages['nonamewarning']     = 'Please enter a name';
+$messages['nonamewarning']  = 'Please enter a name';
 
 $messages['nopagesizewarning'] = 'Please enter a page size';
 
@@ -76,5 +76,7 @@
 
 $messages['nobodywarning'] = 'Send this message without text?';
 
+$messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?';
+
 
 ?>
\ No newline at end of file

--
Gitblit v1.9.1