additional_plugins/serendipity_event_typoquote/lang_en.inc.php
2011-12-13 12:29:05 +01:00

14 lines
782 B
PHP

<?php # $Id: lang_en.inc.php,v 1.3 2007/05/16 13:45:41 garvinhicking Exp $
/**
* @version $Revision: 1.3 $
* @author Translator Name <yourmail@example.com>
* 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.');
?>