From 8350dda18a6af87f0f90ba0467eafc607ebbe19e Mon Sep 17 00:00:00 2001 From: jwalker Date: Tue, 17 Jan 2006 12:49:31 +0000 Subject: [PATCH] Added PLUGIN_COMMENTS_ANONYMOUS constant to BG files. --- plugins/serendipity_plugin_comments/UTF-8/lang_bg.inc.php | 1 + plugins/serendipity_plugin_comments/lang_bg.inc.php | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/serendipity_plugin_comments/UTF-8/lang_bg.inc.php b/plugins/serendipity_plugin_comments/UTF-8/lang_bg.inc.php index 7ba77fc..b81cd8e 100644 --- a/plugins/serendipity_plugin_comments/UTF-8/lang_bg.inc.php +++ b/plugins/serendipity_plugin_comments/UTF-8/lang_bg.inc.php @@ -13,5 +13,6 @@ @define('PLUGIN_COMMENTS_MAXENTRIES', 'Максимален брой на показваните коментари'); @define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Колко коментара най-много да бъдат показани (по подразбиране: 15)'); @define('PLUGIN_COMMENTS_ABOUT', '%s за%s'); + @define('PLUGIN_COMMENTS_ANONYMOUS', 'anon'); ?> diff --git a/plugins/serendipity_plugin_comments/lang_bg.inc.php b/plugins/serendipity_plugin_comments/lang_bg.inc.php index e8ca37c..126c829 100644 --- a/plugins/serendipity_plugin_comments/lang_bg.inc.php +++ b/plugins/serendipity_plugin_comments/lang_bg.inc.php @@ -13,5 +13,6 @@ @define('PLUGIN_COMMENTS_MAXENTRIES', 'Ìàêñèìàëåí áðîé íà ïîêàçâàíèòå êîìåíòàðè'); @define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Êîëêî êîìåíòàðà íàé-ìíîãî äà áúäàò ïîêàçàíè (ïî ïîäðàçáèðàíå: 15)'); @define('PLUGIN_COMMENTS_ABOUT', '%s çà%s'); + @define('PLUGIN_COMMENTS_ANONYMOUS', 'anon'); ?> -- 2.39.5