From 2ace10e4c2ff5fc2dada01c5b4c866640182162e Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 5 Dec 2001 00:20:56 +0000 Subject: New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks git-svn-id: file:///svn/phpbb/trunk@1511 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_english/lang_main.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/language') diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index 3bd012bd9b..ed11dcb0e4 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -92,6 +92,7 @@ $lang['IP_Address'] = "IP Address"; $lang['Select_forum'] = "Select a forum"; $lang['View_latest_post'] = "View latest post"; +$lang['View_newest_post'] = "View newest post"; $lang['Page_of'] = "Page %d of %d"; // Replaces with: Page 1 of 2 for example $lang['ICQ'] = "ICQ Number"; @@ -131,9 +132,12 @@ $lang['Guest_users_total'] = "%d Guests"; $lang['Guest_user_total'] = "%d Guest"; $lang['You_last_visit'] = "You last visited on %s"; // %s replaced by date/time +$lang['Current_time'] = "The time now is %s"; // %s replaced by time + $lang['Search_new'] = "View posts since last visit"; $lang['Search_your_posts'] = "View your posts"; $lang['Search_unanswered'] = "View unanswered posts"; + $lang['Register'] = "Register"; $lang['Profile'] = "Profile"; $lang['Edit_profile'] = "Edit your profile"; -- cgit v1.2.1