nextcloud/apps/accessibility/l10n/da.js

22 lines
1.7 KiB
JavaScript
Raw Normal View History

2019-03-16 04:12:34 +03:00
OC.L10N.register(
"accessibility",
{
2019-08-26 05:14:34 +03:00
"Dark theme" : "Mørk tema",
2019-03-16 04:12:34 +03:00
"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." : "Et mørk tema, venligere for øjnene ved at dæmpe lysstyrken. Det er stadig under udvikling så indberet venligst alle problemer du måtte finde.",
2019-10-09 05:15:07 +03:00
"High contrast mode" : "Højkontrasttilstand",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "En højkontrasttilstand letter navigationen. Presentation af lavere kvalitet, men tydeligere.",
2019-03-16 04:12:34 +03:00
"Dyslexia font" : "Skrifftype for ordblinde",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er en gratis skrifttype designet til at undgå læsefejl pga. ordblindhed",
"Accessibility" : "Handicapvenlig",
"Accessibility options for nextcloud" : "Handicapvenlige indstillinger for nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Tilbyder flere handicapvenlige indstillinger til at lette brugen af Nextcloud",
2020-02-13 05:19:26 +03:00
"High contrast theme" : "Højkontrasttema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Et højkontrasttema letter navigationen. Presentation af lavere kvalitet, men tydeligere.",
"Dark theme (beta)" : "Mørkt tema (beta)",
2019-03-16 04:12:34 +03:00
"Web Content Accessibility Guidelines" : "Handicapvenlige retningslinjer for Web sider",
"our issue tracker" : "vores problem følger",
2019-12-02 05:16:54 +03:00
"our design team" : "vores designteam",
2020-02-13 05:19:26 +03:00
"Enable" : "Aktivér"
2019-03-16 04:12:34 +03:00
},
"nplurals=2; plural=(n != 1);");