1// *************************************************************************** 2// * 3// * Copyright (C) 2011 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_419.xml 7// * 8// *************************************************************************** 9es_419{ 10 NumberElements{ 11 latn{ 12 patterns{ 13 currencyFormat{"¤#,##0.00"} 14 } 15 symbols{ 16 decimal{"."} 17 group{","} 18 } 19 } 20 } 21 Version{"2.0.59.5"} 22 calendar{ 23 gregorian{ 24 fields{ 25 month{ 26 relative{ 27 "-1"{"El mes pasado"} 28 "0"{"Este mes"} 29 "1"{"Mes próximo"} 30 } 31 } 32 week{ 33 relative{ 34 "-1"{"Semana pasada"} 35 "0"{"Esta semana"} 36 "1"{"Próxima semana"} 37 } 38 } 39 year{ 40 relative{ 41 "-1"{"Año pasado"} 42 "0"{"Este año"} 43 "1"{"Año próximo"} 44 } 45 } 46 } 47 quarters{ 48 format{ 49 narrow{ 50 "1", 51 "2", 52 "3", 53 "4", 54 } 55 } 56 } 57 } 58 } 59 measurementSystemNames{ 60 UK{"Reino Unido"} 61 } 62 units{ 63 day-future{ 64 0{"En 0 días"} 65 1{"En 1 día"} 66 one{"En {0} día"} 67 other{"En {0} días"} 68 } 69 hour-future{ 70 0{"En 0 horas"} 71 1{"En 1 hora"} 72 one{"En {0} hora"} 73 other{"En {0} horas"} 74 } 75 minute-future{ 76 0{"En 0 minutos"} 77 1{"En 1 minuto"} 78 one{"En {0} minuto"} 79 other{"En {0} minutos"} 80 } 81 month-future{ 82 0{"En 0 meses"} 83 1{"En 1 mes"} 84 one{"En {0} mes"} 85 other{"En {0} meses"} 86 } 87 second-future{ 88 0{"En 0 segundos"} 89 1{"En 1 segundo"} 90 one{"En {0} segundo"} 91 other{"En {0} segundos"} 92 } 93 week-future{ 94 0{"En 0 semanas"} 95 1{"En 1 semana"} 96 one{"En {0} semana"} 97 other{"En {0} semanas"} 98 } 99 year-future{ 100 0{"En 0 años"} 101 1{"En 1 año"} 102 one{"En {0} año"} 103 other{"En {0} años"} 104 } 105 } 106} 107