芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp5/includes/I18N/Common/es_ES.php
| // | | // +----------------------------------------------------------------------+// // $Id: es_ES.php 110339 2003-01-04 11:55:29Z mj $ require_once('I18N/Common/es.php'); class I18N_Common_es_ES extends I18N_Common_es { /** * @var array the first is the currency symbol, second is the international currency symbol */ var $currencyFormats = array( // FIXXME how do we handle the euro sign here, unicode is different than the HTML representation!!! // this is the unicode for it ... // I18N_CURRENCY_LOCAL => array( "% \u020A" , '2',',','.' ), I18N_CURRENCY_LOCAL => array( '% €' , '2',',','.' ), I18N_CURRENCY_INTERNATIONAL => array( '% Eur' , '2',',','.' ), ); } ?>