nextcloud/apps/contactsinteraction/l10n/nl.js

10 lines
528 B
JavaScript
Raw Normal View History

2020-11-30 05:19:45 +03:00
OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "Recentelijk gecontacteerd",
"Contacts Interaction" : "Contactpersoneninteractie",
2020-12-06 05:19:28 +03:00
"Manages interaction between users and contacts" : "Beheert interactie tussen gebruikers en contactpersonen",
"Collect data about user and contacts interactions and provide an address book for the data" : "Verzamel gegevens over interacties tussen gebruikers en contactpersonen en biedt een adresboek voor de gegevens"
2020-11-30 05:19:45 +03:00
},
"nplurals=2; plural=(n != 1);");