<?php
/**
*
* Locale file. Returns the strings for a specific language.
*
* @category Solar
*
* @package Solar_Test
*
* @author Paul M. Jones <hide@address.com>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: en_US.php 2007 2006-12-07 14:57:54Z pmjones $
*
*/
return array(
'ERR_TODO' => 'todo',
'ERR_SKIP' => 'skip',
'ERR_FAIL' => 'fail',
);