14 lines
461 B
JavaScript
14 lines
461 B
JavaScript
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",
|
|
"Enable" : "Lülita sisse"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|