From 6f9926357c8fdd71ae3ede4c3811198974c2df43 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 11 Feb 2008 18:51:30 -0500 Subject: [PATCH] Fix send_modified_header() function --- program/localization/pl/messages.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/program/localization/pl/messages.inc b/program/localization/pl/messages.inc index 0c6032a..9dc767d 100644 --- a/program/localization/pl/messages.inc +++ b/program/localization/pl/messages.inc @@ -6,7 +6,7 @@ | language/pl/messages.inc | | | | Language file of the RoundCube Webmail client | - | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | + | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ @@ -75,5 +75,6 @@ $messages['copyerror'] = 'Nie można skopiować żadnego adresu'; $messages['sourceisreadonly'] = 'Źródło adresu jest tylko do odczytu'; $messages['errorsavingcontact'] = 'Nie można było zapisać adresu kontaktu'; +$messages['movingmessage'] = 'Przenoszenie wiadomości...'; ?> \ No newline at end of file -- Gitblit v1.9.1