mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
7 lines
177 B
JavaScript
7 lines
177 B
JavaScript
OC.L10N.register(
|
|
"user_ldap",
|
|
{
|
|
"_%s group found_::_%s groups found_" : ["",""],
|
|
"_%s user found_::_%s users found_" : ["",""]
|
|
},
|
|
"nplurals=2; plural=n > 1;");
|