additional_plugins/alpha/serendipity_event_layout_quotemarkup/lang_en.inc.php
Matthias Mees 24ee209520 Move deprecated plugins to alpha, a.k.a. Siberia
These plugins have been identified as deprecatable at #s9ycamp2017.
They use service that no longer exist or provide features that no
longer make sense or have been replaced.

We won't miss them.

References s9y/Serendipity#499
2017-04-13 20:53:16 +02:00

26 lines
1.2 KiB
PHP

<?php #
/**
* @version
* @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');
?>