mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Added: BBCode admin lang strings
git-svn-id: file:///svn/phpbb/trunk@4466 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c9c595781f
commit
52e42838d9
1 changed files with 5 additions and 1 deletions
|
@ -208,7 +208,11 @@ $lang += array(
|
||||||
'LOG_EDIT_IMAGESET' => '<b>Edited imageset</b><br />» %s',
|
'LOG_EDIT_IMAGESET' => '<b>Edited imageset</b><br />» %s',
|
||||||
'LOG_EDIT_IMAGESET_DETAILS' => '<b>Edited imageset details</b><br />» %s',
|
'LOG_EDIT_IMAGESET_DETAILS' => '<b>Edited imageset details</b><br />» %s',
|
||||||
'LOG_EXPORT_IMAGESET' => '<b>Exported imageset</b><br />» %s',
|
'LOG_EXPORT_IMAGESET' => '<b>Exported imageset</b><br />» %s',
|
||||||
'LOG_DELETE_IMAGESET' => '<b>Deleted imageset</b><br />» %s',
|
'LOG_DELETE_IMAGESET' => '<b>Deleted imageset</b><br />» %s',
|
||||||
|
|
||||||
|
'LOG_BBCODE_ADD' => '<b>Added new BBCode</b><br />» %s',
|
||||||
|
'LOG_BBCODE_EDIT' => '<b>Edited BBCode</b><br />» %s',
|
||||||
|
'LOG_BBCODE_DELETE' => '<b>Deleted BBCode</b><br />» %s',
|
||||||
);
|
);
|
||||||
|
|
||||||
// Index page
|
// Index page
|
||||||
|
|
Loading…
Add table
Reference in a new issue