|
From: Paul S. O. <ps...@us...> - 2001-11-19 01:05:02
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv26508/language/lang_english Modified Files: lang_main.php Log Message: Altered storage of private message info Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -r1.43 -r1.44 *** lang_main.php 2001/11/18 22:18:46 1.43 --- lang_main.php 2001/11/19 01:04:58 1.44 *************** *** 358,361 **** --- 358,364 ---- $lang['New_pm'] = "You have %d new message"; // You have 1 new message $lang['No_new_pm'] = "You have no new messages"; + $lang['Unread_pms'] = "You have %d unread messages"; + $lang['Unread_pm'] = "You have %d unread message"; + $lang['No_unread_pm'] = "You have no unread messages"; $lang['Inbox'] = "Inbox"; |