diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-23 00:20:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-23 00:20:44 +0000 |
commit | 8b8463e126d13b8ba0df11358cef54800b89e084 (patch) | |
tree | f30952d43b05e4e84603fb9cd0bfd64e36ec9bc8 /apps/user_ldap/l10n | |
parent | 097f04c8b78851eb556d9dd1de2786be5e5f9aa5 (diff) | |
download | nextcloud-server-8b8463e126d13b8ba0df11358cef54800b89e084.tar.gz nextcloud-server-8b8463e126d13b8ba0df11358cef54800b89e084.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/nb.js | 2 | ||||
-rw-r--r-- | apps/user_ldap/l10n/nb.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/nb.js b/apps/user_ldap/l10n/nb.js index c42911515c8..4e99f8cceea 100644 --- a/apps/user_ldap/l10n/nb.js +++ b/apps/user_ldap/l10n/nb.js @@ -61,6 +61,8 @@ OC.L10N.register( "Your password will expire today." : "Passordet ditt utløper i dag.", "_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"], "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.", diff --git a/apps/user_ldap/l10n/nb.json b/apps/user_ldap/l10n/nb.json index 86156304e97..985693db1de 100644 --- a/apps/user_ldap/l10n/nb.json +++ b/apps/user_ldap/l10n/nb.json @@ -59,6 +59,8 @@ "Your password will expire today." : "Passordet ditt utløper i dag.", "_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"], "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.", |