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

ml_IN.js « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: adce75dad9ae8242c2764efb9c02445f24eecfb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "files",
    {
    "Files" : "ഫയലുകൾ",
    "You created %1$s" : "നിങ്ങൾ %1$s സൃഷ്ടിച്ചു",
    "%2$s created %1$s" : "%2$s %1$s സൃഷ്ടിച്ചു",
    "You changed %1$s" : "നിങ്ങൾ %1$s പരിഷ്കരിച്ചു",
    "%2$s changed %1$s" : "%2$s %1$s പരിഷ്കരിച്ചു",
    "You deleted %1$s" : "നിങ്ങൾ %1$s മായ്ച്ചു",
    "%2$s deleted %1$s" : "%2$s %1$s മായ്ച്ചു"
},
"nplurals=2; plural=(n != 1);");