|
From: Paul S. O. <ps...@us...> - 2001-11-21 15:56:16
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv15794/language/lang_english Modified Files: lang_main.php Log Message: PM popup and icon are finally in place Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -r1.48 -r1.49 *** lang_main.php 2001/11/21 13:02:36 1.48 --- lang_main.php 2001/11/21 15:56:12 1.49 *************** *** 364,367 **** --- 364,370 ---- $lang['Unread_pm'] = "You have %d unread message"; $lang['No_unread_pm'] = "You have no unread messages"; + $lang['You_new_pm'] = "A new private message is waiting for you in your Inbox"; + $lang['You_new_pms'] = "New private messages are waiting for you in your Inbox"; + $lang['You_no_new_pm'] = "No new private messages are waiting for you"; $lang['Inbox'] = "Inbox"; *************** *** 421,424 **** --- 424,428 ---- $lang['Savebox_size'] = "Your Savebox is %d%% full"; + $lang['Click_view_privmsg'] = "Click %sHere%s to visit your Inbox"; // |