diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2004-06-06 21:44:49 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-06-06 21:44:49 +0000 |
commit | c2834abfae4ac9bc02cb245d1bdb5bf78802ec26 (patch) | |
tree | 6691f2409cd2af03de0ac49b1db42d47cce01704 /phpBB/language/en/viewforum.php | |
parent | b3d98c8ba1b6f21b4a7c412b94ce5cae80cb4a40 (diff) | |
download | forums-c2834abfae4ac9bc02cb245d1bdb5bf78802ec26.tar forums-c2834abfae4ac9bc02cb245d1bdb5bf78802ec26.tar.gz forums-c2834abfae4ac9bc02cb245d1bdb5bf78802ec26.tar.bz2 forums-c2834abfae4ac9bc02cb245d1bdb5bf78802ec26.tar.xz forums-c2834abfae4ac9bc02cb245d1bdb5bf78802ec26.zip |
- added folder_moved image
- new feature: bookmark topics
- fixed post details link
- added confirmation screen to cookie deletion
git-svn-id: file:///svn/phpbb/trunk@4912 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/viewforum.php')
-rw-r--r-- | phpBB/language/en/viewforum.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/viewforum.php b/phpBB/language/en/viewforum.php index ae67f79962..0769970918 100644 --- a/phpBB/language/en/viewforum.php +++ b/phpBB/language/en/viewforum.php @@ -37,6 +37,7 @@ $lang += array( 'LOGIN_NOTIFY_FORUM' => 'You have been notified about this forum, please login to view it.', 'MARK_TOPICS_READ' => 'Mark Topics Read', + 'MOVED_TOPIC' => 'Moved Topic', 'NEW_POSTS_HOT' => 'New posts [ Popular ]', 'NEW_POSTS_LOCKED' => 'New posts [ Locked ]', |