Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/brazilian_portuguese
In directory usw-pr-cvs1:/tmp/cvs-serv11770/chat/localization/brazilian_portuguese
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/brazilian_portuguese/chat.loc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** chat.loc 2001/04/19 09:05:09 1.4
--- chat.loc 2001/04/19 20:23:13 1.5
***************
*** 168,172 ****
define('L_NO_ADMIN', 'Só o administrador pode usar este comando.');
define('L_ANNOUNCE', 'ANÚNCIO');
! define('L_INVITE', '%s sugere que você junte-se a ele(a) na sala <a href="#" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a>.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Seu convite foi enviado para %s.');
--- 168,172 ----
define('L_NO_ADMIN', 'Só o administrador pode usar este comando.');
define('L_ANNOUNCE', 'ANÚNCIO');
! define('L_INVITE', '%s sugere que você junte-se a ele(a) na sala <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a>.');
define('L_INVITE_REG', ' You have to be registered to enter this room.');
define('L_INVITE_DONE', 'Seu convite foi enviado para %s.');
|