diff options
author | Jim Wigginton <terrafrost@phpbb.com> | 2009-01-27 19:16:29 +0000 |
---|---|---|
committer | Jim Wigginton <terrafrost@phpbb.com> | 2009-01-27 19:16:29 +0000 |
commit | 06a47f8d8bfec14d63c84ca812fc3cdefa5a7874 (patch) | |
tree | 76e99c29103e66311f29b584fa786a619e4c7533 /phpBB/language/en/acp/forums.php | |
parent | d8263b86bbd0ed217c7e65a169fd6ff3c9a6a111 (diff) | |
download | forums-06a47f8d8bfec14d63c84ca812fc3cdefa5a7874.tar forums-06a47f8d8bfec14d63c84ca812fc3cdefa5a7874.tar.gz forums-06a47f8d8bfec14d63c84ca812fc3cdefa5a7874.tar.bz2 forums-06a47f8d8bfec14d63c84ca812fc3cdefa5a7874.tar.xz forums-06a47f8d8bfec14d63c84ca812fc3cdefa5a7874.zip |
Fixed bug #39005 - check forum_image whether it exists
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9309 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/forums.php')
-rw-r--r-- | phpBB/language/en/acp/forums.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php index 84f280c779..52919f4f40 100644 --- a/phpBB/language/en/acp/forums.php +++ b/phpBB/language/en/acp/forums.php @@ -81,6 +81,7 @@ $lang = array_merge($lang, array( 'FORUM_EDIT_EXPLAIN' => 'The form below will allow you to customise this forum. Please note that moderation and post count controls are set via forum permissions for each user or usergroup.', 'FORUM_IMAGE' => 'Forum image', 'FORUM_IMAGE_EXPLAIN' => 'Location, relative to the phpBB root directory, of an additional image to associate with this forum.', + 'FORUM_IMAGE_NO_EXIST' => 'The specified forum image does not exist', 'FORUM_LINK_EXPLAIN' => 'Full URL (including the protocol, i.e.: <samp>http://</samp>) to the destination location that clicking this forum will take the user, e.g.: <samp>http://www.phpbb.com/</samp>.', 'FORUM_LINK_TRACK' => 'Track link redirects', 'FORUM_LINK_TRACK_EXPLAIN' => 'Records the number of times a forum link was clicked.', |