From 48c93d1568522cc14672ddf452c7c555ca8de48c Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 5 Jul 2001 17:39:38 +0000 Subject: Altered view next and previous topic code and minor updates or fixes git-svn-id: file:///svn/phpbb/trunk@566 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/language') diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 5f1723e1bd..94b8f573a1 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -158,7 +158,12 @@ $lang['Sticky'] = "Sticky:"; // Viewtopic // $lang['Guest'] = 'Guest'; +$lang['Post_subject'] = "Post subject"; +$lang['View_next_topic'] = "View next topic"; +$lang['View_previous_topic'] = "View previous topic"; +$lang['No_newer_topics'] = "There are no newer topics in this forum"; +$lang['No_older_topics'] = "There are no older topics in this forum"; $lang['Topic_post_not_exist'] = "The topic or post you requested does not exist"; // -- cgit v1.2.1