<?php
/**
*
* Locale file. Returns the strings for a specific language.
*
* @category Solar
*
* @package Solar_Debug
*
* @author Jean-Eric Laurent <hide@address.com>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: fr_FR.php 2007 2006-12-07 14:57:54Z pmjones $
*
*/
return array(
'LABEL_NAME' => 'nom',
'LABEL_TIME' => 'heure',
'LABEL_DIFF' => 'diff',
'LABEL_TOTAL' => 'total',
);