From: Lo?c C. <lo...@us...> - 2001-07-01 10:38:50
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/estonian In directory usw-pr-cvs1:/tmp/cvs-serv19896/chat/localization/estonian 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/estonian/chat.loc,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** chat.loc 2001/06/10 14:57:48 1.10 --- chat.loc 2001/07/01 10:38:45 1.11 *************** *** 172,176 **** define('L_NO_ADMIN', 'Ainult administraator saab seda käsku kasutada.'); define('L_ANNOUNCE', 'TEADE'); ! define('L_INVITE', '%s palub sind enda juurde <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> tuppa.'); define('L_INVITE_REG', ' Siia tuppa sisenemiseks pead olema registreerunud.'); define('L_INVITE_DONE', 'Sinu kutse on saadetud kasutajale %s.'); --- 172,176 ---- define('L_NO_ADMIN', 'Ainult administraator saab seda käsku kasutada.'); define('L_ANNOUNCE', 'TEADE'); ! define('L_INVITE', '%s palub sind enda juurde <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> tuppa.'); define('L_INVITE_REG', ' Siia tuppa sisenemiseks pead olema registreerunud.'); define('L_INVITE_DONE', 'Sinu kutse on saadetud kasutajale %s.'); |