blob: 101d0ec42866f8dd3c45430dfb9240c16ded12be (
plain)
1
2
3
4
5
6
7
8
9
|
OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "Cuntatos reghentes",
"Contacts Interaction" : "Interatzione cun is cuntatos",
"Manages interaction between users and contacts" : "Organizat is interatziones intre utentes e cuntatos",
"Collect data about user and contacts interactions and provide an address book for the data" : "Acàbida datos dae s'interatzione utente-cuntatos e aparitza una rubrica "
},
"nplurals=2; plural=(n != 1);");
|