diff options
Diffstat (limited to 'apps/accessibility/l10n/en_GB.js')
-rw-r--r-- | apps/accessibility/l10n/en_GB.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/accessibility/l10n/en_GB.js b/apps/accessibility/l10n/en_GB.js new file mode 100644 index 00000000000..391cd0a8747 --- /dev/null +++ b/apps/accessibility/l10n/en_GB.js @@ -0,0 +1,19 @@ +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);"); |