? ? Pending

User tests: Successful: Unsuccessful:

avatar infograf768
infograf768
16 Jun 2020

Summary of Changes

Last of alpha sorting, this time for admin plugins
Also deleted empty lines and a few useless comments that may have been useful when working on the files but are no use any more.

avatar infograf768 infograf768 - open - 16 Jun 2020
avatar infograf768 infograf768 - change - 16 Jun 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 16 Jun 2020
Category Administration Language & Strings
avatar infograf768
infograf768 - comment - 16 Jun 2020

Note

I found incongruities in some plugins keys for a few files in the sense that they were not following our rules, i.e. keep the same prefix for all strings.
This explains why we have for example, as they are alpha ordered

PLG_INSTALLER_N_OVERRIDE_FILE_UPDATED="%s Overridden files have changed."
PLG_INSTALLER_N_OVERRIDE_FILE_UPDATED_1="Overridden file has changed."
PLG_INSTALLER_OVERRIDE="Installer - Override"
PLG_INSTALLER_OVERRIDE_PLUGIN_XML_DESCRIPTION="This plugin enables notifications and handling of overrides after an update in case of changes."

instead of

PLG_INSTALLER_OVERRIDE="Installer - Override"
PLG_INSTALLER_OVERRIDE_N_FILE_UPDATED="%s Overridden files have changed."
PLG_INSTALLER_OVERRIDE_N_FILE_UPDATED_1="Overridden file has changed."
PLG_INSTALLER_OVERRIDE_PLUGIN_XML_DESCRIPTION="This plugin enables notifications and handling of overrides after an update in case of changes."

As these need to also correct php, this will be for another PR.

avatar rdeutz rdeutz - close - 16 Jun 2020
avatar rdeutz rdeutz - merge - 16 Jun 2020
avatar rdeutz rdeutz - change - 16 Jun 2020
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-06-16 11:01:47
Closed_By rdeutz
Labels Added: ? ?

Add a Comment

Login with GitHub to post a comment