blob: 254fc00e7574e4d4f7174522ea9982bc6d6ee59c (
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 accounts and contacts" : "Manages interaction between accounts and contacts",
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Collect data about accounts and contacts interactions and provide an address book for the data"
},
"nplurals=2; plural=(n != 1);");
|