<?php
/**
*
* Locale file. Returns the strings for a specific language.
*
* @category Solar
*
* @package Solar_Debug
*
* @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(
'LABEL_NAME' => 'name',
'LABEL_TIME' => 'time',
'LABEL_DIFF' => 'diff',
'LABEL_TOTAL' => 'total',
);