| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <ldml>
- <identity>
- <version number="$Revision: 1.23 $"/>
- <generation date="$Date: 2009/05/05 23:06:33 $"/>
- <language type="af"/>
- <territory type="NA"/>
- </identity>
- <dates>
- <calendars>
- <calendar type="gregorian">
- <dateFormats>
- <dateFormatLength type="full">
- <dateFormat>
- <pattern>EEEE d MMMM y</pattern>
- </dateFormat>
- </dateFormatLength>
- <dateFormatLength type="long">
- <dateFormat>
- <pattern>d MMMM y</pattern>
- </dateFormat>
- </dateFormatLength>
- <dateFormatLength type="medium">
- <dateFormat>
- <pattern>d MMM y</pattern>
- </dateFormat>
- </dateFormatLength>
- <dateFormatLength type="short">
- <dateFormat>
- <pattern>yyyy-MM-dd</pattern>
- </dateFormat>
- </dateFormatLength>
- </dateFormats>
- <timeFormats>
- <timeFormatLength type="full">
- <timeFormat>
- <pattern>HH:mm:ss zzzz</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>
- <availableFormats>
- <dateFormatItem id="MMdd">MM-dd</dateFormatItem>
- <dateFormatItem id="yyyyMM">yyyy-MM</dateFormatItem>
- </availableFormats>
- </dateTimeFormats>
- </calendar>
- </calendars>
- </dates>
- <numbers>
- <currencyFormats>
- <currencyFormatLength>
- <currencyFormat>
- <pattern>¤ #,##0.00</pattern>
- </currencyFormat>
- </currencyFormatLength>
- </currencyFormats>
- </numbers>
- </ldml>
|