blob: 158d83ae45bfff78049bfaf10bf6ce2020c74a5b (
plain)
1
2
3
4
5
6
7
8
9
|
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);");
|