*/ // custom language strings for the plugin $lang['blog'] = 'Blog'; $lang['older'] = 'Older entries'; $lang['newer'] = 'Newer entries'; $lang['newentry'] = 'New blog entry:'; $lang['missing_includeplugin'] = 'The Include Plugin must be installed for the blog to work.'; $lang['missing_pagelistplugin'] = 'The Pagelist Plugin must be installed for archive lists to work.'; $lang['missing_tagplugin'] = 'The Tag Plugin must be installed to use tag refinements.'; //Setup VIM: ex: et ts=2 enc=utf-8 :