diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-06-08 02:15:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-06-08 02:15:55 +0000 |
commit | f51c24a70a92dc78b7bd11aa5afa408a748fc4d8 (patch) | |
tree | 3e5d440caf0619f1e25a064a30580f60d94cd5f9 /apps/accessibility | |
parent | ce7a15e804c47609b137e44b2c11dd5eb3b674c0 (diff) | |
download | nextcloud-server-f51c24a70a92dc78b7bd11aa5afa408a748fc4d8.tar.gz nextcloud-server-f51c24a70a92dc78b7bd11aa5afa408a748fc4d8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/accessibility')
-rw-r--r-- | apps/accessibility/l10n/en_GB.js | 19 | ||||
-rw-r--r-- | apps/accessibility/l10n/en_GB.json | 17 |
2 files changed, 36 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);"); diff --git a/apps/accessibility/l10n/en_GB.json b/apps/accessibility/l10n/en_GB.json new file mode 100644 index 00000000000..5d5974fcdcf --- /dev/null +++ b/apps/accessibility/l10n/en_GB.json @@ -0,0 +1,17 @@ +{ "translations": { + "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" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |