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