blob: 0b42b55e9f3aa0bda4f873e0d4182ebe8e04ee2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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);");
|