From 76ffa2a099300325b34c92a9291dc4031b8a0d8a Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 04 Feb 2006 13:05:36 -0500
Subject: [PATCH] Added Bosnian and Croation translation

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

diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc
index d0a078e..a689368 100644
--- a/program/localization/en_US/messages.inc
+++ b/program/localization/en_US/messages.inc
@@ -60,8 +60,12 @@
 
 $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';
 
 $messages['noemailwarning'] = 'Please enter a valid email address';

--
Gitblit v1.9.1