From 6649b1f0a5db6160d197a13ca79cfd67fbb02d77 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Sat, 23 Sep 2006 19:37:29 -0400
Subject: [PATCH] added TinyMCE spellchecker plugin, configured to use GoogleSpell

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

diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc
index 5a662d2..2856db8 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';
 
@@ -36,9 +36,15 @@
 
 $messages['loadingdata'] = 'Loading data...';
 
+$messages['checkingmail'] = 'Checking for new messages...';
+
 $messages['sendingmessage'] = 'Sending message...';
 
 $messages['messagesent'] = 'Message sent successfully';
+
+$messages['savingmessage'] = 'Saving message...';
+
+$messages['messagesaved'] = 'Message saved to Drafts';
 
 $messages['successfullysaved'] = 'Successfully saved';
 
@@ -60,7 +66,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';
 
@@ -78,12 +88,24 @@
 
 $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?';
-
 $messages['noldapserver'] = 'Please select an ldap server to search';
 
 $messages['nocontactsreturned'] = 'No contacts were found';
 
 $messages['nosearchname'] = 'Please enter a contact name or email address';
 
+$messages['searchsuccessful'] = '$nr messages found';
+
+$messages['searchnomatch'] = 'Search returned no matches';
+
+$messages['searching'] = 'Searching...';
+
+$messages['checking'] = 'Checking...';
+
+$messages['nospellerrors'] = 'No spelling errors found';
+
+$messages['folderdeleted'] = 'Folder successfully deleted';
+
+$messages['converting'] = 'Removing formatting from message...';
+
 ?>

--
Gitblit v1.9.1