20 lines
1.5 KiB
JavaScript
20 lines
1.5 KiB
JavaScript
OC.L10N.register(
|
|
"accessibility",
|
|
{
|
|
"Dark theme" : "Dark theme",
|
|
"Enable dark theme" : "Enable dark theme",
|
|
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find.",
|
|
"High contrast mode" : "High contrast mode",
|
|
"Enable high contrast mode" : "Enable high contrast mode",
|
|
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased.",
|
|
"Dyslexia font" : "Dyslexia font",
|
|
"Enable dyslexia font" : "Enable dyslexia font",
|
|
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia.",
|
|
"Accessibility" : "Accessibility",
|
|
"Accessibility options for nextcloud" : "Accessibility options for nextcloud",
|
|
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Provides multiple accessibilities options to ease your use of Nextcloud",
|
|
"High contrast theme" : "High contrast theme",
|
|
"Enable" : "Enable"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|