4c50af3efd
X-SVN-Rev: 14189
136 lines
3.5 KiB
XML
136 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!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>
|
|
<identity>
|
|
<version number="2.0"/>
|
|
<generation date="2003-12-18" />
|
|
<language type="en" />
|
|
<territory type="GB" />
|
|
</identity>
|
|
<dates>
|
|
<calendars>
|
|
<calendar type="gregorian">
|
|
<week>
|
|
<minDays count="1"/>
|
|
<firstDay day="mon"/>
|
|
</week>
|
|
<dateFormats>
|
|
<default type="medium"/>
|
|
<dateFormatLength type="full">
|
|
<dateFormat >
|
|
<pattern>EEEE, d MMMM yyyy</pattern>
|
|
</dateFormat>
|
|
</dateFormatLength >
|
|
<dateFormatLength type="long">
|
|
<dateFormat >
|
|
<pattern>d MMMM yyyy</pattern>
|
|
</dateFormat>
|
|
</dateFormatLength >
|
|
<dateFormatLength type="medium">
|
|
<dateFormat >
|
|
<pattern>d MMM yyyy</pattern>
|
|
</dateFormat>
|
|
</dateFormatLength >
|
|
<dateFormatLength type="short">
|
|
<dateFormat >
|
|
<pattern>dd/MM/yyyy</pattern>
|
|
</dateFormat>
|
|
</dateFormatLength >
|
|
</dateFormats>
|
|
<timeFormats>
|
|
<default type="medium"/>
|
|
<timeFormatLength type="full">
|
|
<timeFormat >
|
|
<pattern>HH:mm:ss z</pattern>
|
|
</timeFormat>
|
|
</timeFormatLength >
|
|
<timeFormatLength type="long">
|
|
<timeFormat >
|
|
<pattern>HH:mm:ss z</pattern>
|
|
</timeFormat>
|
|
</timeFormatLength >
|
|
<timeFormatLength type="medium">
|
|
<timeFormat >
|
|
<pattern>HH:mm:ss</pattern>
|
|
</timeFormat>
|
|
</timeFormatLength >
|
|
<timeFormatLength type="short">
|
|
<timeFormat >
|
|
<pattern>HH:mm</pattern>
|
|
</timeFormat>
|
|
</timeFormatLength >
|
|
</timeFormats>
|
|
<dateTimeFormats>
|
|
<dateTimeFormatLength >
|
|
<dateTimeFormat>
|
|
<pattern>{1} {0}</pattern>
|
|
</dateTimeFormat>
|
|
</dateTimeFormatLength >
|
|
</dateTimeFormats>
|
|
</calendar>
|
|
</calendars>
|
|
<timeZoneNames>
|
|
<zone type="Europe/London">
|
|
<long>
|
|
<standard>Greenwich Mean Time</standard>
|
|
<daylight>British Summer Time</daylight>
|
|
</long>
|
|
<short>
|
|
<standard>GMT</standard>
|
|
<daylight>BST</daylight>
|
|
</short>
|
|
</zone>
|
|
</timeZoneNames>
|
|
</dates>
|
|
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
|
<icu:ruleBasedNumberFormats>
|
|
<icu:ruleBasedNumberFormat type="spellout">
|
|
%simplified:
|
|
-x: minus >>;
|
|
x.x: << point >>;
|
|
zero; one; two; three; four; five; six; seven; eight; nine;
|
|
ten; eleven; twelve; thirteen; fourteen; fifteen; sixteen;
|
|
seventeen; eighteen; nineteen;
|
|
20: twenty[->>];
|
|
30: thirty[->>];
|
|
40: forty[->>];
|
|
50: fifty[->>];
|
|
60: sixty[->>];
|
|
70: seventy[->>];
|
|
80: eighty[->>];
|
|
90: ninety[->>];
|
|
100: << hundred[ >>];
|
|
1000: << thousand[ >>];
|
|
1,000,000: << million[ >>];
|
|
1,000,000,000,000: << billion[ >>];
|
|
1,000,000,000,000,000: =#,##0=;
|
|
%default:
|
|
-x: minus >>;
|
|
x.x: << point >>;
|
|
=%simplified=;
|
|
100: << hundred[ >%%and>];
|
|
1000: << thousand[ >%%and>];
|
|
100,000>>: << thousand[>%%commas>];
|
|
1,000,000: << million[>%%commas>];
|
|
1,000,000,000,000: << billion[>%%commas>];
|
|
1,000,000,000,000,000: =#,##0=;
|
|
%%and:
|
|
and =%default=;
|
|
100: =%default=;
|
|
%%commas:
|
|
' and =%default=;
|
|
100: , =%default=;
|
|
1000: , <%default< thousand, >%default>;
|
|
1,000,000: , =%default=;%%lenient-parse:
|
|
& ' ' , ',' ;
|
|
|
|
</icu:ruleBasedNumberFormat>
|
|
</icu:ruleBasedNumberFormats>
|
|
</special>
|
|
</ldml>
|