blob: 9a619ba3f147472f5543236b332ae0be921cffb8 (
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 tra impitadores e cuntatos",
"Collect data about user and contacts interactions and provide an address book for the data" : "Acàbidat datos dae s'interatzione impitadore-cuntatos e aparitzat una rubrica "
},
"nplurals=2; plural=(n != 1);");
|