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

km.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1dd3ebe5f599c5eceaa285995df70bdd870809a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "អ្នកប្រើ",
    "Groups" : "ក្រុ",
    "Size" : "ទំហំ",
    "Shares" : "ចែក​រំលែក",
    "Type:" : "ប្រភេទ៖",
    "Size:" : "ទំហំ៖"
},
"nplurals=1; plural=0;");