summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/l10n/fr.js
blob: 25ceba72b2f0c8cf1e9f8882ee8366f98f478466 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "federatedfilesharing",
    {
    "Invalid Federated Cloud ID" : "ID Federated Cloud incorrect",
    "Sharing %s failed, because this item is already shared with %s" : "Le partage de %s a échoué car cet objet est déjà partagé avec %s",
    "Not allowed to create a federated share with the same user" : "Non autorisé à créer un partage fédéré avec le même utilisateur",
    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Le partage de %s a échoué : impossible de trouver %s. Peut-être le serveur est-il momentanément injoignable."
},
"nplurals=2; plural=(n > 1);");