From a403cdacf07656c0bbeb2c6bf00557070ef826ba Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 04 Apr 2006 17:40:13 -0400
Subject: [PATCH] Added Lithuanian localization

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

diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc
index 37b7162..820d1b5 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';
 
@@ -84,4 +88,10 @@
 
 $messages['nosearchname'] = 'Please enter a contact name or email address';
 
+$messages['searchsuccessful'] = '$nr messages found';
+
+$messages['searchnomatch'] = 'Search returned no matches';
+
+$messages['searching'] = 'Searching...';
+
 ?>

--
Gitblit v1.9.1