]>
Commit | Line | Data |
---|---|---|
1 | // *************************************************************************** | |
2 | // * | |
3 | // * Copyright (C) 2006 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File:<path>/common/main/es_CL.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | es_CL{ | |
10 | Countries{ | |
11 | 005{"Sudamérica"} | |
12 | EH{"Sahara Occidental"} | |
13 | TT{"Trinidad y Tobago"} | |
14 | } | |
15 | Currencies{ | |
16 | CLP{ | |
17 | "$", | |
18 | "Peso Chileno", | |
19 | } | |
20 | USD{ | |
21 | "US$", | |
22 | "Dólar Americano", | |
23 | } | |
24 | } | |
25 | NumberPatterns{ | |
26 | "#,##0.###", | |
27 | "¤#,##0.00;¤-#,##0.00", | |
28 | "#,##0%", | |
29 | "#E0", | |
30 | } | |
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"} | |
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 | } | |
57 | } | |
58 | } |