|
From: Paul S. O. <ps...@us...> - 2001-11-29 22:51:38
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv19978/language/lang_english Modified Files: lang_main.php Log Message: Implement suggestion in bug #484449 Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -r1.57 -r1.58 *** lang_main.php 2001/11/29 13:05:03 1.57 --- lang_main.php 2001/11/29 22:51:34 1.58 *************** *** 420,423 **** --- 420,426 ---- $lang['Unmark_all'] = "Unmark all"; + $lang['Confirm_delete_pm'] = "Are you sure you want to delete this message?"; + $lang['Confirm_delete_pms'] = "Are you sure you want to delete these messages?"; + $lang['Inbox_size'] = "Your Inbox is %d%% full"; // eg. Your Inbox is 50% full $lang['Sentbox_size'] = "Your Sentbox is %d%% full"; |