<?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: es_ES.php 4263 2009-12-07 19:25:31Z pmjones $
*
*/
return array(
'ERR_EXAMPLE' => 'Esto es un mensaje de error.',
'HELLO_WORLD' => 'hola mundo',
'APPLE' => array('manzana', 'manzanas'),
);