michael@0: // *************************************************************************** michael@0: // * michael@0: // * Copyright (C) 2013 International Business Machines michael@0: // * Corporation and others. All Rights Reserved. michael@0: // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter michael@0: // * Source File: /common/main/en_GB.xml michael@0: // * michael@0: // *************************************************************************** michael@0: en_GB{ michael@0: %%Parent{"en_001"} michael@0: Currencies{ michael@0: AUD{ michael@0: "AU$", michael@0: "Australian Dollar", michael@0: } michael@0: BRL{ michael@0: "R$", michael@0: "Brazilian Real", michael@0: } michael@0: BYB{ michael@0: "BYB", michael@0: "Belarusian New Rouble (1994–1999)", michael@0: } michael@0: BYR{ michael@0: "BYR", michael@0: "Belarusian Rouble", michael@0: } michael@0: CAD{ michael@0: "CA$", michael@0: "Canadian Dollar", michael@0: } michael@0: CNY{ michael@0: "CN¥", michael@0: "Chinese Yuan", michael@0: } michael@0: EUR{ michael@0: "€", michael@0: "Euro", michael@0: } michael@0: GBP{ michael@0: "£", michael@0: "British Pound", michael@0: } michael@0: HKD{ michael@0: "HK$", michael@0: "Hong Kong Dollar", michael@0: } michael@0: ILR{ michael@0: "ILR", michael@0: "Israeli Shekel (1980–1985)", michael@0: } michael@0: ILS{ michael@0: "₪", michael@0: "Israeli New Shekel", michael@0: } michael@0: INR{ michael@0: "₹", michael@0: "Indian Rupee", michael@0: } michael@0: KRW{ michael@0: "₩", michael@0: "South Korean Won", michael@0: } michael@0: LVR{ michael@0: "LVR", michael@0: "Latvian Rouble", michael@0: } michael@0: MGA{ michael@0: "MGA", michael@0: "Malagasy Ariary", michael@0: } michael@0: MWK{ michael@0: "MWK", michael@0: "Malawian Kwacha", michael@0: } michael@0: MXN{ michael@0: "MX$", michael@0: "Mexican Peso", michael@0: } michael@0: NZD{ michael@0: "NZ$", michael@0: "New Zealand Dollar", michael@0: } michael@0: RUB{ michael@0: "RUB", michael@0: "Russian Rouble", michael@0: } michael@0: RUR{ michael@0: "RUR", michael@0: "Russian Rouble (1991–1998)", michael@0: } michael@0: SCR{ michael@0: "SCR", michael@0: "Seychelles Rupee", michael@0: } michael@0: THB{ michael@0: "฿", michael@0: "Thai Baht", michael@0: } michael@0: TJR{ michael@0: "TJR", michael@0: "Tajikistani Rouble", michael@0: } michael@0: TWD{ michael@0: "NT$", michael@0: "New Taiwan Dollar", michael@0: } michael@0: USD{ michael@0: "$", michael@0: "US Dollar", michael@0: } michael@0: UZS{ michael@0: "UZS", michael@0: "Uzbekistani Som", michael@0: } michael@0: VND{ michael@0: "₫", michael@0: "Vietnamese Dong", michael@0: } michael@0: XAF{ michael@0: "FCFA", michael@0: "Central African CFA Franc", michael@0: } michael@0: XCD{ michael@0: "EC$", michael@0: "East Caribbean Dollar", michael@0: } michael@0: XOF{ michael@0: "CFA", michael@0: "West African CFA Franc", michael@0: } michael@0: XPF{ michael@0: "CFPF", michael@0: "CFP Franc", michael@0: } michael@0: XXX{ michael@0: "XXX", michael@0: "Unknown Currency", michael@0: } michael@0: } michael@0: CurrencyPlurals{ michael@0: BYB{ michael@0: one{"Belarusian new rouble (1994–1999)"} michael@0: other{"Belarusian new roubles (1994–1999)"} michael@0: } michael@0: BYR{ michael@0: one{"Belarusian rouble"} michael@0: other{"Belarusian roubles"} michael@0: } michael@0: GBP{ michael@0: one{"British pound"} michael@0: other{"British pounds"} michael@0: } michael@0: ILR{ michael@0: one{"Israeli shekel (1980–1985)"} michael@0: other{"Israeli shekels (1980–1985)"} michael@0: } michael@0: ILS{ michael@0: one{"Israeli new shekel"} michael@0: other{"Israeli new shekels"} michael@0: } michael@0: LVR{ michael@0: one{"Latvian rouble"} michael@0: other{"Latvian roubles"} michael@0: } michael@0: MGA{ michael@0: one{"Malagasy ariary"} michael@0: other{"Malagasy ariarys"} michael@0: } michael@0: MWK{ michael@0: one{"Malawian kwacha"} michael@0: other{"Malawian kwachas"} michael@0: } michael@0: RUB{ michael@0: one{"Russian rouble"} michael@0: other{"Russian roubles"} michael@0: } michael@0: RUR{ michael@0: one{"Russian rouble (1991–1998)"} michael@0: other{"Russian roubles (1991–1998)"} michael@0: } michael@0: SCR{ michael@0: one{"Seychelles rupee"} michael@0: other{"Seychelles rupees"} michael@0: } michael@0: TJR{ michael@0: one{"Tajikistani rouble"} michael@0: other{"Tajikistani roubles"} michael@0: } michael@0: UZS{ michael@0: one{"Uzbekistani som"} michael@0: other{"Uzbekistani som"} michael@0: } michael@0: XAF{ michael@0: one{"Central African CFA franc"} michael@0: other{"Central African CFA francs"} michael@0: } michael@0: XOF{ michael@0: one{"West African CFA franc"} michael@0: other{"West African CFA francs"} michael@0: } michael@0: XXX{ michael@0: one{"(unknown currency)"} michael@0: other{"(unknown currency)"} michael@0: } michael@0: } michael@0: Version{"2.0.92.80"} michael@0: }