blob: 93d714c2f0b2bfca56772c0b594ed8e41c021c4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "Contattati di recente",
"Contacts Interaction" : "Interazione contatti",
"Manages interaction between accounts and contacts" : "Gestisce l'interazione tra account e contatti",
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Raccoglie dati sulle interazioni tra gli account e i contatti e fornisce una rubrica per i dati",
"Manages interaction between users and contacts" : "Gestisce l'interazione tra utenti e contatti",
"Collect data about user and contacts interactions and provide an address book for the data" : "Raccoglie dati sulle interazioni tra gli utenti e i contatti e fornisce una rubrica per i dati"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|