|
From: Paul S. O. <ps...@us...> - 2001-11-21 13:02:40
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv1499/language/lang_english Modified Files: lang_main.php Log Message: Added pop-up control for PM's to profile Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -r1.47 -r1.48 *** lang_main.php 2001/11/20 00:12:27 1.47 --- lang_main.php 2001/11/21 13:02:36 1.48 *************** *** 504,508 **** $lang['Current_Image'] = "Current Image"; ! $lang['Notify_on_privmsg'] = "Notify on Private Message"; $lang['Hide_user'] = "Hide your online status"; --- 504,510 ---- $lang['Current_Image'] = "Current Image"; ! $lang['Notify_on_privmsg'] = "Notify on new Private Message"; ! $lang['Popup_on_privmsg'] = "Pop up window on new Private Message"; ! $lang['Popup_on_privmsg_explain'] = "Some templates may open a new window to inform you when new private messages arrive"; $lang['Hide_user'] = "Hide your online status"; |