1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-19 16:11:21 +02:00

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
This commit is contained in:
Paul S. Owen
2001-07-05 17:39:38 +00:00
parent a73375e5b0
commit 48c93d1568
2 changed files with 137 additions and 191 deletions

View File

@@ -158,7 +158,12 @@ $lang['Sticky'] = "<b>Sticky:</b>";
// 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";
//