芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp5/includes/I18N/Common/it_IT.php
| // | Lorenzo Alberton
| // +----------------------------------------------------------------------+// // $Id: it_IT.php 110935 2003-01-07 17:42:57Z cain $ require_once('I18N/Common/it.php'); class I18N_Common_it_IT extends I18N_Common_it { /** * @var array the first is the currency symbol, second is the international currency symbol */ var $currencyFormats = array( // I18N_CURRENCY_LOCAL => array("% \u020A", '2',',','.'), I18N_CURRENCY_LOCAL => array( '% €' , '2' , ',', '.'), I18N_CURRENCY_LOCAL => array('% €', '2',',','.'), I18N_CURRENCY_INTERNATIONAL => array('% Eur' , '2',',','.') ); } ?>