From a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a Mon Sep 17 00:00:00 2001 From: Thomas B. <thomas@roundcube.net> Date: Mon, 07 Oct 2013 13:19:03 -0400 Subject: [PATCH] Merge pull request #133 from cwickert/release-0.9-canned-responses --- plugins/archive/localization/nb_NB.inc | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/archive/localization/nb_NB.inc b/plugins/archive/localization/nb_NB.inc index 52f9fd9..46e49ab 100644 --- a/plugins/archive/localization/nb_NB.inc +++ b/plugins/archive/localization/nb_NB.inc @@ -9,12 +9,13 @@ | Licensed under the GNU General Public License | | | +-----------------------------------------------------------------------+ - | Author: Martin Bore <Unknown> | + | Author: Tobias V. Langhoff <spug@thespug.net> | +-----------------------------------------------------------------------+ - @version $Id$ */ $labels = array(); -$labels['buttontitle'] = 'Arkiver meldingen'; +$labels['buttontext'] = 'Arkiv'; $labels['archivefolder'] = 'Arkiv'; +$labels['buttontitle'] = 'Arkiver meldingen'; +$labels['archived'] = 'Arkivert'; -- Gitblit v1.9.1