1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/plugins/serendipity_event_bbcode/UTF-8/lang_bg.inc.php
2016-02-08 15:27:34 +01:00

13 lines
594 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
*/
@define('PLUGIN_EVENT_BBCODE_NAME', 'Текстово форматиране: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'Форматиране на текст (постинг, коментар, HTML поле) с BBcode');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Форматирането с <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> е разрешено');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Използване на target="blank" за връзките ?');