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: 21b409ce9ef2d9e1574ec74e8a21cf9f07466936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files",
    {
    "Files" : "फाइलें ",
    "Share" : "साझा करें",
    "Error" : "त्रुटि",
    "_%n folder_::_%n folders_" : ["",""],
    "_%n file_::_%n files_" : ["",""],
    "_Uploading %n file_::_Uploading %n files_" : ["",""],
    "Save" : "सहेजें",
    "New folder" : "नया फ़ोल्डर"
},
"nplurals=2; plural=(n != 1);");