From: jwalker Date: Tue, 17 Jan 2006 12:49:31 +0000 (+0000) Subject: Added PLUGIN_COMMENTS_ANONYMOUS constant to BG files. X-Git-Tag: 1.0~164 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8350dda18a6af87f0f90ba0467eafc607ebbe19e;p=s9y.git Added PLUGIN_COMMENTS_ANONYMOUS constant to BG files. --- 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'); ?>