You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION="Records the actions of users on the site so they can be reviewed if required."
15
15
; Common content type log messages
16
-
PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED="User <a href=\"{accountlink}\">{username}</a> added new {type} <a href=\"{itemlink}\">{title}</a>"
17
-
PLG_SYSTEM_ACTIONLOGS_CONTENT_ARCHIVED="User <a href=\"{accountlink}\">{username}</a> archived the {type} <a href=\"{itemlink}\">{title}</a>"
18
-
PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED="User <a href=\"{accountlink}\">{username}</a> deleted the {type} {title}"
19
-
PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED="User <a href=\"{accountlink}\">{username}</a> published the {type} <a href=\"{itemlink}\">{title}</a>"
20
-
PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED="User <a href=\"{accountlink}\">{username}</a> trashed the {type} <a href=\"{itemlink}\">{title}</a>"
21
-
PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED="User <a href=\"{accountlink}\">{username}</a> unpublished the {type} <a href=\"{itemlink}\">{title}</a>"
22
-
PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED="User <a href=\"{accountlink}\">{username}</a> updated the {type} <a href=\"{itemlink}\">{title}</a>"
16
+
PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> added new {type} <a href=\"{itemlink}\" title=\"Edit {type} {title}\">{title}</a>"
17
+
PLG_SYSTEM_ACTIONLOGS_CONTENT_ARCHIVED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> archived the {type} <a href=\"{itemlink}\" title=\"Edit {type} {title}\">{title}</a>"
18
+
PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> deleted the {type} {title}"
19
+
PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> published the {type} <a href=\"{itemlink}\" title=\"Edit {type} {title}\">{title}</a>"
20
+
PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> trashed the {type} <a href=\"{itemlink}\" title=\"Edit {type} {title}\">{title}</a>"
21
+
PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> unpublished the {type} <a href=\"{itemlink}\" title=\"Edit {type} {title}\">{title}</a>"
22
+
PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED="User <a href=\"{accountlink}\" title=\"Edit User {username}\">{username}</a> updated the {type} <a href=\"{itemlink}\" title=\"Edit {type} {title}\">{title}</a>"
0 commit comments