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

hi.js « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2de5b85e1696011551510037c0999d979ed80ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "files",
    {
    "Files" : "फाइलें ",
    "Close" : "बंद करें ",
    "Details" : "विवरण ",
    "New folder" : "नया फ़ोल्डर",
    "Upload" : "अपलोड ",
    "Save" : "सहेजें",
    "Settings" : "सेटिंग्स"
},
"nplurals=2; plural=(n != 1);");