mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- use acl_m_ instead of acl_m
- some reference fixes git-svn-id: file:///svn/phpbb/trunk@5307 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -147,6 +147,14 @@ $lang += array(
|
||||
|
||||
// Log
|
||||
$lang += array(
|
||||
'LOG_BOT_ADDED' => '<b>New bot added</b><br />» %s',
|
||||
'LOG_BOT_DELETE' => '<b>Deleted bot</b><br />» %s',
|
||||
'LOG_BOT_UPDATED' => '<b>Existing bot updated</b><br />» %s',
|
||||
|
||||
'LOG_JAB_CHANGED' => '<b>Jabber account changed</b>',
|
||||
'LOG_JAB_PASSCHG' => '<b>Jabber password changed</b>',
|
||||
'LOG_JAB_REGISTER' => '<b>Jabber account registered</b>',
|
||||
|
||||
'LOG_MODULE_DISABLE' => '<b>Module disabled</b>',
|
||||
'LOG_MODULE_ENABLE' => '<b>Module enabled</b>',
|
||||
'LOG_MODULE_MOVE_DOWN' => '<b>Module moved down</b><br />» %s',
|
||||
|
Reference in New Issue
Block a user