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

ca.js « l10n « federatedfilesharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc2ea1e51c631e173834285f6892e6bfa60683a4 (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "federatedfilesharing",
    {
    "Sharing %s failed, because this item is already shared with %s" : "Ha fallat en compartir %s, perquè l'element ja està compartit amb %s",
    "Open documentation" : "Obre la documentació"
},
"nplurals=2; plural=(n != 1);");