First, Create a new phrase, example: test
Then,
In the STANDARD_ERROR template, find:
Code:
<li class="smallfont">$vbphrase[administrator_may_disabled_account]</li>
Copy it and add it again below that line again, editing the vbphrase to the new one you created. Repeat these steps for each line of text you wish to add.
Example:
Code:
<li class="smallfont">$vbphrase[test]</li>
You will figure it out from this point, Good luck