additional_plugins/serendipity_event_markdown/UTF-8/lang_bg.inc.php
2014-01-04 12:58:43 +01:00

15 lines
777 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php #
/**
* @version
* @author Ivan Cenov jwalker@hotmail.bg
* EN-Revision: 1.12
*/
@define('PLUGIN_EVENT_MARKDOWN_NAME', 'Форматиране на текст: Markdown');
@define('PLUGIN_EVENT_MARKDOWN_DESC', 'Прилага текстово форматиране Markdown');
@define('PLUGIN_EVENT_MARKDOWN_EXTRA_NAME', 'Форматиране на текст: Markdown Extra');
@define('PLUGIN_EVENT_MARKDOWN_EXTRA_DESC', 'Прилагане на форматиране Markdown Extra върху текста на статиите (Виж: http://michelf.ca/projects/php-markdown/extra/)');
@define('PLUGIN_EVENT_MARKDOWN_TRANSFORM', 'Форматиране <a href="http://daringfireball.net/projects/markdown/syntax">Markdown</a> е позволено');