17 lines
620 B
JavaScript
17 lines
620 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",
|
|
"High contrast theme" : "Kõrge kontrastsusega teema",
|
|
"our issue tracker" : "meie vigade jälitaja",
|
|
"our design team" : "meie disaini meeskond",
|
|
"Enable" : "Lülita sisse"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|