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

kn.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8aa960c35ebacfc94422aecd65c5f0bef121f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "groupfolders",
    {
    "Create" : "ಸೃಷ್ಟಿಸಿ",
    "Delete" : "ಅಳಿಸಿ",
    "Share" : "ಹಂಚಿಕೊಳ್ಳಿ",
    "Group" : "ಗುಂಪು",
    "Groups" : "ಗುಂಪುಗಳು",
    "Quota" : "ಪಾಲು"
},
"nplurals=2; plural=(n > 1);");