10 lines
486 B
JavaScript
10 lines
486 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "Recently contacted",
|
|
"Contacts Interaction" : "Contacts Interaction",
|
|
"Manages interaction between users and contacts" : "Manages interaction between users and contacts",
|
|
"Collect data about user and contacts interactions and provide an address book for the data" : "Collect data about user and contacts interactions and provide an address book for the data"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|