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

nds.js « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb3dc42971154c78081f465f62b0926b6c401053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files",
    {
    "Files" : "Dateien",
    "Delete" : "Löschen",
    "Details" : "Details",
    "Name" : "Name",
    "New folder" : "Neuer Ordner",
    "Upload" : "Hochladen",
    "Settings" : "Einstellungen",
    "WebDAV" : "WebDAV"
},
"nplurals=2; plural=(n != 1);");