* roottypes.cs: Rename from tree.cs.
[mono.git] / tools / locale-builder / supp / en.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE ldml SYSTEM "http://www.openi18n.org/spec/ldml/1.0/ldml.dtd" 
3 [
4       <!ENTITY % icu SYSTEM "http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd"> 
5 %icu;
6 ]
7 >
8 <ldml>
9         <numbers>
10                 <decimalFormats>
11                         <decimalFormatLength >
12                                 <decimalFormat >
13                                         <pattern>#,##0.###;-#,##0.###</pattern>
14                                 </decimalFormat>
15                         </decimalFormatLength >
16                 </decimalFormats>
17                 <scientificFormats>
18                         <scientificFormatLength >
19                                 <scientificFormat >
20                                         <pattern>#E0</pattern>
21                                 </scientificFormat>
22                         </scientificFormatLength >
23                 </scientificFormats>
24                 <percentFormats>
25                         <percentFormatLength >
26                                 <percentFormat >
27                                         <pattern>#,###.##0%</pattern>
28                                 </percentFormat>
29                         </percentFormatLength >
30                 </percentFormats>
31                 <currencyFormats>
32                         <currencyFormatLength >
33                                 <currencyFormat >
34                                         <pattern>¤#,##0.00;-¤#,##0.00</pattern>
35                                 </currencyFormat>
36                         </currencyFormatLength >
37                 </currencyFormats>
38         </numbers>
39         <dates>
40                 <calendars>
41                         <calendar type="gregorian">
42                                 <dateFormats>
43                                         <default type="medium"/>
44                                         <dateFormatLength type="long">
45                                                 <dateFormat >
46                                                         <pattern>dddd, MMMM dd, yyyy</pattern>
47                                                 </dateFormat>
48                                                 <extraPatterns>
49                                                         <pattern>dddd, MMMM dd, yyyy</pattern>
50                                                         <pattern>MMMM dd, yyyy</pattern>
51                                                         <pattern>dddd, dd MMMM, yyyy</pattern>
52                                                         <pattern>dd, MMMM, yyyy</pattern>
53                                                 </extraPatterns>
54                                         </dateFormatLength >
55                                 </dateFormats>
56                                 <timeFormats>
57                                         <default type="medium"/>
58                                         <timeFormatLength type="long">
59                                                 <timeFormat >
60                                                         <pattern>h:mm:ss tt</pattern>
61                                                 </timeFormat>
62                                                 <extraPatterns>
63                                                         <pattern>h:mm:ss tt</pattern>
64                                                         <pattern>hh:mm:ss tt</pattern>
65                                                         <pattern>H:mm:ss</pattern>
66                                                         <pattern>HH:mm:ss</pattern>
67                                                 </extraPatterns>
68                                         </timeFormatLength >
69                                         <timeFormatLength type="medium">
70                                                 <timeFormat >
71                                                         <pattern>h:mm:ss a</pattern>
72                                                 </timeFormat>
73                                         </timeFormatLength >
74                                         <timeFormatLength type="short">
75                                                 <timeFormat >
76                                                         <pattern>h:mm tt</pattern>
77                                                 </timeFormat>
78                                                 <extraPatterns>
79                                                         <pattern>h:mm tt</pattern>
80                                                         <pattern>hh:mm tt</pattern>
81                                                         <pattern>H:mm</pattern>
82                                                         <pattern>HH:mm</pattern>
83                                                 </extraPatterns>
84                                         </timeFormatLength >
85                                 </timeFormats>
86                         </calendar>
87                 </calendars>
88         </dates>
89 </ldml>