blob: 383f55bf30be9fada26e6b3c45d2aac57aaf43ca (
plain)
1
2
3
4
5
6
7
8
9
|
OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "最近联系过的",
"Contacts Interaction" : "联系人互动",
"Manages interaction between users and contacts" : "管理用户和联系人之间的互动",
"Collect data about user and contacts interactions and provide an address book for the data" : "收集关于用户和联系人互动的数据,并提供该数据的地址簿"
},
"nplurals=1; plural=0;");
|