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
bundled-libs
deployment
docs
htmlarea
include
lang
plugins
serendipity_event_bbcode
serendipity_event_browsercompatibility
serendipity_event_contentrewrite
serendipity_event_creativecommons
serendipity_event_emoticate
serendipity_event_entryproperties
serendipity_event_karma
serendipity_event_livesearch
serendipity_event_mailer
UTF-8
lang_bg.inc.php
lang_cn.inc.php
lang_de.inc.php
lang_es.inc.php
lang_fr.inc.php
lang_ja.inc.php
lang_ko.inc.php
lang_pl.inc.php
lang_pt_PT.inc.php
lang_tn.inc.php
lang_zh.inc.php
lang_bg.inc.php
lang_cn.inc.php
lang_de.inc.php
lang_en.inc.php
lang_es.inc.php
lang_fr.inc.php
lang_ja.inc.php
lang_ko.inc.php
lang_pl.inc.php
lang_pt_PT.inc.php
lang_tn.inc.php
lang_zh.inc.php
serendipity_event_mailer.php
serendipity_event_nl2br
serendipity_event_s9ymarkup
serendipity_event_searchhighlight
serendipity_event_spamblock
serendipity_event_spartacus
serendipity_event_statistics
serendipity_event_templatechooser
serendipity_event_textile
serendipity_event_textwiki
serendipity_event_trackexits
serendipity_event_weblogping
serendipity_event_xhtmlcleanup
serendipity_plugin_comments
serendipity_plugin_creativecommons
serendipity_plugin_entrylinks
serendipity_plugin_eventwrapper
serendipity_plugin_history
serendipity_plugin_recententries
serendipity_plugin_remoterss
serendipity_plugin_shoutbox
serendipity_plugin_templatedropdown
sql
templates
templates_c
tests
uploads
comment.php
exit.php
index.php
rss.php
serendipity.css.php
serendipity_admin.php
serendipity_admin_image_selector.php
serendipity_config.inc.php
serendipity_define.js.php
serendipity_editor.js
serendipity_xmlrpc.php
wfwcomment.php
LuckyCoinkydink/plugins/serendipity_event_mailer/UTF-8/lang_bg.inc.php

24 lines
2.3 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: 2030
*/
@define('PLUGIN_EVENT_MAILER_NAME', 'Изпращане на статии по e-mail');
@define('PLUGIN_EVENT_MAILER_DESC', 'Приставката позволява изпращането на нови статии по e-mail съобщения на указани получатели.');
@define('PLUGIN_EVENT_MAILER_RECIPIENT', 'Получател');
@define('PLUGIN_EVENT_MAILER_RECIPIENTDESC', 'E-mail адрес, където искате да изпращате статиите (пример: пощенски списък).');
@define('PLUGIN_EVENT_MAILER_LINK', 'Изпращане на връзки към статиите ?');
@define('PLUGIN_EVENT_MAILER_LINKDESC', 'При избор \'Да\' ще бъдат включвани връзки към статиите преди тяхното съдържание.');
@define('PLUGIN_EVENT_MAILER_STRIPTAGS', 'Премахване на HTML?');
@define('PLUGIN_EVENT_MAILER_STRIPTAGSDESC', 'При избор \'Да\' HTML таговете в статиите ще бъдат премахвани при изпращането им.');
@define('PLUGIN_EVENT_MAILER_CONVERTP', 'Преобразуване на HTML параграфите в нови редове ?');
@define('PLUGIN_EVENT_MAILER_CONVERTPDESC', 'При избор \'Да\' добавя нов ред след всеки HTML параграф. Това е много удобно в случай на премахване на HTML, защото запазва структурата на статиите и подобрява читаемостта им.');
@define('PLUGIN_EVENT_MAILER_RECIPIENTS', 'Получател (повече от един адреса разделете с интервал)');
@define('PLUGIN_EVENT_MAILER_NOTSENDDECISION', 'Статията не беше изпратена по e-mail, понеже вие отменихте това действие.');
@define('PLUGIN_EVENT_MAILER_SENDING', 'Изпращане');
@define('PLUGIN_EVENT_MAILER_ISTOSENDIT', 'Изпращане на тази статия по e-mail');
@define('PLUGIN_EVENT_MAILER_SENDTOALL', 'Изпращане до всички автори');