diff options
| author | David M <davidmj@users.sourceforge.net> | 2006-08-07 03:21:28 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2006-08-07 03:21:28 +0000 |
| commit | b789628c57bca540c573fb04538abd277ca87e1e (patch) | |
| tree | 313b33f85473ac2e6cb8ae4385dc88e526a5194b /phpBB/language | |
| parent | cbd65ca2c9d59d5938e16ebdd26e1f4afdfbcd2a (diff) | |
| download | forums-b789628c57bca540c573fb04538abd277ca87e1e.tar forums-b789628c57bca540c573fb04538abd277ca87e1e.tar.gz forums-b789628c57bca540c573fb04538abd277ca87e1e.tar.bz2 forums-b789628c57bca540c573fb04538abd277ca87e1e.tar.xz forums-b789628c57bca540c573fb04538abd277ca87e1e.zip | |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@6247 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/posting.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index 0b769c7743..e1941b7f8d 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -42,6 +42,7 @@ $lang = array_merge($lang, array( 'BBCODE_HELPLINE_EXPLAIN' => 'This field contains the mouseover text of the BBCode', 'BBCODE_HELPLINE_TEXT' => 'Helpline text', 'BBCODE_TAG' => 'Tag', + 'BBCODE_TAG_TOO_LONG' => 'The tag definition that you have entered is too long, please shorten your tag definition.', 'BBCODE_USAGE' => 'BBCode usage', 'BBCODE_USAGE_EXAMPLE' => '[colour={COLOR}]{TEXT}[/colour]<br /><br />[font={TEXT1}]{TEXT2}[/font]', 'BBCODE_USAGE_EXPLAIN' => 'Here you define how to use the bbcode. Replace any variable input by the corresponding token (%ssee below%s)', |
