diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-09-03 21:58:38 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-09-03 21:58:38 +0000 |
commit | 52e42838d9925ab063571f927df3aa59ed296710 (patch) | |
tree | 41bbf962f45339a5f860efc017ed926364a3b074 /phpBB | |
parent | c9c595781f8c5a55d0a75f8590f1cad3af67d2bd (diff) | |
download | forums-52e42838d9925ab063571f927df3aa59ed296710.tar forums-52e42838d9925ab063571f927df3aa59ed296710.tar.gz forums-52e42838d9925ab063571f927df3aa59ed296710.tar.bz2 forums-52e42838d9925ab063571f927df3aa59ed296710.tar.xz forums-52e42838d9925ab063571f927df3aa59ed296710.zip |
Added: BBCode admin lang strings
git-svn-id: file:///svn/phpbb/trunk@4466 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/lang_admin.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index e8fe3fdd37..c5dc852f0a 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -208,7 +208,11 @@ $lang += array( 'LOG_EDIT_IMAGESET' => '<b>Edited imageset</b><br />» %s', 'LOG_EDIT_IMAGESET_DETAILS' => '<b>Edited imageset details</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 |