1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

A few miscelaneous tweaks

git-svn-id: file:///svn/phpbb/trunk@6166 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-07-10 19:16:47 +00:00
parent 4f7c52e9e3
commit eb9548f465
3 changed files with 4 additions and 3 deletions

View File

@@ -478,6 +478,7 @@ $lang = array_merge($lang, array(
'LOG_INDEX_ACTIVATE' => '<b>Activated inactive users</b><br />&#187; %s',
'LOG_INDEX_DELETE' => '<b>Deleted inactive users</b><br />&#187; %s',
'LOG_INDEX_REMIND' => '<b>Sent reminder emails to inactive users</b><br />&#187; %s',
'LOG_INSTALL_CONVERTED' => '<b>Converted from %s to phpBB %s</b>',
'LOG_INSTALL_INSTALLED' => '<b>Installed phpBB %s</b>',
'LOG_IP_BROWSER_CHECK' => '<b>Session IP/Browser check failed</b><br />&#187;User IP "<i>%s</i>" checked against session IP "<i>%s</i>" and user browser string "<i>%s</i>" checked against session browser string "<i>%s</i>".',