From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:48
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/danish In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/danish Modified Files: chat.loc Log Message: Fixes a js error that caused a bug with the '/invite' command Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/danish/chat.loc,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** chat.loc 2001/06/12 19:45:30 1.13 --- chat.loc 2001/07/01 10:38:45 1.14 *************** *** 173,177 **** define('L_NO_ADMIN', 'Kun administrator kan bruge denne kommando.'); define('L_ANNOUNCE', 'Annonce'); ! define('L_INVITE', '%s invitere dig til at tilslutte dig hos ham/hende i <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> rummet.'); define('L_INVITE_REG', ' Du skal være registreret for at komme ind her.'); define('L_INVITE_DONE', 'Din invitation er sendt til %s.'); --- 173,177 ---- define('L_NO_ADMIN', 'Kun administrator kan bruge denne kommando.'); define('L_ANNOUNCE', 'Annonce'); ! define('L_INVITE', '%s invitere dig til at tilslutte dig hos ham/hende i <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> rummet.'); define('L_INVITE_REG', ' Du skal være registreret for at komme ind her.'); define('L_INVITE_DONE', 'Din invitation er sendt til %s.'); |