From: Lo?c C. <lo...@us...> - 2001-04-19 20:24:07
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/french_canadian In directory usw-pr-cvs1:/tmp/cvs-serv11770/chat/localization/french_canadian Modified Files: chat.loc Log Message: The invite link displayed can be run with pure HTML Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/french_canadian/chat.loc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** chat.loc 2001/04/19 09:05:10 1.4 --- chat.loc 2001/04/19 20:23:34 1.5 *************** *** 168,172 **** define('L_NO_ADMIN', 'Cette commande est réservée à l\'administrateur.'); define('L_ANNOUNCE', 'ANNONCE'); ! define('L_INVITE', '%s vous suggère de la/le rejoindre dans le salon <a href="#" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a>.'); define('L_INVITE_REG', ' Ce salon n\'est accessible qu\'aux utilisateurs enregistrés.'); define('L_INVITE_DONE', 'Votre invitation a été envoyée à %s.'); --- 168,172 ---- define('L_NO_ADMIN', 'Cette commande est réservée à l\'administrateur.'); define('L_ANNOUNCE', 'ANNONCE'); ! define('L_INVITE', '%s vous suggère de la/le rejoindre dans le salon <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a>.'); define('L_INVITE_REG', ' Ce salon n\'est accessible qu\'aux utilisateurs enregistrés.'); define('L_INVITE_DONE', 'Votre invitation a été envoyée à %s.'); |