<?php
/**
*
* Locale file. Returns the strings for a specific language.
*
* @category Solar
*
* @package Solar_Debug
*
* @subpackage Solar_Debug_Timer
*
* @author Tobias Nix <hide@address.com>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: de_DE.php 4326 2010-02-02 02:33:00Z pmjones $
*
*/
return array(
'LABEL_NAME' => 'Name',
'LABEL_TIME' => 'Zeit',
'LABEL_DIFF' => 'Differenz',
'LABEL_TOTAL' => 'Summe',
);