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_quickicon_overridecheck.ini
Brian Teeman 6031e24acf
Use ellipsis - part 1 (#38638)
* Use ellipsis - part 1

Following the style guide and accessibility recommendations this PR changes the use of ... (dot dot dot) to the html entity for an ellipsis.

For example some screenreaders will announce the three dots eg read more dot dot dot but with an ellipsis they pause and do not say dot dot dot

This PR is only for the language strings. A further PR will follow to address truncation

* Update administrator/language/en-GB/joomla.ini

Co-authored-by: Stefan Wendhausen <stefan.wendhausen@tec-promotion.de>

* Update api/language/en-GB/joomla.ini

Co-authored-by: Stefan Wendhausen <stefan.wendhausen@tec-promotion.de>
2022-08-31 22:34:04 +02:00

15 lines
1.1 KiB
INI

; Joomla! Project
; (C) 2018 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_QUICKICON_OVERRIDECHECK="Quick Icon - Joomla! Overrides Update Notification"
PLG_QUICKICON_OVERRIDECHECK_CHECKING="Checking overrides &hellip;"
PLG_QUICKICON_OVERRIDECHECK_ERROR="Error on checking overrides."
PLG_QUICKICON_OVERRIDECHECK_ERROR_ENABLE="Enable <strong>Installer - override</strong> plugin."
PLG_QUICKICON_OVERRIDECHECK_GROUP_DESC="The group of this plugin (this value is compared with the group value used in <strong>Quick Icons</strong> modules to inject icons)."
PLG_QUICKICON_OVERRIDECHECK_GROUP_LABEL="Group"
PLG_QUICKICON_OVERRIDECHECK_OVERRIDEFOUND="Override(s) to check! %s"
PLG_QUICKICON_OVERRIDECHECK_UPTODATE="Overrides are up to date."
PLG_QUICKICON_OVERRIDECHECK_XML_DESCRIPTION="<p>Checks overrides on update and enables notifications when you visit the Home Dashboard page.</p><p><strong>Warning! You must have installer override plugin enabled to see results.</strong></p>"