Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5] Action Log: Block/Unblock user #2964

Merged
merged 4 commits into from
Sep 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions administrator/language/de-DE/plg_actionlog_joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE="das Template"
PLG_ACTIONLOG_JOOMLA_TYPE_USER="den Benutzer"
PLG_ACTIONLOG_JOOMLA_TYPE_USER_GROUP="die Benutzergruppe"
PLG_ACTIONLOG_JOOMLA_TYPE_USER_NOTE="den Benutzerhinweis"
PLG_ACTIONLOG_JOOMLA_USER_BLOCK="Benutzer <a href='{accountlink}'>{username}</a> hat den Benutzer <a href='{itemlink}'>{title}</a> gesperrt"
PLG_ACTIONLOG_JOOMLA_USER_CACHE="Benutzer <a href='{accountlink}'>{username}</a> hat die Cache-Gruppe {group} gelöscht"
PLG_ACTIONLOG_JOOMLA_USER_CHECKIN="Benutzer <a href='{accountlink}'>{username}</a> hat einen Eintrag in der Tabelle {table} eingecheckt"
PLG_ACTIONLOG_JOOMLA_USER_LOG="Benutzer <a href='{accountlink}'>{username}</a> hat eine oder mehrere Zeilen aus den Benutzeraktivitäten gelöscht"
Expand All @@ -52,6 +53,7 @@ PLG_ACTIONLOG_JOOMLA_USER_REGISTRATION_ACTIVATE="Benutzer <a href='{accountlink}
PLG_ACTIONLOG_JOOMLA_USER_REMIND="Benutzer <a href='{accountlink}'>{username}</a> hat den Benutzernamen für sein Benutzerkonto angefordert"
PLG_ACTIONLOG_JOOMLA_USER_RESET_COMPLETE="Benutzer <a href='{accountlink}'>{username}</a> hat das Zurücksetzen des Passworts für sein Benutzerkonto abgeschlossen"
PLG_ACTIONLOG_JOOMLA_USER_RESET_REQUEST="Benutzer <a href='{accountlink}'>{username}</a> hat das Zurücksetzen des Passworts für sein Benutzerkonto angefordert"
PLG_ACTIONLOG_JOOMLA_USER_UNBLOCK="Benutzer <a href='{accountlink}'>{username}</a> hat den Benutzer <a href='{itemlink}'>{title}</a> freigegeben"
PLG_ACTIONLOG_JOOMLA_USER_UPDATE="Benutzer <a href='{accountlink}'>{username}</a> hat Joomla von {oldversion} auf {version} aktualisiert"
; Component
PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED="Benutzer <a href='{accountlink}'>{username}</a> hat die Einstellungen in der Konfiguration geändert"
Expand Down