diff options
Diffstat (limited to 'apps/user_ldap/l10n/en_GB.js')
-rw-r--r-- | apps/user_ldap/l10n/en_GB.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/en_GB.js b/apps/user_ldap/l10n/en_GB.js index 95af6d42a27..89b7ea18b82 100644 --- a/apps/user_ldap/l10n/en_GB.js +++ b/apps/user_ldap/l10n/en_GB.js @@ -61,6 +61,7 @@ OC.L10N.register( "Your password will expire today." : "Your password will expire today.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Your password will expire within %n day.","Your password will expire within %n days."], "LDAP/AD integration" : "LDAP/AD integration", + "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." : "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.", "_%n group found_::_%n groups found_" : ["%n group found","%n groups found"], "> 1000 groups found" : "> 1000 groups found", "> 1000 users found" : "> 1000 users found", |