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

lb.js « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f391757f7094a8cd0e8fb7fdbb699df931ffc421 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_sharing",
    {
    "Cancel" : "Ofbriechen",
    "Shared by" : "Gedeelt vun",
    "The password is wrong. Try again." : "Den Passwuert ass incorrect. Probeier ed nach eng keier.",
    "Password" : "Passwuert",
    "Name" : "Numm",
    "Download" : "Download"
},
"nplurals=2; plural=(n != 1);");