From 583f1c8d80c42195d0ee41f30a885e13d777b79f Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 08 Nov 2005 15:18:56 -0500 Subject: [PATCH] Added reply-to-all function (submitted by Julien Brette) --- program/localization/nl/labels.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/program/localization/nl/labels.inc b/program/localization/nl/labels.inc index 464d939..b8158bd 100644 --- a/program/localization/nl/labels.inc +++ b/program/localization/nl/labels.inc @@ -91,6 +91,7 @@ // toolbar buttons $labels['writenewmessage'] = 'Schrijf een nieuw bericht'; $labels['replytomessage'] = 'Beantwoord het bericht'; +$labels['replytoallmessage'] = 'Beantwoord allen'; $labels['forwardmessage'] = 'Stuur bericht door'; $labels['deletemessage'] = 'Verplaats bericht naar prullenbak'; $labels['printmessage'] = 'Print dit bericht'; -- Gitblit v1.9.1