diff options
Diffstat (limited to 'lib/plugins/usermanager')
-rw-r--r-- | lib/plugins/usermanager/lang/no/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/usermanager/lang/no/lang.php b/lib/plugins/usermanager/lang/no/lang.php index fef2efaa7..4481f8ba9 100644 --- a/lib/plugins/usermanager/lang/no/lang.php +++ b/lib/plugins/usermanager/lang/no/lang.php @@ -7,6 +7,7 @@ * @author Torkill Bruland <torkar-b@online.no> * @author Rune M. Andersen <rune.andersen@gmail.com> * @author Jakob Vad Nielsen (me@jakobnielsen.net) + * @author Kjell Tore Næsgaard <kjell.t.nasgaard@ntnu.no> */ $lang['menu'] = 'Behandle brukere'; $lang['noauth'] = '(autentisering av brukere ikke tilgjengelig)'; @@ -44,6 +45,7 @@ $lang['edit_usermissing'] = 'Fant ikke valgte brukere. Det oppgitte brukern $lang['user_notify'] = 'Varsle bruker'; $lang['note_notify'] = 'E-post med varsling blir bare sendt hvis brukeren blir gitt nytt passord.'; $lang['note_group'] = 'Nye brukere vil bli lagt til standardgruppen (%s) hvis ingen gruppe oppgis.'; +$lang['note_pass'] = 'Passordet vil bli autogenerert dersom feltet er tomt og varsle bruker er valgt.'; $lang['add_ok'] = 'Brukeren ble lagt til'; $lang['add_fail'] = 'Brukeren kunne ikke legges til'; $lang['notify_ok'] = 'Varsling sendt'; |