mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Log category ... naughty Paul, stop putting off working on permissions ... smack handy
git-svn-id: file:///svn/phpbb/trunk@2813 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0c27202137
commit
dd74309709
2 changed files with 6 additions and 2 deletions
|
@ -27,8 +27,8 @@ if ( !empty($setmodules) )
|
||||||
}
|
}
|
||||||
|
|
||||||
$filename = basename(__FILE__);
|
$filename = basename(__FILE__);
|
||||||
$module['General']['Admin_logs'] = $filename . "$SID&mode=admin";
|
$module['Log']['Admin_logs'] = $filename . "$SID&mode=admin";
|
||||||
$module['General']['Mod_logs'] = $filename . "$SID&mode=mod";
|
$module['Log']['Mod_logs'] = $filename . "$SID&mode=mod";
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,6 +37,7 @@ $lang['Users_cat'] = 'User Admin';
|
||||||
$lang['Groups_cat'] = 'Group Admin';
|
$lang['Groups_cat'] = 'Group Admin';
|
||||||
$lang['Forums_cat'] = 'Forum Admin';
|
$lang['Forums_cat'] = 'Forum Admin';
|
||||||
$lang['Styles_cat'] = 'Styles Admin';
|
$lang['Styles_cat'] = 'Styles Admin';
|
||||||
|
$lang['Log_cat'] = 'Log Admin';
|
||||||
|
|
||||||
$lang['Avatar_settings'] = 'Avatar Settings';
|
$lang['Avatar_settings'] = 'Avatar Settings';
|
||||||
$lang['Cookie_settings'] = 'Cookie Settings';
|
$lang['Cookie_settings'] = 'Cookie Settings';
|
||||||
|
@ -68,6 +69,8 @@ $lang['Mod_logs'] = 'Moderator Log';
|
||||||
$lang['Users'] = 'Users';
|
$lang['Users'] = 'Users';
|
||||||
$lang['Groups'] = 'Groups';
|
$lang['Groups'] = 'Groups';
|
||||||
|
|
||||||
|
$lang['Look_up_Forum'] = 'Select a Forum';
|
||||||
|
|
||||||
//
|
//
|
||||||
// Logging
|
// Logging
|
||||||
//
|
//
|
||||||
|
@ -415,6 +418,7 @@ $lang['SMTP_username_explain'] = 'Only enter a username if your smtp server requ
|
||||||
$lang['SMTP_password'] = 'SMTP Password';
|
$lang['SMTP_password'] = 'SMTP Password';
|
||||||
$lang['SMTP_password_explain'] = 'Only enter a password if your smtp server requires it';
|
$lang['SMTP_password_explain'] = 'Only enter a password if your smtp server requires it';
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Board settings
|
// Board settings
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue