<?php
/**
*
* Translation file.
*
* @category Solar
*
* @package Mock_Solar
*
* @author Paul M. Jones <hide@address.com>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: en_US.php 4263 2009-12-07 19:25:31Z pmjones $
*
*/
return array(
'ERR_EXAMPLE' => 'This is an error message.',
'HELLO_WORLD' => 'hello world',
'APPLE' => array('apple', 'apples'),
'ENGLISH_ONLY' => 'key is only in en_US file',
);