29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 15:43:43 +00:00
cms/administrator/language/en-GB/plg_system_accessibility.ini
Brian Teeman f58bee899e
[4.2] accessibility plugin update and fixes (#38009)
* [4.1] accessibility plugin update and fixes

#36948 changed the icons in the accessibility from the google material font (because :privacy :facepalm) to use emojis.

At the time this also resolved a bug in the upstream code that prevented the material font working on osx

Upstream has now resolved the osx problem.

This PR updates to the latest release of the script and introduces the ability to use either emoji or material icons. The default is emoji so there is no visible change etc on upgrade and no need for an update sql

* false

* Update plugins/system/accessibility/accessibility.php

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>

* refresh package-lock
2022-06-14 10:05:59 +02:00

29 lines
1.6 KiB
INI

; Joomla! Project
; (C) 2020 Open Source Matters, Inc. <https://www.joomla.org>
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8
PLG_SYSTEM_ACCESSIBILITY="System - Additional Accessibility Features"
PLG_SYSTEM_ACCESSIBILITY_CLOSE="Close"
PLG_SYSTEM_ACCESSIBILITY_CURSOR="Big Cursor"
PLG_SYSTEM_ACCESSIBILITY_DECREASE_SPACING="Decrease Text Spacing"
PLG_SYSTEM_ACCESSIBILITY_DECREASE_TEXT="Decrease Text Size"
PLG_SYSTEM_ACCESSIBILITY_EMOJIS="Icons"
PLG_SYSTEM_ACCESSIBILITY_EMOJIS_FALSE="Use Google Material Font"
PLG_SYSTEM_ACCESSIBILITY_EMOJIS_TRUE="Use Emojis"
PLG_SYSTEM_ACCESSIBILITY_GREY="Grey Hues"
PLG_SYSTEM_ACCESSIBILITY_INCREASE_SPACING="Increase Text Spacing"
PLG_SYSTEM_ACCESSIBILITY_INCREASE_TEXT="Increase Text Size"
PLG_SYSTEM_ACCESSIBILITY_INVERT_COLORS="Invert Colours"
PLG_SYSTEM_ACCESSIBILITY_MENU_TITLE="Accessibility Options"
PLG_SYSTEM_ACCESSIBILITY_READING="Reading Guide"
PLG_SYSTEM_ACCESSIBILITY_RESET="Reset"
PLG_SYSTEM_ACCESSIBILITY_SECTION="Site Section"
PLG_SYSTEM_ACCESSIBILITY_SECTION_ADMIN="Administrator (Backend)"
PLG_SYSTEM_ACCESSIBILITY_SECTION_BOTH="Both"
PLG_SYSTEM_ACCESSIBILITY_SECTION_SITE="Site (Frontend)"
PLG_SYSTEM_ACCESSIBILITY_STT="Speech to Text"
PLG_SYSTEM_ACCESSIBILITY_TTS="Text to Speech"
PLG_SYSTEM_ACCESSIBILITY_UNDERLINE="Underline Links"
PLG_SYSTEM_ACCESSIBILITY_XML_DESCRIPTION="This plugin adds an accessibility toolbar to your site with additional accessibility options. Once enabled the toolbar can be opened either with a mouse or with the hotkey <strong>CTRL + ALT + A</strong>, or <strong>CTRL + OPTION + A</strong> on MacOS."