From: Lo?c C. <lo...@us...> - 2001-04-19 20:23:37
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/german In directory usw-pr-cvs1:/tmp/cvs-serv11770/chat/localization/german 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/german/chat.loc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** chat.loc 2001/04/15 21:18:18 1.3 --- chat.loc 2001/04/19 20:23:34 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 | + // +--------------------------------------------------------------------------+ // | German translation of phpMyChat. | // +--------------------------------------------------------------------------+ *************** *** 171,175 **** define('L_NO_ADMIN', 'Nur der Administrator kann diesen Befehl verwenden.'); define('L_ANNOUNCE', 'ANKÜNDIGUNG'); ! define('L_INVITE', '%s lädt Dich in den Raum <a href="#" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> ein.'); define('L_INVITE_REG', ' Du hast Dich zum Betritt für diesen Raum registriert.'); define('L_INVITE_DONE', 'Deine Einladung wurde an %s geschickt.'); --- 173,177 ---- define('L_NO_ADMIN', 'Nur der Administrator kann diesen Befehl verwenden.'); define('L_ANNOUNCE', 'ANKÜNDIGUNG'); ! define('L_INVITE', '%s lädt Dich in den Raum <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\')">%s</a> ein.'); define('L_INVITE_REG', ' Du hast Dich zum Betritt für diesen Raum registriert.'); define('L_INVITE_DONE', 'Deine Einladung wurde an %s geschickt.'); |