blob: 97985c68c39a479666c37b37c959e1bd5bdfc21e (
plain)
1
2
3
4
5
6
7
|
OC.L10N.register(
"lookup_server_connector",
{
"Lookup Server Connector" : "查找服务器连接器",
"Sync public account information with the lookup server" : "将公共账号信息与查找服务器同步"
},
"nplurals=1; plural=0;");
|