<?php
/**
*
* Translation file.
*
* @category Solar
*
* @package Mock_Solar
*
* @author Rodrigo Moraes <http://tipos.org>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: pt_BR.php 4263 2009-12-07 19:25:31Z pmjones $
*
*/
return array(
'ERR_EXAMPLE' => 'esta é uma mensagem de erro.',
'HELLO_WORLD' => 'Olá, mundo.',
'APPLE' => array('maçã', 'maçãs'),
);