1// *************************************************************************** 2// * 3// * Copyright (C) 2012 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 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 patternsShort{ 16 decimalFormat{ 17 1000{ 18 one{"0"} 19 other{"0"} 20 } 21 10000{ 22 one{"00k"} 23 other{"00k"} 24 } 25 100000{ 26 one{"000k"} 27 other{"000k"} 28 } 29 1000000{ 30 one{"0 M"} 31 other{"0 M"} 32 } 33 10000000{ 34 one{"00 M"} 35 other{"00 M"} 36 } 37 100000000{ 38 one{"000 M"} 39 other{"000 M"} 40 } 41 1000000000{ 42 one{"0k M"} 43 other{"0k M"} 44 } 45 10000000000{ 46 one{"00k M"} 47 other{"00k M"} 48 } 49 100000000000{ 50 one{"000k M"} 51 other{"000k M"} 52 } 53 1000000000000{ 54 one{"0 B"} 55 other{"0 B"} 56 } 57 10000000000000{ 58 one{"00 B"} 59 other{"00 B"} 60 } 61 100000000000000{ 62 one{"000 B"} 63 other{"000 B"} 64 } 65 } 66 } 67 symbols{ 68 decimal{"."} 69 group{","} 70 } 71 } 72 } 73 Version{"2.0.78.47"} 74 calendar{ 75 gregorian{ 76 availableFormats{ 77 yMEd{"E d/M/y"} 78 } 79 dayNames{ 80 stand-alone{ 81 narrow{ 82 "D", 83 "L", 84 "M", 85 "M", 86 "J", 87 "V", 88 "S", 89 } 90 } 91 } 92 fields{ 93 month{ 94 relative{ 95 "-1"{"El mes pasado"} 96 "0"{"Este mes"} 97 "1"{"Mes próximo"} 98 } 99 } 100 week{ 101 relative{ 102 "-1"{"Semana pasada"} 103 "0"{"Esta semana"} 104 "1"{"Próxima semana"} 105 } 106 } 107 year{ 108 relative{ 109 "-1"{"Año pasado"} 110 "0"{"Este año"} 111 "1"{"Año próximo"} 112 } 113 } 114 } 115 quarters{ 116 format{ 117 narrow{ 118 "1", 119 "2", 120 "3", 121 "4", 122 } 123 } 124 } 125 } 126 } 127 measurementSystemNames{ 128 UK{"Reino Unido"} 129 } 130 units{ 131 day-future{ 132 one{"En {0} día"} 133 other{"En {0} días"} 134 } 135 hour-future{ 136 one{"En {0} hora"} 137 other{"En {0} horas"} 138 } 139 minute-future{ 140 one{"En {0} minuto"} 141 other{"En {0} minutos"} 142 } 143 month-future{ 144 one{"En {0} mes"} 145 other{"En {0} meses"} 146 } 147 second-future{ 148 one{"En {0} segundo"} 149 other{"En {0} segundos"} 150 } 151 week-future{ 152 one{"En {0} semana"} 153 other{"En {0} semanas"} 154 } 155 year-future{ 156 one{"En {0} año"} 157 other{"En {0} años"} 158 } 159 } 160} 161