mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 12:09:14 +00:00
313a027281
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 lines
527 B
JavaScript
9 lines
527 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "Nýlega haft samband við",
|
|
"Contacts Interaction" : "Gagnvirkni tengiliða",
|
|
"Manages interaction between users and contacts" : "Sýslar með gagnvirkni milli notenda og tengiliða",
|
|
"Collect data about user and contacts interactions and provide an address book for the data" : "Safnaðu gögnum um samskipti milli notenda og tengiliða og gefðu upp nafnaskrá fyrir gögnin"
|
|
},
|
|
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|