• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2015 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    Currencies{
11        AMD{
12            "AMD",
13            "dram armenio",
14        }
15        CAD{
16            "CAD",
17            "dólar canadiense",
18        }
19        ERN{
20            "ERN",
21            "nafka",
22        }
23        EUR{
24            "EUR",
25            "euro",
26        }
27        THB{
28            "THB",
29            "bat",
30        }
31        USD{
32            "USD",
33            "dólar estadounidense",
34        }
35        VND{
36            "VND",
37            "dong",
38        }
39    }
40    Currencies%narrow{
41        EGP{"E£"}
42        VEF{"BsF"}
43    }
44    CurrencyPlurals{
45        BGN{
46            one{"lev búlgaro"}
47            other{"leva búlgaros"}
48        }
49        XXX{
50            one{"(unidad de moneda desconocida)"}
51            other{"(moneda desconocida)"}
52        }
53    }
54    Version{"2.1.19.14"}
55}
56