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

nds.js « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a92b2527c3778ffb0eb1f23c1ac400c9fdf7ddc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "files_sharing",
    {
    "Cancel" : "Abbrechen",
    "Invalid ownCloud url" : "Fehlerhafte ownCloud URL",
    "The password is wrong. Try again." : "Dieses Passwort ist falsch. Bitte versuche es erneut.",
    "Password" : "Passwort",
    "Name" : "Name",
    "Add to your ownCloud" : "Zu deiner ownCloud hinzufügen",
    "Download" : "Download"
},
"nplurals=2; plural=(n != 1);");