mirror of
https://github.com/nextcloud/server.git
synced 2025-03-15 00:43:23 +00:00
8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
![]() |
OC.L10N.register(
|
||
|
"user_ldap",
|
||
|
{
|
||
|
"_%s group found_::_%s groups found_" : ["",""],
|
||
|
"_%s user found_::_%s users found_" : ["",""]
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|