~jbailey/docbookshow/trunk

« back to all changes in this revision

Viewing changes to Zend/Zend/Locale/Data/es_CL.xml

  • Committer: jbailey at ubuntu
  • Date: 2007-02-26 00:11:20 UTC
  • Revision ID: jbailey@ubuntu.com-20070226001120-wj83qpumpwyf3cj4
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<!DOCTYPE ldml SYSTEM "http://www.unicode.org/cldr/dtd/1.3/ldml.dtd">
 
3
<ldml>
 
4
        <identity>
 
5
                <version number="$Revision: 1.28 $"/>
 
6
                <generation date="$Date: 2005/04/21 15:45:02 $"/>
 
7
                <language type="es"/>
 
8
                <territory type="CL"/>
 
9
        </identity>
 
10
        <dates>
 
11
                <calendars>
 
12
                        <calendar type="gregorian">
 
13
                                <dateFormats>
 
14
                                        <dateFormatLength type="medium">
 
15
                                                <dateFormat>
 
16
                                                        <pattern>dd-MM-yyyy</pattern>
 
17
                                                </dateFormat>
 
18
                                        </dateFormatLength>
 
19
                                        <dateFormatLength type="short">
 
20
                                                <dateFormat>
 
21
                                                        <pattern>dd-MM-yy</pattern>
 
22
                                                </dateFormat>
 
23
                                        </dateFormatLength>
 
24
                                </dateFormats>
 
25
                                <timeFormats>
 
26
                                        <timeFormatLength type="full">
 
27
                                                <timeFormat>
 
28
                                                        <pattern>HH:mm:ss z</pattern>
 
29
                                                </timeFormat>
 
30
                                        </timeFormatLength>
 
31
                                        <timeFormatLength type="long">
 
32
                                                <timeFormat>
 
33
                                                        <pattern>H:mm:ss z</pattern>
 
34
                                                </timeFormat>
 
35
                                        </timeFormatLength>
 
36
                                        <timeFormatLength type="medium">
 
37
                                                <timeFormat>
 
38
                                                        <pattern>H:mm:ss</pattern>
 
39
                                                </timeFormat>
 
40
                                        </timeFormatLength>
 
41
                                        <timeFormatLength type="short">
 
42
                                                <timeFormat>
 
43
                                                        <pattern>H:mm</pattern>
 
44
                                                </timeFormat>
 
45
                                        </timeFormatLength>
 
46
                                </timeFormats>
 
47
                        </calendar>
 
48
                </calendars>
 
49
        </dates>
 
50
        <numbers>
 
51
                <currencyFormats>
 
52
                        <currencyFormatLength>
 
53
                                <currencyFormat>
 
54
                                        <pattern>¤#,##0.00;¤-#,##0.00</pattern>
 
55
                                </currencyFormat>
 
56
                        </currencyFormatLength>
 
57
                </currencyFormats>
 
58
                <currencies>
 
59
                        <currency type="CLP">
 
60
                                <displayName>Peso Chileno</displayName>
 
61
                                <symbol>$</symbol>
 
62
                        </currency>
 
63
                        <currency type="USD">
 
64
                                <displayName>Dólar Americano</displayName>
 
65
                        </currency>
 
66
                </currencies>
 
67
        </numbers>
 
68
</ldml>
 
69