Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1463 alexandre_ 1
<?php
2
/**
3
* $Id: EUR.php,v 1.1 2007-06-25 09:55:28 alexandre_tb Exp $
4
*
5
* @charset ISO-8859-15
6
*/
7
 
8
$this->currencyFormats[I18Nv2_CURRENCY_LOCAL][0] = chr(0xA4);
9
$this->currencyFormats[I18Nv2_CURRENCY_LOCAL][1] = 2;
10
 
11
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][0] = 'EUR';
12
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][1] = 2;
13
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][4] = '-';
14
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][5] = '';
15
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][6] = true;
16
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][7] = true;
17
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][8] = true;
18
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][9] = true;
19
 
20
?>