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: 624855d3b65dc5fd1b8f09ddefb2b4f139cb96b9 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "contactsinteraction",
    {
    "Recently contacted" : "Recentelijk gecontacteerd",
    "Contacts Interaction" : "Contactpersoneninteractie",
    "Manages interaction between users and contacts" : "Beheert interactie tussen gebruikers en contactpersonen"
},
"nplurals=2; plural=(n != 1);");