mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
- some fixes/changes
git-svn-id: file:///svn/phpbb/trunk@5035 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -144,12 +144,12 @@ $lang += array(
|
||||
'LOG_PRUNE' => '<b>Pruned forums</b><br />» %s',
|
||||
'LOG_AUTO_PRUNE' => '<b>Auto-pruned forums</b><br />» %s',
|
||||
|
||||
'LOG_BAN_EXCLUDE_USER' => '<b>Excluded user from ban</b> for reason %s<br />» %s ',
|
||||
'LOG_BAN_EXCLUDE_IP' => '<b>Excluded ip from ban</b> for reason %s<br />» %s ',
|
||||
'LOG_BAN_EXCLUDE_EMAIL' => '<b>Excluded email from ban</b> for reason %s<br />» %s ',
|
||||
'LOG_BAN_USER' => '<b>Banned User</b> for reason %s<br />» %s ',
|
||||
'LOG_BAN_IP' => '<b>Banned ip</b> for reason %s<br />» %s',
|
||||
'LOG_BAN_EMAIL' => '<b>Banned email</b> for reason %s<br />» %s',
|
||||
'LOG_BAN_EXCLUDE_USER' => '<b>Excluded user from ban</b> for reason "<i>%s</i>"<br />» %s ',
|
||||
'LOG_BAN_EXCLUDE_IP' => '<b>Excluded ip from ban</b> for reason "<i>%s</i>"<br />» %s ',
|
||||
'LOG_BAN_EXCLUDE_EMAIL' => '<b>Excluded email from ban</b> for reason "<i>%s</i>"<br />» %s ',
|
||||
'LOG_BAN_USER' => '<b>Banned User</b> for reason "<i>%s</i>"<br />» %s ',
|
||||
'LOG_BAN_IP' => '<b>Banned ip</b> for reason "<i>%s</i>"<br />» %s',
|
||||
'LOG_BAN_EMAIL' => '<b>Banned email</b> for reason "<i>%s</i>"<br />» %s',
|
||||
'LOG_UNBAN_USER' => '<b>Unbanned user</b><br />» %s',
|
||||
'LOG_UNBAN_IP' => '<b>Unbanned ip</b><br />» %s',
|
||||
'LOG_UNBAN_EMAIL' => '<b>Unbanned email</b><br />» %s',
|
||||
|
Reference in New Issue
Block a user