6ddf2cc9a2
X-SVN-Rev: 13264
87 lines
2.0 KiB
XML
87 lines
2.0 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-09-30" />
|
|
<language type="en" />
|
|
<territory type="NZ" />
|
|
</identity>
|
|
<dates>
|
|
<calendars>
|
|
<calendar type="gregorian">
|
|
<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/MM/yyyy</pattern>
|
|
</dateFormat>
|
|
</dateFormatLength >
|
|
<dateFormatLength type="short">
|
|
<dateFormat >
|
|
<pattern>d/MM/yy</pattern>
|
|
</dateFormat>
|
|
</dateFormatLength >
|
|
</dateFormats>
|
|
<timeFormats>
|
|
<default type="medium"/>
|
|
<timeFormatLength type="full">
|
|
<timeFormat >
|
|
<pattern>h:mm:ss a z</pattern>
|
|
</timeFormat>
|
|
</timeFormatLength >
|
|
<timeFormatLength type="long">
|
|
<timeFormat >
|
|
<pattern>h:mm:ss a</pattern>
|
|
</timeFormat>
|
|
</timeFormatLength >
|
|
<timeFormatLength type="medium">
|
|
<timeFormat >
|
|
<pattern>h:mm:ss a</pattern>
|
|
</timeFormat>
|
|
</timeFormatLength >
|
|
<timeFormatLength type="short">
|
|
<timeFormat >
|
|
<pattern>h:mm a</pattern>
|
|
</timeFormat>
|
|
</timeFormatLength >
|
|
</timeFormats>
|
|
<dateTimeFormats>
|
|
<dateTimeFormatLength >
|
|
<dateTimeFormat>
|
|
<pattern>{1} {0}</pattern>
|
|
</dateTimeFormat>
|
|
</dateTimeFormatLength >
|
|
</dateTimeFormats>
|
|
</calendar>
|
|
</calendars>
|
|
</dates>
|
|
<numbers>
|
|
<currencies>
|
|
<currency type="NZD">
|
|
<displayName>New Zealand Dollar</displayName>
|
|
<symbol>$</symbol>
|
|
</currency>
|
|
<currency type="USD">
|
|
<displayName>US Dollar</displayName>
|
|
<symbol>US$</symbol>
|
|
</currency>
|
|
</currencies>
|
|
</numbers>
|
|
</ldml>
|