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

de.js « l10n « contactsinteraction « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc3ab539afd00b66dc6a6ac637209dd13e76d03d (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "contactsinteraction",
    {
    "Recently contacted" : "Zuletzt kontaktiert",
    "Contacts Interaction" : "Kontakte-Interaktion",
    "Manages interaction between users and contacts" : "Verwaltet Interaktionen von Benutzern mit Kontakten.",
    "Collect data about user and contacts interactions and provide an address book for the data" : "Sammelt Daten über Benutzer- und Kontaktinteraktionen und stellt ein Adressbuch für die Daten bereit"
},
"nplurals=2; plural=(n != 1);");