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

26 lines
1.3 KiB
PHP

<?php # $Id: lang_en.inc.php,v 1.1 2006/08/16 04:49:12 elf2000 Exp $
/**
* @version $Revision: 1.1 $
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_LAYOUT_QUOTEMARKUP_NAME', 'Layout-Plugin: Quote-Markup');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_BLAHBLAH', 'Allows to change the markup of quotes in the entrybody');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_IMAGE', 'Background-Image');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_IMAGE_BLAHBLAH', 'Background image to display in your blockquotes');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_BORDERTYPE', 'Border Type');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_BORDERTYPE_BLAHBLAH', 'Border around your blockquotes and quotes');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_BORDERTYPE_DOTTED', 'dotted');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_BORDERTYPE_SOLID', 'solid');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_BORDERTYPE_DOUBLE', 'double');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_BORDERTYPE_GROOVED', 'grooved');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_BORDERTYPE_DASHED', 'dashed');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_BORDERTYPE_INSET', 'inset');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_BORDERTYPE_OUTSET', 'outset');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_BORDERTYPE_RIDGED', 'ridged');
@define('PLUGIN_LAYOUT_QUOTEMARKUP_BORDERTYPE_NONE', 'none');
?>