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

lb.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6bd258b4234f846bc896a9bdecb32a7333422d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "files_external",
    {
    "Location" : "Uert",
    "Region" : "Regioun",
    "Host" : "Host",
    "Username" : "Benotzernumm",
    "Password" : "Passwuert",
    "Share" : "Deelen",
    "URL" : "URL",
    "Personal" : "Perséinlech",
    "Name" : "Numm",
    "Folder name" : "Dossiers Numm:",
    "Delete" : "Läschen"
},
"nplurals=2; plural=(n != 1);");