Click to expand the diff!
```diff
diff --git a/administrator/language/en-GB/plg_actionlog_joomla.ini b/administrator/language/en-GB/plg_actionlog_joomla.ini
index c539bb7c22cf..17005e021b34 100644
--- a/administrator/language/en-GB/plg_actionlog_joomla.ini
+++ b/administrator/language/en-GB/plg_actionlog_joomla.ini
@@ -39,6 +39,7 @@ PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE="template"
PLG_ACTIONLOG_JOOMLA_TYPE_USER="user"
PLG_ACTIONLOG_JOOMLA_TYPE_USER_GROUP="user group"
PLG_ACTIONLOG_JOOMLA_TYPE_USER_NOTE="user note"
+PLG_ACTIONLOG_JOOMLA_USER_BLOCK="User {username} blocked user {title}"
PLG_ACTIONLOG_JOOMLA_USER_CACHE="User {username} deleted cache group {group}"
PLG_ACTIONLOG_JOOMLA_USER_CHECKIN="User {username} performed a check in to table {table}"
PLG_ACTIONLOG_JOOMLA_USER_LOG="User {username} purged one or more rows from the action log"
@@ -51,9 +52,8 @@ PLG_ACTIONLOG_JOOMLA_USER_REGISTRATION_ACTIVATE="User {u
PLG_ACTIONLOG_JOOMLA_USER_REMIND="User {username} requested a username reminder for their account"
PLG_ACTIONLOG_JOOMLA_USER_RESET_COMPLETE="User {username} completed the password reset for their account"
PLG_ACTIONLOG_JOOMLA_USER_RESET_REQUEST="User {username} requested a password reset for their account"
-PLG_ACTIONLOG_JOOMLA_USER_UPDATE="User {username} updated Joomla from {oldversion} to {version}"
-PLG_ACTIONLOG_JOOMLA_USER_BLOCK="User {username} blocked user {title}"
PLG_ACTIONLOG_JOOMLA_USER_UNBLOCK="User {username} unblocked user {title}"
+PLG_ACTIONLOG_JOOMLA_USER_UPDATE="User {username} updated Joomla from {oldversion} to {version}"
; Component
PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED="User {username} changed settings of the application configuration"
PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED="User {username} changed settings of the component {extension_name}"
```
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/41602 Poniżej zmiany w oryginale:
Click to expand the diff!
```diff diff --git a/administrator/language/en-GB/plg_actionlog_joomla.ini b/administrator/language/en-GB/plg_actionlog_joomla.ini index c539bb7c22cf..17005e021b34 100644 --- a/administrator/language/en-GB/plg_actionlog_joomla.ini +++ b/administrator/language/en-GB/plg_actionlog_joomla.ini @@ -39,6 +39,7 @@ PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE="template" PLG_ACTIONLOG_JOOMLA_TYPE_USER="user" PLG_ACTIONLOG_JOOMLA_TYPE_USER_GROUP="user group" PLG_ACTIONLOG_JOOMLA_TYPE_USER_NOTE="user note" +PLG_ACTIONLOG_JOOMLA_USER_BLOCK="User {username} blocked user {title}" PLG_ACTIONLOG_JOOMLA_USER_CACHE="User {username} deleted cache group {group}" PLG_ACTIONLOG_JOOMLA_USER_CHECKIN="User {username} performed a check in to table {table}" PLG_ACTIONLOG_JOOMLA_USER_LOG="User {username} purged one or more rows from the action log" @@ -51,9 +52,8 @@ PLG_ACTIONLOG_JOOMLA_USER_REGISTRATION_ACTIVATE="User {u PLG_ACTIONLOG_JOOMLA_USER_REMIND="User {username} requested a username reminder for their account" PLG_ACTIONLOG_JOOMLA_USER_RESET_COMPLETE="User {username} completed the password reset for their account" PLG_ACTIONLOG_JOOMLA_USER_RESET_REQUEST="User {username} requested a password reset for their account" -PLG_ACTIONLOG_JOOMLA_USER_UPDATE="User {username} updated Joomla from {oldversion} to {version}" -PLG_ACTIONLOG_JOOMLA_USER_BLOCK="User {username} blocked user {title}" PLG_ACTIONLOG_JOOMLA_USER_UNBLOCK="User {username} unblocked user {title}" +PLG_ACTIONLOG_JOOMLA_USER_UPDATE="User {username} updated Joomla from {oldversion} to {version}" ; Component PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED="User {username} changed settings of the application configuration" PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED="User {username} changed settings of the component {extension_name}" ```