~ubuntu-branches/ubuntu/karmic/dokuwiki/karmic

« back to all changes in this revision

Viewing changes to lib/plugins/acl/lang/da/lang.php

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2007-03-29 19:44:52 UTC
  • mfrom: (2.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20070329194452-8r2w798oo21ago6l
Tags: 0.0.20061106-6
* High-urgency upload for fixing RC bug.
* Make fr.po's translation of "global" consistent. (Closes: #416509)
* Remove /etc/apache*/conf.d/ on purge. (Closes: #387974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * Danish language file
 
4
 *
 
5
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 
6
 * @author     koeppe <koeppe@kazur.dk>
 
7
 * @author     Jon Bendtsen <bendtsen@diku.dk>
 
8
 * @author     Lars Næsbye Christensen <larsnaesbye@stud.ku.dk>
 
9
 */
 
10
 
 
11
$lang['admin_acl']  = 'Rettighedsadministration';
 
12
$lang['acl_group']  = 'Gruppe';
 
13
$lang['acl_user']   = 'Bruger';
 
14
$lang['acl_perms']  = 'Rettigheder for';
 
15
$lang['page']       = 'Dokument';
 
16
$lang['namespace']  = 'Navnerum';
 
17
 
 
18
$lang['acl_perm1']  = 'Læs';
 
19
$lang['acl_perm2']  = 'Skriv';
 
20
$lang['acl_perm4']  = 'Opret';
 
21
$lang['acl_perm8']  = 'Upload';
 
22
$lang['acl_perm16'] = 'Slet';
 
23
$lang['acl_new']    = 'Tilføj ny post';
 
24
//Setup VIM: ex: et ts=2 enc=utf-8 :