Identify system messages with a span title.

Add option to prepend text to system messages.
Add option to always allow members to kick.
Add option to show names of those who kick people, or clean all messages.
This commit is contained in:
Daniel Winzen
2021-03-05 19:25:19 +01:00
parent c9b8a343be
commit f9b150f3ac
14 changed files with 97 additions and 23 deletions

@@ -55,7 +55,9 @@ $T=[
'globalloginpass' => 'Password globale:',
'login' => 'Entrare',
'dbupdate' => 'Database aggiornato!',
'sysmessage' => 'messaggio del sistema',
'sysmessages' => 'Messaggi del sistema',
'sysmessagetxt' => 'Questo testo precede i messaggi del sistema.',
'msgenter' => 'Entrata',
'msgexit' => 'Uscita',
'msgmemreg' => 'Registarto',
@@ -270,6 +272,7 @@ $T=[
'trackip' => 'Visualizzare IP-sessione',
'captchachars' => 'Simboli, utilizzati in Captcha',
'memkick' => 'Membri possono espellere, se non è presente moderatore',
'memkickalways' => 'Membri sempre possono espellere',
'forceredirect' => 'Riendirizzamento forzato',
'redirect' => 'Riendirizzamento forzato membri',
'backuprestore' => 'Backup e ripristino',
@@ -369,4 +372,5 @@ $T=[
'personalnotes' => 'Appunti personali',
'publicnotes' => 'Appunti pubbliche',
'filtermodkick' => 'Utlizzare filtro di esclusione per moderatori',
'namedoers' => 'Mostra chi espelle le persone o elimina tutti i messaggi.',
];