From 9c7ccef8cbfc97a3751b7d1db6f537081e896f13 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 14 May 2012 03:32:34 -0400
Subject: [PATCH] Updated plugin translations from launchpad

---
 plugins/markasjunk/localization/da_DK.inc |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/plugins/markasjunk/localization/da_DK.inc b/plugins/markasjunk/localization/da_DK.inc
index e351b0f..db1baf2 100644
--- a/plugins/markasjunk/localization/da_DK.inc
+++ b/plugins/markasjunk/localization/da_DK.inc
@@ -1,7 +1,20 @@
 <?php
 
-$labels = array();
-$labels['buttontitle'] = 'Marker som junk mail';
-$labels['reportedasjunk'] = 'Successfuldt rapporteret som junk mail';
+/*
+ +-----------------------------------------------------------------------+
+ | localization/da_DK/labels.inc                                         |
+ |                                                                       |
+ | Language file of the Roundcube Webmail client                         |
+ | Copyright (C) 2012, The Roundcube Dev Team                            |
+ | Licensed under the GNU General Public License                         |
+ |                                                                       |
+ +-----------------------------------------------------------------------+
+ | Author: Johannes Hessellund <osos@openeyes.dk>                        |
+ +-----------------------------------------------------------------------+
+ @version $Id$
+*/
 
-?>
+$labels = array();
+$labels['buttontitle'] = 'Marker som spam mail';
+$labels['reportedasjunk'] = 'Successfuldt rapporteret som spam mail';
+

--
Gitblit v1.9.1