intl/icu/source/data/locales/es_419.txt

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

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

mercurial