mirror of
https://github.com/nextcloud/server.git
synced 2025-03-14 00:13:56 +00:00
8 lines
385 B
JavaScript
8 lines
385 B
JavaScript
OC.L10N.register(
|
|
"lookup_server_connector",
|
|
{
|
|
"Lookup Server Connector" : "Lookup Server Connector",
|
|
"Sync public account information with the lookup server" : "Sync public account information with the lookup server",
|
|
"Sync public user information with the lookup server" : "Sync public user information with the lookup server"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|