diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-03-06 14:03:56 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-03-06 14:03:56 +0000 |
| commit | c01597499cbfbce0a429b7196a315e1643d9e5c2 (patch) | |
| tree | a93e25f2581db47848a99cbde681193e35f6f74f /phpBB/language/en/posting.php | |
| parent | 14b6714c93944b6af9ec01d978cfe7f387dc7e9a (diff) | |
| download | forums-c01597499cbfbce0a429b7196a315e1643d9e5c2.tar forums-c01597499cbfbce0a429b7196a315e1643d9e5c2.tar.gz forums-c01597499cbfbce0a429b7196a315e1643d9e5c2.tar.bz2 forums-c01597499cbfbce0a429b7196a315e1643d9e5c2.tar.xz forums-c01597499cbfbce0a429b7196a315e1643d9e5c2.zip | |
- added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag)
- fixed forum editing and parent id selection
- completely removed HTML support (it only creates security problems)
- changed cache_moderators() to reflect permission changes
git-svn-id: file:///svn/phpbb/trunk@5603 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/posting.php')
| -rw-r--r-- | phpBB/language/en/posting.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index e76831cef1..d1d507a94b 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -74,7 +74,6 @@ $lang = array_merge($lang, array( 'DELETE_POST_CONFIRM' => 'Are you sure you want to delete this message?', 'DELETE_POST_WARN' => 'Once deleted the post cannot be recovered', 'DISABLE_BBCODE' => 'Disable BBCode', - 'DISABLE_HTML' => 'Disable HTML', 'DISABLE_MAGIC_URL' => 'Do not automatically parse URLs', 'DISABLE_SMILIES' => 'Disable Smilies', 'DISALLOWED_EXTENSION' => 'The Extension %s is not allowed', @@ -100,9 +99,6 @@ $lang = array_merge($lang, array( 'GENERAL_UPLOAD_ERROR' => 'Could not upload Attachment to %s', - 'HTML_IS_OFF' => 'HTML is <u>OFF</u>', - 'HTML_IS_ON' => 'HTML is <u>ON</u>', - 'IMAGES_ARE_OFF' => '[img] is <u>OFF</u>', 'IMAGES_ARE_ON' => '[img] is <u>ON</u>', 'INVALID_FILENAME' => '%s is an invalid filename', |
