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

si.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7173d837d239cb9e5713d76ebf8812dd127d12fa (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "පරිශීලකයින්",
    "Groups" : "සමූහ…",
    "24 hours" : "හෝරා 24 යි",
    "1 hour" : "හෝරා 1 යි",
    "Copy" : "පිටපත්",
    "Available" : "ඇත"
},
"nplurals=2; plural=(n != 1);");