• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2010 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/id.xml
7// *
8// ***************************************************************************
9/**
10 *  ICU <specials> source: <path>/xml/main/id.xml
11 */
12id{
13    Currencies{
14        BOB{
15            "Bs",
16            "Boliviano",
17        }
18        BRL{
19            "R$",
20            "Real Brasil",
21        }
22        CLP{
23            "CL$",
24            "Peso Cile",
25        }
26        CZK{
27            "Kč",
28            "Koruna Cheska",
29        }
30        DKK{
31            "Dkr",
32            "Krone Denmark",
33        }
34        FRF{
35            "₣",
36            "Franc Prancis",
37        }
38        NZD{
39            "NZ$",
40            "Dolar Selandia Baru",
41        }
42        PLN{
43            "zł",
44            "Polandia Zloty",
45        }
46    }
47    Version{"2.0.50.96"}
48}
49