diff options
Diffstat (limited to 'apps/user_ldap/l10n/nb.js')
-rw-r--r-- | apps/user_ldap/l10n/nb.js | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/apps/user_ldap/l10n/nb.js b/apps/user_ldap/l10n/nb.js index 0c2fec821ee..50b9e2a40ff 100644 --- a/apps/user_ldap/l10n/nb.js +++ b/apps/user_ldap/l10n/nb.js @@ -6,12 +6,10 @@ OC.L10N.register( "Invalid configuration: Anonymous binding is not allowed." : "Oppsettet er ugyldig: Anonym binding er ikke tillatt.", "Valid configuration, connection established!" : "Gyldig oppsett, tilkoblet.", "Valid configuration, but binding failed. Please check the server settings and credentials." : "Oppsettet er i orden, men binding mislyktes. Sjekk server-oppsettet og påloggingsinformasjonen.", - "Invalid configuration. Please have a look at the logs for further details." : "Oppsettet er ikke gyldig. Sjekk loggene for flere detaljer.", "No action specified" : "Ingen handling spesifisert", "No configuration specified" : "Ingen oppsett spesifisert", "No data specified" : "Ingen data spesifisert", "Invalid data specified" : "Ugyldige data er spesifisert", - " Could not set configuration %s" : "Klarte ikke å utføre oppsett %s", "Action does not exist" : "Handlingen finnes ikke", "Renewing …" : "Fornyer…", "Very weak password" : "Veldig svakt passord", @@ -54,7 +52,6 @@ OC.L10N.register( "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP/AD." : "Plassholderen \"%uid\" mangler. Det vil bli erstattet med påloggingsnavnet når det spørres etter LDAP/AD.", "Please provide a login name to test against" : "Oppgi et påloggingsnavn å teste mot", "The group box was disabled, because the LDAP/AD server does not support memberOf." : "Gruppeboksen ble deaktivert fordi LDAP/AD-serveren ikke støtter memberOf.", - "Password change rejected. Hint: " : "Passordendring avslått. Hint:", "Please login with the new password" : "Logg inn med det nye passordet", "LDAP User backend" : "LDAP-brukerbackend", "Your password will expire tomorrow." : "Passordet ditt utløper i morgen.", @@ -62,10 +59,6 @@ OC.L10N.register( "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Passordet ditt utløper om %n dag.","Passordet ditt utløper om %n dager."], "LDAP/AD integration" : "LDAP/AD-integrasjon", "LDAP Connection" : "LDAP-forbindelse", - "_Binding failed for this LDAP configuration: %s_::_Binding failed for these LDAP configurations: %s_" : ["Binding mislyktes for denne LDAP-konfigurasjonen: %s","Binding mislyktes for disse LDAP-konfigurasjonene: %s"], - "_Searching failed for this LDAP configuration: %s_::_Searching failed for these LDAP configurations: %s_" : ["Søking mislyktes for denne LDAP-konfigurasjonen: %s","Søking mislyktes for disse LDAP-konfigurasjonene: %s"], - "_There is an inactive LDAP configuration: %s_::_There are inactive LDAP configurations: %s_" : ["Det finnes en inaktiv LDAP-konfigurasjon: %s","Det finnes inaktive LDAP-konfigurasjoner: %s"], - "_Binding and searching works on the configured LDAP connection (%s)_::_Binding and searching works on all of the configured LDAP connections (%s)_" : ["Binding og søking fungerer på den konfigurerte LDAP-tilkoblingen (%s)","Binding og søking fungerer på alle de konfigurerte LDAP-forbindelsene (%s)"], "Invalid LDAP UUIDs" : "Ugyldige LDAP UUID-er", "None found" : "Ingen funnet", "Invalid UUIDs of LDAP accounts or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Det er funnet ugyldige UUID-er for LDAP-brukere eller -grupper. Gå gjennom innstillingene for «Overstyr UUID-deteksjon» i Ekspert-delen av LDAP-konfigurasjonen, og bruk «occ ldap:update-uuid» for å oppdatere dem.", @@ -225,6 +218,6 @@ OC.L10N.register( "Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Brukernavn brukes til å lagre og tildele metadata. For å identifisere og gjenkjenne brukere nøyaktig, vil hver LDAP-bruker ha et internt brukernavn. Dette krever en kartlegging fra brukernavn til LDAP-bruker. Det opprettede brukernavnet tilordnes UUID for LDAP-brukeren. I tillegg er DN også hurtigbufret for å redusere LDAP-interaksjon, men den brukes ikke til identifikasjon. Hvis DN endres, vil endringene bli funnet. Det interne brukernavnet brukes overalt. Å rydde kartleggingen vil ha rester overalt. Å rydde tilordningene er ikke konfigurasjonsfølsom, det påvirker alle LDAP-konfigurasjoner! Tøm aldri kartleggingen i et produksjonsmiljø, bare i et test- eller eksperimentelt stadium.", "Clear Username-LDAP User Mapping" : "Nullstill tilknytning av brukernavn til LDAP bruker", "Clear Groupname-LDAP Group Mapping" : "Nullstill tilknytning av gruppenavn til LDAP gruppe", - "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Det er funnet ugyldige UUID-er for LDAP-brukere eller -grupper. Gå gjennom innstillingene for «Overstyr UUID-deteksjon» i Ekspert-delen av LDAP-konfigurasjonen, og bruk «occ ldap:update-uuid» for å oppdatere dem." + "Invalid configuration. Please have a look at the logs for further details." : "Oppsettet er ikke gyldig. Sjekk loggene for flere detaljer." }, "nplurals=2; plural=(n != 1);"); |