$s="Player <b>".utf8entities($p['name'])."</b> has sent a request to join the <b>[".utf8entities($this->data['tag'])."]</b> alliance.";
// FIXME: link to admission page
break;
case1:
$s="Player <b>".utf8entities($p['name'])."</b> has cancelled his request to join the <b>[".utf8entities($this->data['tag'])."]</b> alliance.";
break;
case2:
$s="You are no longer <b>".utf8entities($p['name'])."</b>'s successor at the head of <b>[".utf8entities($this->data['tag'])."]</b>.";
break;
case3:
$s="You have been designated by <b>".utf8entities($p['name'])."</b> to be his successor at the head of <b>[".utf8entities($this->data['tag'])."]</b>. ";
$s.="If <b>".utf8entities($p['name'])."</b> leaves the alliance, you will automatically be in charge.";
break;
case4:
$s="By orders of <b>".utf8entities($p['name'])."</b>, the <b>[".utf8entities($this->data['tag'])."]</b> alliance has become a democracy.";
break;
case5:
$s="By orders of <b>".utf8entities($p['name'])."</b>, the <b>[".utf8entities($this->data['tag'])."]</b> alliance has become a dictature.";
break;
case6:
$s="You have stepped down from the head of the <b>[".utf8entities($this->data['tag'])."]</b> alliance.<br/><b>".utf8entities($p['name'])."</b>,";
$s.="your successor, has assumed control of the alliance.";
break;
case7:
$s="<b>".utf8entities($p['name'])."</b>, who was the leader of the <b>[".utf8entities($this->data['tag'])."]</b> alliance, has stepped down from ";
$s.="power.<br/>As his successor, you are the new leader of the alliance.";
break;
case8:
$s="The leader of the <b>[".utf8entities($this->data['tag'])."]</b> alliance has stepped down from power.<br/>";
$s.="<b>".utf8entities($p['name'])."</b>, his successor, is the new leader of the alliance.";
break;
case9:
$s="<b>".utf8entities($p['name'])."</b> has left the <b>[".utf8entities($this->data['tag'])."]</b> alliance.";
break;
case10:
$s="You have been accepted into the <b>[".utf8entities($this->data['tag'])."]</b> alliance.";
break;
case11:
$s="Player <b>".utf8entities($p['name'])."</b> has been accepted into the <b>[".utf8entities($this->data['tag'])."]</b> alliance.";
break;
case12:
$s="Your request to join the <b>[".utf8entities($this->data['tag'])."]</b> alliance has been rejected.";
break;
case13:
$s="The request from player <b>".utf8entities($p['name'])."</b> to join the <b>[".utf8entities($this->data['tag'])."]</b> alliance has been rejected.";
break;
case14:
$s="<b>[".utf8entities($this->data['tag'])."]</b>'s leader has left the alliance. His successor, <b>".utf8entities($p['name'])."</b>,";
$s.=" has taken control of the alliance.";
break;
case15:
$s="<b>[".utf8entities($this->data['tag'])."]</b>'s leader, <b>".utf8entities($p['name'])."</b>, has left the alliance. Since ";
$s.="<b>[".utf8entities($this->data['tag'])."]</b> no longer has a leader, all members can now vote to elect his successor.";
break;
case16:
$s="<b>".utf8entities($p['name'])."</b> is now running for <b>[".utf8entities($this->data['tag'])."]</b>'s presidency.";
break;
case17:
$s="<b>".utf8entities($p['name'])."</b> has cancelled his candidacy to <b>[".utf8entities($this->data['tag'])."]</b>'s presidency.";
break;
case18:
$s="You have taken presidency of the <b>[".utf8entities($this->data['tag'])."]</b> alliance.";
break;
case19:
$s="<b>".utf8entities($p['name'])."</b> has taken presidency of the <b>[".utf8entities($this->data['tag'])."]</b> alliance.";
break;
case20:
$s="New technology trading orders have been issued!<br/>You should check the alliance's <a href='techtrade'>technology trading</a> page to find out how they affect you.";