1<?php
2//! Plugin description for the Plugin Manager
3$lang['plugininfo_desc']  = 'Warn users who are using the shitty Internet Explorer browser';
4//! We have detected you are using IE
5$lang['wedetect']         = <<<EOF
6You seem to be using //Internet Explorer//, an ancient, defective and troublesome browser.\\\\ Don't complain if you have problems viewing this (or //any//) website; instead, switch to a better browser.
7EOF;
8
9//! This site recommends
10$lang['werecommend']      = 'This site recommends switching to ';
11
12