From 66773789e392305bba4cdf7ed8e6ae3b8380de51 Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Thu, 27 Oct 2005 09:45:33 -0400 Subject: [PATCH] --- program/localization/en/messages.inc | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/program/localization/en/messages.inc b/program/localization/en/messages.inc index 6827393..0ad04ed 100644 --- a/program/localization/en/messages.inc +++ b/program/localization/en/messages.inc @@ -6,7 +6,7 @@ | | | Language file of the RoundCube Webmail client | | Copyright (C) 2005, RoundCube Dev. - Switzerland | - | All rights reserved. | + | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | @@ -52,5 +52,9 @@ $messages['errorsaving'] = 'An error occured while saving'; +$messages['errormoving'] = 'Could not move the message'; + +$messages['errordeleting'] = 'Could not delete the message'; + ?> \ No newline at end of file -- Gitblit v1.9.1