1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

- removed a useless line [Bug #3656]

- do not reuse session ids [Bug #3626]
- Bug #3684
- added refresh imageset option


git-svn-id: file:///svn/phpbb/trunk@6257 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2006-08-10 13:33:06 +00:00
parent 53085a4c78
commit 83e6dcb1ce
6 changed files with 84 additions and 14 deletions

View File

@@ -473,6 +473,7 @@ $lang = array_merge($lang, array(
'LOG_IMAGESET_EDIT_DETAILS' => '<b>Edited imageset details</b><br />&#187; %s',
'LOG_IMAGESET_EDIT' => '<b>Edited imageset</b><br />&#187; %s',
'LOG_IMAGESET_EXPORT' => '<b>Exported imageset</b><br />&#187; %s',
'LOG_IMAGESET_REFRESHED' => '<b>Refreshed imageset</b><br />&#187; %s',
'LOG_INDEX_ACTIVATE' => '<b>Activated inactive users</b><br />&#187; %s',
'LOG_INDEX_DELETE' => '<b>Deleted inactive users</b><br />&#187; %s',
@@ -560,6 +561,7 @@ $lang = array_merge($lang, array(
'LOG_THEME_EDIT' => '<b>Edited theme <i>%1$s</i></b><br />&#187; Modified class <i>%2$s</i>',
'LOG_THEME_EDIT_ADD' => '<b>Edited theme <i>%1$s</i></b><br />&#187; Added class <i>%2$s</i>',
'LOG_THEME_EXPORT' => '<b>Exported theme</b><br />&#187; %s',
'LOG_THEME_REFRESHED' => '<b>Refreshed theme</b><br />&#187; %s',
'LOG_USER_ACTIVE' => '<b>User activated</b><br />&#187; %s',
'LOG_USER_BAN_USER' => '<b>Banned User via user management</b> for reason "<i>%1$s</i>"<br />&#187; %2$s',