Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nl.js « l10n « contactsinteraction « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 475ddb69e185989cd4e2c3f0509b1031ed4f69c4 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "contactsinteraction",
    {
    "Recently contacted" : "Recentelijk gecontacteerd",
    "Contacts Interaction" : "Contactpersoneninteractie",
    "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"
},
"nplurals=2; plural=(n != 1);");