<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Milosz Galazka <milosz@sleeplessbeastie.eu>
 */

// months
$lang['monthcal_months'] = array(
				'January', 
				'Febuary', 
				'March', 
				'April', 
				'May', 
				'June',
				'July', 
				'August', 
				'September', 
				'October', 
				'November', 
				'December'
				);

// weekdays
$lang['monthcal_weekdays_short'] = array('M','T','W','T','F','S','S');

?>
