mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
8a1c778731
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 lines
539 B
JavaScript
9 lines
539 B
JavaScript
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"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|