additional_plugins/serendipity_event_backend/UTF-8/lang_bg.inc.php
Garvin Hicking ab02bb4af4 Remove $Id$
2011-12-25 10:07:20 +01:00

13 lines
1 KiB
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 # $Id$
/**
* @version $Revision$
* @author Ivan Cenov jwalker@hotmail.bg
* EN-Revision: 1.1
*/
@define('PLUGIN_BACKEND_TITLE', 'Показва статии от блога чрез JavaScript');
@define('PLUGIN_BACKEND_DESC', 'Тази приставка извежда статии от блога през JavaScript, така че те могат да бъдат включвани в други, външни сайтове. (Вижте файл README в директорията на приставката.)');
@define('PLUGIN_BACKEND_BACKENDURL', 'URL');
@define('PLUGIN_BACKEND_BACKENDURL_BLAHBLAH', 'Този URL се използва от външните сайтове за достъп до вашия блог. \'URL\' се заменя с това, което въведете тук. Евентуалните параметри се записват след URL, например: ' . $serendipity['baseURL'] . ($serendipity['rewrite'] == "none" ? $serendipity['indexFile'] . "?/" : "") . 'plugin/URL?details=1&category=mycat');