From c75f8e9526d629c9b5aa7396885ae76d20c5c255 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 26 Mar 2010 09:44:46 -0400
Subject: [PATCH] - en_GB update (#1486562)

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

diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc
index 2848b13..0eaa214 100644
--- a/program/localization/en_GB/messages.inc
+++ b/program/localization/en_GB/messages.inc
@@ -47,6 +47,7 @@
 $messages['errorsavingsent'] = 'An error occurred while saving sent message';
 $messages['errorsaving'] = 'An error occurred while saving';
 $messages['errormoving'] = 'Could not move the message';
+$messages['errorcopying'] = 'Could not copy the message(s)';
 $messages['errordeleting'] = 'Could not delete the message';
 $messages['errormarking'] = 'Could not mark the message';
 $messages['deletecontactconfirm'] = 'Do you really want to delete the selected contact(s)?';
@@ -86,6 +87,7 @@
 $messages['sourceisreadonly'] = 'This address source is read-only';
 $messages['errorsavingcontact'] = 'Could not save the contact address';
 $messages['movingmessage'] = 'Moving message...';
+$messages['copyingmessage'] = 'Copying message...';
 $messages['receiptsent'] = 'Successfully sent a read receipt';
 $messages['errorsendingreceipt'] = 'Could not send the receipt';
 $messages['nodeletelastidentity'] = 'You cannot delete this identity, it\'s your last one.';

--
Gitblit v1.9.1