diff options
author | David M <davidmj@users.sourceforge.net> | 2006-08-01 04:23:13 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-08-01 04:23:13 +0000 |
commit | 3c69c8f00a70ceeebabcd1cec79b6077ad785062 (patch) | |
tree | fd331d189eb1c1a795c05a5745875cc24c1fa0f5 /phpBB/language/en/posting.php | |
parent | 85e049dd668c969a0263776e3ae1ce24f3e37666 (diff) | |
download | forums-3c69c8f00a70ceeebabcd1cec79b6077ad785062.tar forums-3c69c8f00a70ceeebabcd1cec79b6077ad785062.tar.gz forums-3c69c8f00a70ceeebabcd1cec79b6077ad785062.tar.bz2 forums-3c69c8f00a70ceeebabcd1cec79b6077ad785062.tar.xz forums-3c69c8f00a70ceeebabcd1cec79b6077ad785062.zip |
- Captcha ACP
- BBCode stuff
git-svn-id: file:///svn/phpbb/trunk@6222 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 82cbf4af3f..7b38d34020 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -53,6 +53,7 @@ $lang = array_merge($lang, array( 'BBCODE_S_HELP' => 'Font color: [color=red]text[/color] Tip: you can also use color=#FF0000', 'BBCODE_U_HELP' => 'Underline text: [u]text[/u] (alt+u)', 'BBCODE_W_HELP' => 'Insert URL: [url]http://url[/url] or [url=http://url]URL text[/url] (alt+w)', + 'BBCODE_D_HELP' => 'Flash: [flash=height,width]http://url[/flash] (alt+d)', 'BUMP_ERROR' => 'You cannot bump this topic so soon after the last post.', 'CANNOT_DELETE_REPLIED' => 'Sorry but you may only delete posts which have not been replied to.', |