mirror of
https://github.com/nextcloud/server.git
synced 2025-01-15 23:59:16 +00:00
fce8f97779
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 lines
403 B
JavaScript
8 lines
403 B
JavaScript
OC.L10N.register(
|
|
"lookup_server_connector",
|
|
{
|
|
"Lookup Server Connector" : "Lookup Server Connector",
|
|
"Sync public account information with the lookup server" : "Synchroniseer publieke accountinformatie met de opzoekserver",
|
|
"Sync public user information with the lookup server" : "Synchroniseer openbare gebruikersinformatie met de opzoekserver"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|