<?php
$lang['method']    = 'Method used to warn IE users';
$lang['better']    = <<<EOF
Alternative browser recommended by this installation.<br/>
<ul><li>Leave <b>empty</b> to disable recommendation.</li>
    <li>Set to <tt>custom</tt> to use your own recommendation (see the plugin page).</li>
    <li>Any other choice recommends the indicated browser.</li>
</ul>
EOF;
$lang['min_ie_version'] = 'Minimum allowed IE version. <em>Disabled in this build</em>';


