<?php

$language = array(
"This chat can only be used by registered users.<p>If you are one you must log in and possibly also post before you can see anything.<p>In case you are not, <a href='http://pjj.cc/' target=_top>the portal</a> may have something else of interest.",
"<u>JOIN</u>: %s has entered.<br>",
"<u>EXIT</u>: %s has left the chat ( <i>%s</i> ).<br>",
"<u>BAN</u>: <font color=#%s>%s banned %s for %s seconds.</font></i></b></u><br>",
"<u>IGN</u>: <font color=#%s>%s ignored %s for %s seconds.</font></i></b></u><br>",
"<u>UGN</u>: <font color=#%s>%s removed %s from ignore.</font></i></b></u><br>",
"<u>UNBAN</u>: <font color=#%s>%s removed ban for %s.</font><br>",
"<u>NICK</u>: %s changed nick to %s.</i></b></u><br>",
"<u>WHO</u>: %s is unknown.<br>",
"<u>WHO</u>: %s last seen %s<br>",
"<div align=right>Chat cleared by %s.</div>",
"You are %s.",
"<table border=0 width='100%' height='100%'><tr><td valign=center align=center><font color='#FF0000' size=+4>YOU ARE BANNED!<br>GO AWAY!<br>LEAVE US ALONE!</font><br>Or wait until you are unbanned in a while.</td></tr></table>"
);

$banguage = array(
"<tt><font size=-1>%s,</font></tt> %s<u>%s</u> <a href='%s/register/viewer.php?su=%s&fm=view'><img src='%s' border=0></a>: <font color=#%s>%s</font></u></i></b></tt><br>",
"<tt><font size=-1>%s,</font></tt> %s<u>%s</u>: <font color=#%s>%s</font></u></i></b></tt><br>",
"<u>MSG</u>: %s sent a message to %s.<br>",
"<u>MSG</u>: %s tried to message %s.<br>",
"The administrator of this chat set a permanent ban for ident %s, which in this case is you.<br>",
"You are not a registered user.",
"<u>DICE</u>: <font color=#%s>%s rolls %s on a %s.</font><br>"
);

?>