diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-14 09:31:48 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-05-14 09:31:48 +0200 |
commit | e88e20c3fbcf285030d807a304f0404d178772d2 (patch) | |
tree | 209d6be5038136c96e1f4b09a15e38374e74b4f0 /plugins/userinfo/localization | |
parent | 5cea366884ec515b9a815b87c0621fc5c5760181 (diff) |
Updated plugin translations from launchpad
Diffstat (limited to 'plugins/userinfo/localization')
-rw-r--r-- | 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 0fed30935..fd6f2ad6d 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'; -?> |