<?php
/**
*
* Locale file. Returns the strings for a specific language.
*
* @category Solar
*
* @package Solar_Debug
*
* @author Rodrigo Moraes <http://tipos.org>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: pt_BR.php 2007 2006-12-07 14:57:54Z pmjones $
*
*/
return array(
'LABEL_NAME' => 'nome',
'LABEL_TIME' => 'tempo',
'LABEL_DIFF' => 'diferença',
'LABEL_TOTAL' => 'total',
);