summaryrefslogtreecommitdiff
path: root/plugins/markasjunk
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-05-14 09:31:48 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-05-14 09:31:48 +0200
commite88e20c3fbcf285030d807a304f0404d178772d2 (patch)
tree209d6be5038136c96e1f4b09a15e38374e74b4f0 /plugins/markasjunk
parent5cea366884ec515b9a815b87c0621fc5c5760181 (diff)
Updated plugin translations from launchpad
Diffstat (limited to 'plugins/markasjunk')
-rw-r--r--plugins/markasjunk/localization/da_DK.inc19
1 files changed, 16 insertions, 3 deletions
diff --git a/plugins/markasjunk/localization/da_DK.inc b/plugins/markasjunk/localization/da_DK.inc
index e351b0f61..db1baf220 100644
--- a/plugins/markasjunk/localization/da_DK.inc
+++ b/plugins/markasjunk/localization/da_DK.inc
@@ -1,7 +1,20 @@
<?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['buttontitle'] = 'Marker som junk mail';
-$labels['reportedasjunk'] = 'Successfuldt rapporteret som junk mail';
+$labels['buttontitle'] = 'Marker som spam mail';
+$labels['reportedasjunk'] = 'Successfuldt rapporteret som spam mail';
-?>