2002-07-15 23:44:46 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2003-06-26 01:19:35 +00:00
|
|
|
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
|
|
|
[
|
|
|
|
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
|
|
|
%icu;
|
|
|
|
]
|
|
|
|
>
|
|
|
|
<ldml>
|
2003-01-08 01:57:34 +00:00
|
|
|
<identity>
|
2003-06-27 23:20:53 +00:00
|
|
|
<version number="2.0"/>
|
2003-12-09 05:18:50 +00:00
|
|
|
<generation date="2003-12-03" />
|
2003-06-27 23:20:53 +00:00
|
|
|
<language type="ca" />
|
|
|
|
<territory type="ES" />
|
2003-01-08 01:57:34 +00:00
|
|
|
</identity>
|
2003-10-01 02:22:33 +00:00
|
|
|
<dates>
|
|
|
|
<calendars>
|
|
|
|
<calendar type="gregorian">
|
|
|
|
<week>
|
|
|
|
<minDays count="1"/>
|
|
|
|
<firstDay day="mon"/>
|
|
|
|
</week>
|
|
|
|
</calendar>
|
|
|
|
</calendars>
|
|
|
|
</dates>
|
|
|
|
<numbers>
|
|
|
|
<decimalFormats>
|
|
|
|
<decimalFormatLength >
|
|
|
|
<decimalFormat >
|
|
|
|
<pattern>#,##0.###;-#,##0.###</pattern>
|
|
|
|
</decimalFormat>
|
|
|
|
</decimalFormatLength >
|
|
|
|
</decimalFormats>
|
|
|
|
<scientificFormats>
|
|
|
|
<scientificFormatLength >
|
|
|
|
<scientificFormat >
|
|
|
|
<pattern>#E0</pattern>
|
|
|
|
</scientificFormat>
|
|
|
|
</scientificFormatLength >
|
|
|
|
</scientificFormats>
|
|
|
|
<percentFormats>
|
|
|
|
<percentFormatLength >
|
|
|
|
<percentFormat >
|
|
|
|
<pattern>#,##0%</pattern>
|
|
|
|
</percentFormat>
|
|
|
|
</percentFormatLength >
|
|
|
|
</percentFormats>
|
|
|
|
<currencyFormats>
|
|
|
|
<currencyFormatLength >
|
|
|
|
<currencyFormat >
|
|
|
|
<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
|
|
|
|
</currencyFormat>
|
|
|
|
</currencyFormatLength >
|
|
|
|
</currencyFormats>
|
|
|
|
</numbers>
|
2003-06-26 01:19:35 +00:00
|
|
|
</ldml>
|