Skip to content

Commit

Permalink
[5.2.3] User Action Logs Email (#3382)
Browse files Browse the repository at this point in the history
fix #3380
  • Loading branch information
tecpromotion authored Feb 2, 2025
1 parent 418856f commit 6af8934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/language/de-DE/com_actionlogs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COM_ACTIONLOGS_DATE_RELATIVE_LABEL="Relativer Zeitraum"
COM_ACTIONLOGS_DISABLED="Deaktiviert"
COM_ACTIONLOGS_EMAIL_BODY="Letzte Benutzeraktivitäten\n------\nDies ist die letzte Aktivität eines Benutzers auf der Website.\n\nAktivität | Datum | Erweiterung | Name\n{MESSAGES} {MESSAGE} | {DATE} | {EXTENSION} | {USERNAME} \n{/MESSAGES}"
COM_ACTIONLOGS_EMAIL_DESC="Dies ist die letzte Aktivität eines Benutzers auf Ihrer Website."
COM_ACTIONLOGS_EMAIL_HTMLBODY="<h1>Letzte Benutzeraktivitäten</h1>\n<h2>Dies ist die letzte Aktivität eines Benutzers auf der Website.</h2>\n<table>\n<thead>\n<th>Aktivität</th>\n<th>Datum</th>\n<th>Erweiterung</th>\n<th>Name</th>\n</thead>\n<tbody>\n{MESSAGES}<tr>\n<td>{MESSAGE}</td>\n<td>{DATE}</td>\n<td>{EXTENSION}</td>\n<td>{USERNAME}</td>\n</tr>{/MESSAGES}\n</tbody>\n</table>"
COM_ACTIONLOGS_EMAIL_HTMLBODY="<h1>Letzte Benutzeraktivitäten</h1>\n<h2>Dies ist die letzte Aktivität eines Benutzers auf der Website.</h2>\n{MESSAGES}<table>\n<thead>\n<th>Aktivität</th>\n<th>Datum</th>\n<th>Erweiterung</th>\n<th>Name</th>\n</thead>\n<tbody>\n<tr>\n<td>{MESSAGE}</td>\n<td>{DATE}</td>\n<td>{EXTENSION}</td>\n<td>{USERNAME}</td>\n</tr>\n</tbody>\n</table>{/MESSAGES}"
COM_ACTIONLOGS_EMAIL_SUBJECT="Letzte Benutzeraktivität"
COM_ACTIONLOGS_ERROR_COULD_NOT_EXPORT_DATA="Daten konnten nicht exportiert werden."
COM_ACTIONLOGS_EXPORT_ALL_CSV="Alle als CSV exportieren"
Expand Down

0 comments on commit 6af8934

Please sign in to comment.