diff --git a/inc/lang/no/lang.php b/inc/lang/no/lang.php index 5d8c2659335cb87cf3d99b0ca1c6429be8bba871..a015b92af3f402a3f68d3e2c67b3f4f57478bbba 100644 --- a/inc/lang/no/lang.php +++ b/inc/lang/no/lang.php @@ -25,6 +25,7 @@ * @author Danny Buckhof <daniel.raknes@hotmail.no> * @author Arne Hanssen <arne.hanssen@getmail.no> * @author Arne Hanssen <arnehans@getmail.no> + * @author Patrick Sletvold <patricksletvold@hotmail.com> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; diff --git a/lib/plugins/authad/lang/no/lang.php b/lib/plugins/authad/lang/no/lang.php index 44b9f807685d484cd1deba39a3c7e670818ebb33..b659067481d604611d691903fc3e09ef918f293b 100644 --- a/lib/plugins/authad/lang/no/lang.php +++ b/lib/plugins/authad/lang/no/lang.php @@ -6,8 +6,10 @@ * @author Patrick <spill.p@hotmail.com> * @author Thomas Juberg <Thomas.Juberg@Gmail.com> * @author Danny Buckhof <daniel.raknes@hotmail.no> + * @author Patrick Sletvold <patricksletvold@hotmail.com> */ $lang['domain'] = 'Loggpå-domene'; $lang['authpwdexpire'] = 'Ditt passord går ut om %d dager, du bør endre det snarest.'; $lang['passchangefail'] = 'Feil ved endring av passord. Det kan være at passordet ikke er i tråd med passordpolicyen '; +$lang['userchangefail'] = 'Klarte ikke å endre brukerattributter. Kanskje gar ikke kontoen din rettigheter til å gjøre endringer?'; $lang['connectfail'] = 'Feil ved kontakt med Active Directory serveren.'; diff --git a/lib/plugins/authad/lang/no/settings.php b/lib/plugins/authad/lang/no/settings.php index cba1eae8cbdf0bfbd8ef56d3befffd990518a65b..67629df51fa52ef1f99239447e9ed7626fb083fc 100644 --- a/lib/plugins/authad/lang/no/settings.php +++ b/lib/plugins/authad/lang/no/settings.php @@ -6,9 +6,14 @@ * @author Christopher Schive <chschive@frisurf.no> * @author Patrick <spill.p@hotmail.com> * @author Danny Buckhof <daniel.raknes@hotmail.no> + * @author Patrick Sletvold <patricksletvold@hotmail.com> */ $lang['account_suffix'] = 'Ditt konto-suffiks F. Eks. <code>@my.domain.org</code>'; +$lang['domain_controllers'] = 'En kommaseparert liste over domenekontrollere. Eks. <code>srv1.domene.org,srv2.domene.org</code>'; $lang['admin_password'] = 'Passordet til brukeren over.'; +$lang['sso'] = 'Skal engangspålogging via Kerberos eller NTLM bli brukt?'; $lang['use_ssl'] = 'Bruk SSL tilknytning? Hvis denne brukes, ikke aktiver TLS nedenfor.'; $lang['use_tls'] = 'Bruk TLS tilknytning? Hvis denne brukes, ikke aktiver SSL over.'; $lang['expirywarn'] = 'Antall dager på forhånd brukeren varsles om at passordet utgår. 0 for å deaktivere.'; +$lang['update_name'] = 'Tillate at brukere endrer AD-visningsnavnet sitt?'; +$lang['update_mail'] = 'Tillate at brukere endrer e-postadressen sin?'; diff --git a/lib/plugins/config/lang/no/lang.php b/lib/plugins/config/lang/no/lang.php index 667391f5567c964b2d28ed441c5f901ae268335f..e91b14df87cf7fa26091b4e1d03f3692544de109 100644 --- a/lib/plugins/config/lang/no/lang.php +++ b/lib/plugins/config/lang/no/lang.php @@ -18,6 +18,7 @@ * @author Egil Hansen <egil@rosetta.no> * @author Arne Hanssen <arne.hanssen@getmail.no> * @author Arne Hanssen <arnehans@getmail.no> + * @author Patrick Sletvold <patricksletvold@hotmail.com> */ $lang['menu'] = 'Konfigurasjonsinnstillinger'; $lang['error'] = 'Innstillingene ble ikke oppdatert på grunn av en eller flere ugyldig verdier. Vennligst se gjennom endringene og prøv på nytt. diff --git a/lib/plugins/revert/lang/no/lang.php b/lib/plugins/revert/lang/no/lang.php index 2abf9fc4002bc5d36716608ecc5da2961beaed8d..0a92e5dd2f978d6343599d3893f5d142f4b69999 100644 --- a/lib/plugins/revert/lang/no/lang.php +++ b/lib/plugins/revert/lang/no/lang.php @@ -23,6 +23,7 @@ * @author Danny Buckhof <daniel.raknes@hotmail.no> * @author Arne Hanssen <arne.hanssen@getmail.no> * @author Arne Hanssen <arnehans@getmail.no> + * @author Patrick Sletvold <patricksletvold@hotmail.com> */ $lang['menu'] = 'Tilbakestillingsbehandler'; $lang['filter'] = 'Søk etter søppelmeldinger';