1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

- Imagesets can now be edited! Hooray! ( Might need to add something.. )

git-svn-id: file:///svn/phpbb/trunk@5483 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-01-22 05:33:09 +00:00
parent 7de53b46ec
commit c10f287751
4 changed files with 159 additions and 2 deletions

View File

@@ -338,6 +338,7 @@ $lang = array_merge($lang, array(
'LOG_IMAGESET_ADD_FS' => '<b>Add new imageset on filesystem</b><br />&#187; %s',
'LOG_IMAGESET_DELETE' => '<b>Deleted imageset</b><br />&#187; %s',
'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_INDEX_ACTIVATE' => '<b>Activated inactive users</b><br />&#187; %s',