8 lines
264 B
JavaScript
8 lines
264 B
JavaScript
|
OC.L10N.register(
|
||
|
"lookup_server_connector",
|
||
|
{
|
||
|
"Lookup Server Connector" : "Lookup Server Connector",
|
||
|
"Sync public user information with the lookup server" : "Sync public user information with the lookup server"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|