Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/spanish
In directory usw-pr-cvs1:/tmp/cvs-serv11770/chat/localization/spanish
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/spanish/chat.loc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** chat.loc 2001/04/15 21:18:19 1.3
--- chat.loc 2001/04/19 20:23:36 1.4
***************
*** 6,9 ****
--- 6,11 ----
// | Copyright (c) 2000-2001 The phpHeaven-team & the authors |
// +--------------------------------------------------------------------------+
+ // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html |
+ // +--------------------------------------------------------------------------+
// | Spanish translation of phpMyChat. |
// +--------------------------------------------------------------------------+
***************
*** 168,172 ****
define('L_NO_ADMIN', 'Solamente el administrador puede utilizar este comando.');
define('L_ANNOUNCE', 'ANUNCIO');
! define('L_INVITE', '%s solicitud para que ingrese al usuario a <a href="#" onClick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> salón.');
define('L_INVITE_REG', ' Usted debe estar registrado para ingresar en este salón.');
define('L_INVITE_DONE', 'Su invitación ha sido enviada a %s.');
--- 170,174 ----
define('L_NO_ADMIN', 'Solamente el administrador puede utilizar este comando.');
define('L_ANNOUNCE', 'ANUNCIO');
! define('L_INVITE', '%s solicitud para que ingrese al usuario a <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> salón.');
define('L_INVITE_REG', ' Usted debe estar registrado para ingresar en este salón.');
define('L_INVITE_DONE', 'Su invitación ha sido enviada a %s.');
|