]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
73c04bcf | 3 | // * Copyright (C) 2006 International Business Machines |
374ca955 A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
73c04bcf | 6 | // * Source File:<path>/common/main/es_CL.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 | 9 | es_CL{ |
73c04bcf A |
10 | Countries{ |
11 | 005{"Sudamérica"} | |
12 | EH{"Sahara Occidental"} | |
13 | TT{"Trinidad y Tobago"} | |
14 | } | |
374ca955 A |
15 | Currencies{ |
16 | CLP{ | |
17 | "$", | |
18 | "Peso Chileno", | |
19 | } | |
20 | USD{ | |
21 | "US$", | |
22 | "Dólar Americano", | |
23 | } | |
b75a7d8f | 24 | } |
374ca955 | 25 | NumberPatterns{ |
73c04bcf | 26 | "#,##0.###", |
374ca955 | 27 | "¤#,##0.00;¤-#,##0.00", |
b75a7d8f A |
28 | "#,##0%", |
29 | "#E0", | |
30 | } | |
73c04bcf A |
31 | Scripts{ |
32 | Bali{"balinés"} | |
33 | } | |
34 | Types{ | |
35 | collation{ | |
36 | phonebook{"orden de directorio telefónico"} | |
37 | } | |
38 | } | |
39 | Variants{ | |
40 | 1996{"Ortografía alemana de 1996"} | |
41 | } | |
42 | Version{"1.43"} | |
374ca955 A |
43 | calendar{ |
44 | gregorian{ | |
45 | DateTimePatterns{ | |
46 | "HH:mm:ss z", | |
47 | "H:mm:ss z", | |
48 | "H:mm:ss", | |
49 | "H:mm", | |
50 | "EEEE d' de 'MMMM' de 'yyyy", | |
51 | "d' de 'MMMM' de 'yyyy", | |
52 | "dd-MM-yyyy", | |
53 | "dd-MM-yy", | |
54 | "{1} {0}", | |
55 | } | |
56 | } | |
b75a7d8f A |
57 | } |
58 | } |