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

kn.js « l10n « encryption « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f0108db1731ebe4979b33df4bb1a9524ce53f02 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "encryption",
    {
    "Cheers!" : "ಆನಂದಿಸಿ !",
    "Enabled" : "ಸಕ್ರಿಯಗೊಳಿಸಿದೆ",
    "Disabled" : "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ"
},
"nplurals=1; plural=0;");