* EN-Revision: Revision of lang_en.inc.php */ @define('PLUGIN_EVENT_QUOTES_NAME', 'Markup: Typographic Smart Quotes'); @define('PLUGIN_EVENT_QUOTES_DESC', 'Convert straight quotes to smart quotes. Also can use SmartyPants PHP library (by Michel Fortin, based on SmartyPants by John Gruber) to provide further typographic replacement.'); @define('PLUGIN_EVENT_QUOTES_SMARTYPANTS_NAME','Use SmartyPants?'); @define('PLUGIN_EVENT_QUOTES_SMARTYPANTS_DESC','Use SmartyPants PHP library to do typographic replacement. Please see http://www.michelf.com/projects/php-smartypants/ for details.'); ?>