additional_plugins/serendipity_event_browserid/lang_en.inc.php
2012-03-24 15:59:25 +01:00

10 lines
286 B
PHP

<?php
@define('PLUGIN_BROWSERID_NAME', 'BrowserID Authentication');
@define('PLUGIN_BROWSERID_DESC', 'Allows authors to authenticate using an BrowserID.');
@define('PLUGIN_BROWSERID_DESCRIPTION',
'<h3>Using BrwoserID to log into your blog</h3>' .
'<p>Blah!</p>'
);