[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/plugins/authad/lang/da/ -> lang.php (source)

   1  <?php
   2  
   3  /**
   4   * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
   5   *
   6   * @author Jacob Palm <mail@jacobpalm.dk>
   7   * @author Mikael Lyngvig <mikael@lyngvig.org>
   8   */
   9  $lang['domain']                = 'Logondomæne';
  10  $lang['authpwdexpire']         = 'Din adgangskode vil udløbe om %d dage, du bør ændre den snart.';
  11  $lang['passchangefail']        = 'Kunne ikke skifte adgangskoden. Måske blev adgangskodepolitikken ikke opfyldt?';
  12  $lang['userchangefail']        = 'Kunne ikke ændre brugerkontoen. Din konto har muligvis ikke rettigheder til at lave ændringer.';
  13  $lang['connectfail']           = 'Kunne ikke forbinde til Active Directory serveren.';