<?php
//! Plugin description for the Plugin Manager
$lang['plugininfo_desc']  = 'Warn users who are using the shitty Internet Explorer browser';
//! We have detected you are using IE
$lang['wedetect']         = <<<EOF
You 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.
EOF;

//! This site recommends
$lang['werecommend']      = 'This site recommends switching to ';

