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

---
 plugins/userinfo/localization/da_DK.inc |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/plugins/userinfo/localization/da_DK.inc b/plugins/userinfo/localization/da_DK.inc
index 0fed309..fd6f2ad 100644
--- a/plugins/userinfo/localization/da_DK.inc
+++ b/plugins/userinfo/localization/da_DK.inc
@@ -1,9 +1,22 @@
 <?php
 
+/*
+ +-----------------------------------------------------------------------+
+ | 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['userinfo'] = 'Bruger info';
+$labels['userinfo'] = 'Brugerinfo';
 $labels['created'] = 'Oprettet';
 $labels['lastlogin'] = 'Sidste login';
-$labels['defaultidentity'] = 'Standard identitet';
+$labels['defaultidentity'] = 'Standardidentitet';
 
-?>

--
Gitblit v1.9.1