Skip to content

Commit

Permalink
[5] Action Log: Block/Unblock user (#2964)
Browse files Browse the repository at this point in the history
* add two new strings

* translation and alpha sorting

---------

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
  • Loading branch information
tecpromotion and heelc29 authored Sep 5, 2023
1 parent 7b40b71 commit 1adc9bc
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 1adc9bc

Please sign in to comment.