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

de.js « l10n « federatedfilesharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e2d51ae809d5dc909b2cbdc4a651872abc7bb4d (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "federatedfilesharing",
    {
    "Invalid Federated Cloud ID" : "Ungültige Federated-Cloud-ID",
    "Sharing %s failed, because this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird",
    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Freigabe von %s fehlgeschlagen, da %s nicht gefunden wurde. Möglicherweise ist der Server nicht erreichbar."
},
"nplurals=2; plural=(n != 1);");