From ed5d29f4b3c57235594931d33dde7cccaf7cd58b Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 25 May 2006 14:25:04 -0400
Subject: [PATCH] Finalized GoogieSpell integration

---
 program/localization/en_US/messages.inc |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc
index d0a078e..f12dc40 100644
--- a/program/localization/en_US/messages.inc
+++ b/program/localization/en_US/messages.inc
@@ -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';
 
@@ -84,4 +88,15 @@
 
 $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';
+
+
 ?>

--
Gitblit v1.9.1