mirror of
https://github.com/nextcloud/server.git
synced 2025-02-05 17:10:17 +00:00
31b40aba25
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 lines
509 B
JavaScript
9 lines
509 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "Hiljuti ühendust võetud",
|
|
"Contacts Interaction" : "Kontaktide interaktsioon",
|
|
"Manages interaction between accounts and contacts" : "Haldab kontode ja kontaktide vahelist suhtlust",
|
|
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Koguge andmeid kontode ja kontaktidega suhtlemise kohta ning looge andmete jaoks aadressiraamat"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|