diff options
Diffstat (limited to 'lib/plugins/acl/lang/da/lang.php')
-rw-r--r-- | lib/plugins/acl/lang/da/lang.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/plugins/acl/lang/da/lang.php b/lib/plugins/acl/lang/da/lang.php index 483ee7a15..34c63dbb5 100644 --- a/lib/plugins/acl/lang/da/lang.php +++ b/lib/plugins/acl/lang/da/lang.php @@ -1,13 +1,14 @@ <?php /** - * danish language file + * Danish language file * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author koeppe <koeppe@kazur.dk> * @author Jon Bendtsen <bendtsen@diku.dk> + * @author Lars Næsbye Christensen <larsnaesbye@stud.ku.dk> */ -$lang['admin_acl'] = 'Rettigheds Administration'; +$lang['admin_acl'] = 'Rettighedsadministration'; $lang['acl_group'] = 'Gruppe'; $lang['acl_user'] = 'Bruger'; $lang['acl_perms'] = 'Rettigheder for'; |