Update of /cvsroot/php-blog/additional_plugins/serendipity_event_markdown/UTF-8
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29526/serendipity_event_markdown/UTF-8
Modified Files:
lang_de.inc.php
Log Message:
gitclone.sh autocommit
Index: lang_de.inc.php
===================================================================
RCS file: /cvsroot/php-blog/additional_plugins/serendipity_event_markdown/UTF-8/lang_de.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- lang_de.inc.php 5 Jan 2014 01:33:46 -0000 1.6
+++ lang_de.inc.php 6 Aug 2017 20:39:27 -0000 1.7
@@ -1,6 +1,22 @@
<?php #
+/**
+ * @version 1.26
+ * @author Thomas Hochstein <th...@in...>
+ * EN-Revision: 1.26
+ */
+
@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');
+@define('PLUGIN_EVENT_MARKDOWN_DESC', 'Markdown-Textformatierung durchführen');
+@define('PLUGIN_EVENT_MARKDOWN_EXTRA_NAME', '"Markdown Extra" verwenden');
+@define('PLUGIN_EVENT_MARKDOWN_EXTRA_DESC', 'Markdown Extra iste eine erweiterte Markdown-Variante, vgl. https://michelf.ca/projects/php-markdown/extra/');
+@define('PLUGIN_EVENT_MARKDOWN_TRANSFORM', '<a href="https://daringfireball.net/projects/markdown/syntax">Markdown</a>-Formatierung erlaubt');
+
+@define('PLUGIN_EVENT_MARKDOWN_VERSION', 'Markdown-Version');
+@define('PLUGIN_EVENT_MARKDOWN_VERSION_BLABLAH', 'Welche Markdown-Version verwenden? (Siehe https://michelf.ca/projects/php-markdown/ und https://michelf.ca/blog/2013/php-markdown-lib/)');
+@define('PLUGIN_EVENT_MARKDOWN_SMARTYPANTS_NAME', 'SmartyPants (und Typographer) verwenden');
+@define('PLUGIN_EVENT_MARKDOWN_SMARTYPANTS_DESC', 'SmartyPants (oder SmartyPants Typographer) "verschönern" Text durch Ersetzung bestimmter Zeichen mit passenden HTML-Entities, vgl. https://michelf.ca/projects/php-smartypants/ - Nur mit der "lib"-Version von Markdwon möglich!');
+@define('PLUGIN_EVENT_MARKDOWN_SMARTYPANTS', 'SmartyPants');
+@define('PLUGIN_EVENT_MARKDOWN_SMARTYPANTS_EXTENDED', 'SmartyPants Typographer');
+@define('PLUGIN_EVENT_MARKDOWN_SMARTYPANTS_NEVER', 'deaktiviert');
|