additional_plugins/serendipity_event_markdown/lang_de.inc.php
2011-12-13 12:29:05 +01:00

6 lines
391 B
PHP

<?php # $Id: lang_de.inc.php,v 1.1 2005/08/01 15:45:38 garvinhicking Exp $
@define('PLUGIN_EVENT_MARKDOWN_NAME', 'Textformatierung: Markdown');
@define('PLUGIN_EVENT_MARKDOWN_DESC', 'Markdown Textformatierung durchführen');
@define('PLUGIN_EVENT_MARKDOWN_TRANSFORM', '<a href="http://daringfireball.net/projects/markdown/syntax">Markdown</a>-Formatierung erlaubt');