From: Lo?c C. <lo...@us...> - 2001-04-19 20:23:39
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/slovak In directory usw-pr-cvs1:/tmp/cvs-serv11770/chat/localization/slovak 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/slovak/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 | + // +--------------------------------------------------------------------------+ // | Slovak translation of phpMyChat. | // +--------------------------------------------------------------------------+ *************** *** 168,172 **** define('L_NO_ADMIN', 'Iba administrátor môe poui tento príkaz.'); define('L_ANNOUNCE', 'OZNÁMENIE'); ! define('L_INVITE', '%s navrhuje aby ste preli do <a href="#" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> miestnosti.'); define('L_INVITE_REG', ' Pre vstup do tejto miestnosti musíte by zaregistrovaný.'); define('L_INVITE_DONE', 'Vae pozvanie bolo poslané uívate¾ovi %s.'); --- 170,174 ---- define('L_NO_ADMIN', 'Iba administrátor môe poui tento príkaz.'); define('L_ANNOUNCE', 'OZNÁMENIE'); ! define('L_INVITE', '%s navrhuje aby ste preli do <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> miestnosti.'); define('L_INVITE_REG', ' Pre vstup do tejto miestnosti musíte by zaregistrovaný.'); define('L_INVITE_DONE', 'Vae pozvanie bolo poslané uívate¾ovi %s.'); |