diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-06-06 14:00:52 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-06-06 14:00:52 +0000 |
commit | ed17471e0c658f381e342a484cc1bb00a03b7a2a (patch) | |
tree | ab26d2a78d6970cc68d105d4ef7f853cba77d526 /phpBB/language/en/acp/board.php | |
parent | d268559876288ce432dfce1c637c1b81e6d5bd7d (diff) | |
download | forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.gz forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.bz2 forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.xz forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.zip |
Changing the stance we take towards flash. (DelvarWorld, NeoThermic)
fixing a few smaller bugs.
#12007
#12003
git-svn-id: file:///svn/phpbb/trunk@7715 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index d5c72e0e9c..d44106e622 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -126,6 +126,8 @@ $lang = array_merge($lang, array( 'ACP_POST_SETTINGS_EXPLAIN' => 'Here you can set all default settings for posting.', 'ALLOW_POST_LINKS' => 'Allow links in posts/private messages', 'ALLOW_POST_LINKS_EXPLAIN' => 'If disallowed the <code>[URL]</code> BBCode tag and automatic/magic URLs are disabled.', + 'ALLOW_POST_FLASH' => 'Allow use of <code>[FLASH]</code> BBCode tag', + 'ALLOW_POST_FLASH_EXPLAIN' => 'If disallowed the <code>[FLASH]</code> BBCode tag is disabled in posts.', 'BUMP_INTERVAL' => 'Bump interval', 'BUMP_INTERVAL_EXPLAIN' => 'Number of minutes, hours or days between the last post to a topic and the ability to bump this topic.', |