|
From: Paul S. O. <ps...@us...> - 2001-12-05 00:21:00
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv16782/language/lang_english Modified Files: lang_main.php Log Message: New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -r1.58 -r1.59 *** lang_main.php 2001/11/29 22:51:34 1.58 --- lang_main.php 2001/12/05 00:20:56 1.59 *************** *** 93,96 **** --- 93,97 ---- $lang['Select_forum'] = "Select a forum"; $lang['View_latest_post'] = "View latest post"; + $lang['View_newest_post'] = "View newest post"; $lang['Page_of'] = "Page <b>%d</b> of <b>%d</b>"; // Replaces with: Page 1 of 2 for example *************** *** 132,138 **** --- 133,142 ---- $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"; |