From: Lo?c C. <lo...@us...> - 2001-04-03 20:13:28
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english In directory usw-pr-cvs1:/tmp/cvs-serv4229/chat/localization/english Modified Files: localized.chat.php3 localized.tutorial.php3 Log Message: The first dev. version that works! Still many things to do, of course... Index: localized.chat.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english/localized.chat.php3,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** localized.chat.php3 2001/03/28 22:28:09 1.1.1.1 --- localized.chat.php3 2001/04/03 20:12:49 1.2 *************** *** 146,149 **** --- 146,150 ---- define('L_BEEP', 'Beep/no beep at user entrance'); define('L_PROFILE', 'Display profile'); + define('L_NO_PROFILE', 'No profile'); // input frame Index: localized.tutorial.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/english/localized.tutorial.php3,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** localized.tutorial.php3 2001/03/28 22:28:10 1.1.1.1 --- localized.tutorial.php3 2001/04/03 20:12:49 1.2 *************** *** 67,71 **** <script type="text/javascript" language="javascript1.1"> <!-- ! function killPointer() { if (typeof(window.opener) != 'undefined' && !window.opener.closed) --- 67,71 ---- <script type="text/javascript" language="javascript1.1"> <!-- ! function pmcKillPointer() { if (typeof(window.opener) != 'undefined' && !window.opener.closed) *************** *** 73,78 **** with (window.opener) { ! if (typeof(tutorialWin) != 'undefined') ! tutorialWin = null; focus(); } --- 73,78 ---- with (window.opener) { ! if (typeof(jsTutorialWin) != 'undefined') ! jsTutorialWin = null; focus(); } *************** *** 84,88 **** ! <body bgcolor="#CCCCFF" onunload="killPointer()"> <!-- Remove this § in translation files --> <?php --- 84,88 ---- ! <body bgcolor="#CCCCFF" onunload="pmcKillPointer()"> <!-- Remove this § in translation files --> <?php |