scuffed-code/icu4c/source/data/xml/main/en_GB.xml
Ram Viswanadha 4c50af3efd fix errors in pa, kk, en
X-SVN-Rev: 14189
2003-12-19 02:59:21 +00:00

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 &gt;&gt;;
x.x: &lt;&lt; point &gt;&gt;;
zero; one; two; three; four; five; six; seven; eight; nine;
ten; eleven; twelve; thirteen; fourteen; fifteen; sixteen;
seventeen; eighteen; nineteen;
20: twenty[-&gt;&gt;];
30: thirty[-&gt;&gt;];
40: forty[-&gt;&gt;];
50: fifty[-&gt;&gt;];
60: sixty[-&gt;&gt;];
70: seventy[-&gt;&gt;];
80: eighty[-&gt;&gt;];
90: ninety[-&gt;&gt;];
100: &lt;&lt; hundred[ &gt;&gt;];
1000: &lt;&lt; thousand[ &gt;&gt;];
1,000,000: &lt;&lt; million[ &gt;&gt;];
1,000,000,000,000: &lt;&lt; billion[ &gt;&gt;];
1,000,000,000,000,000: =#,##0=;
%default:
-x: minus &gt;&gt;;
x.x: &lt;&lt; point &gt;&gt;;
=%simplified=;
100: &lt;&lt; hundred[ &gt;%%and&gt;];
1000: &lt;&lt; thousand[ &gt;%%and&gt;];
100,000&gt;&gt;: &lt;&lt; thousand[&gt;%%commas&gt;];
1,000,000: &lt;&lt; million[&gt;%%commas&gt;];
1,000,000,000,000: &lt;&lt; billion[&gt;%%commas&gt;];
1,000,000,000,000,000: =#,##0=;
%%and:
and =%default=;
100: =%default=;
%%commas:
' and =%default=;
100: , =%default=;
1000: , &lt;%default&lt; thousand, &gt;%default&gt;;
1,000,000: , =%default=;%%lenient-parse:
&amp; ' ' , ',' ;
</icu:ruleBasedNumberFormat>
</icu:ruleBasedNumberFormats>
</special>
</ldml>