Thomas Bruederli
2012-05-14 e88e20c3fbcf285030d807a304f0404d178772d2
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';
?>