29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-20 19:15:27 +00:00
cms/language/en-GB/finder_cli.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

24 lines
1.3 KiB
INI

; Joomla! Project
; (C) 2011 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
FINDER_CLI="Smart Search INDEXER"
FINDER_CLI_BATCH_COMPLETE=" * Processed batch %s in %s seconds."
FINDER_CLI_BATCH_CONTINUING=" * Continuing processing of batch &hellip;"
FINDER_CLI_BATCH_PAUSING=" * Pausing processing for %s seconds &hellip;"
FINDER_CLI_FILTER_RESTORE_WARNING="Warning: Did not find taxonomy %s/%s in filter %s"
FINDER_CLI_INDEX_PURGE="Clear index"
FINDER_CLI_INDEX_PURGE_FAILED="- index clear failed."
FINDER_CLI_INDEX_PURGE_SUCCESS="- index clear successful"
FINDER_CLI_PEAK_MEMORY_USAGE="Peak memory usage: %s bytes"
FINDER_CLI_PROCESS_COMPLETE="Total Processing Time: %s seconds."
FINDER_CLI_RESTORE_FILTER_COMPLETED="- number of filters restored: %s"
FINDER_CLI_RESTORE_FILTERS="Restoring filters"
FINDER_CLI_SAVE_FILTER_COMPLETED="- number of saved filters: %s"
FINDER_CLI_SAVE_FILTERS="Saving filters"
FINDER_CLI_SETTING_UP_PLUGINS="Setting up Smart Search plugins"
FINDER_CLI_SETUP_ITEMS="Setup %s items in %s seconds."
FINDER_CLI_SKIPPING_PAUSE_LOW_BATCH_PROCESSING_TIME=" * Skipping pause, as previous batch had a very low processing time (%ss < %ss)"
FINDER_CLI_STARTING_INDEXER="Starting Indexer"