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

fr.js « l10n « contactsinteraction « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d78f4b743ef09d438f36f95157c5e2758ea3c859 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "contactsinteraction",
    {
    "Recently contacted" : "Contacté récemment",
    "Contacts Interaction" : "Interaction des contacts",
    "Manages interaction between users and contacts" : "Gère l'interaction entre les utilisateurs et les contacts",
    "Collect data about user and contacts interactions and provide an address book for the data" : "Recueillir des données sur les interactions des utilisateurs et des contacts et fournir un carnet d'adresses pour les données"
},
"nplurals=2; plural=(n > 1);");