17 lines
990 B
JavaScript
17 lines
990 B
JavaScript
OC.L10N.register(
|
|
"accessibility",
|
|
{
|
|
"High contrast theme" : "Hoog contrast theme",
|
|
"Dark theme (beta)" : "Donker theme (beta)",
|
|
"Dyslexia font" : "Dyslexia font",
|
|
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is een vrij lettertype/font dat is ontwikkeld om de meest voorkomende leesfouten te voorkomen die worden veroorzaakt door dyslexie.",
|
|
"Accessibility" : "Toegankelijkheid",
|
|
"Accessibility options for nextcloud" : "Toegankelijkheidsopties voor nextcloud",
|
|
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Biedt meerdere toegankelijkheidsopties voor het makkelijk gebruiken van Nextcloud",
|
|
"Web Content Accessibility Guidelines" : "Web Content toegankelijkheidsrichtlijnen",
|
|
"our issue tracker" : "onze issue tracker",
|
|
"our design team" : "ons ontwerpteam",
|
|
"Enable" : "Inschakelen"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|