<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Esther Brunner <wikidesign@gmail.com>
 */

// 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.';

$lang['autoarchive'] = '%1$d Post(s) for %2$s %3$s';
$lang['month_01'] = 'January';
$lang['month_02'] = 'February';
$lang['month_03'] = 'March';
$lang['month_04'] = 'April';
$lang['month_05'] = 'May';
$lang['month_06'] = 'June';
$lang['month_07'] = 'July';
$lang['month_08'] = 'August';
$lang['month_09'] = 'September';
$lang['month_10'] = 'October';
$lang['month_11'] = 'November';
$lang['month_12'] = 'December';

$lang['entries']       = 'entries';
$lang['entry']         = 'entry';
$lang['archive_title'] = 'Blog History';
//Setup VIM: ex: et ts=2 enc=utf-8 :
