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

et_EE.js « l10n « accessibility « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52918fdef321c17c0ba09405cbf95fe6162ff710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "accessibility",
    {
    "Dark theme" : "Tume teema",
    "Enable dark theme" : "Luba tume teema",
    "High contrast mode" : "Kõrge kontrastsusega režiim",
    "Enable high contrast mode" : "Lubage kõrge kontrastsusega režiim.",
    "Dyslexia font" : "Düsleksia font",
    "Enable dyslexia font" : "Luba düsleksia font",
    "Accessibility" : "Ligipääsetavus"
},
"nplurals=2; plural=(n != 1);");