<?php
/**
*
* Translation file.
*
* @category Solar
*
* @package Mock_Solar
*
* @author Paul M. Jones <hide@address.com>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: it_IT.php 4263 2009-12-07 19:25:31Z pmjones $
*
*/
return array(
'ERR_EXAMPLE' => 'Ciò è un messaggio di errore.',
'HELLO_WORLD' => 'ciao mondo',
'APPLE' => array('mela', 'mele')
);