mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
704cddfcbc
--HG-- extra : rebase_source : 2561787b6f9ae3dc626cb6bf76e6f78f6cd15664
168 lines
3.5 KiB
Plaintext
Executable File
168 lines
3.5 KiB
Plaintext
Executable File
// ***************************************************************************
|
|
// *
|
|
// * Copyright (C) 2012 International Business Machines
|
|
// * Corporation and others. All Rights Reserved.
|
|
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
|
// * Source File: <path>/common/main/en_GB.xml
|
|
// *
|
|
// ***************************************************************************
|
|
en_GB{
|
|
Currencies{
|
|
AUD{
|
|
"AU$",
|
|
"Australian Dollar",
|
|
}
|
|
BRL{
|
|
"R$",
|
|
"Brazilian Real",
|
|
}
|
|
BYR{
|
|
"BYR",
|
|
"Belarusian Rouble",
|
|
}
|
|
CAD{
|
|
"CA$",
|
|
"Canadian Dollar",
|
|
}
|
|
CNY{
|
|
"CN¥",
|
|
"Chinese Yuan",
|
|
}
|
|
EUR{
|
|
"€",
|
|
"Euro",
|
|
}
|
|
GBP{
|
|
"£",
|
|
"British Pound",
|
|
}
|
|
HKD{
|
|
"HK$",
|
|
"Hong Kong Dollar",
|
|
}
|
|
ILS{
|
|
"₪",
|
|
"Israeli New Shekel",
|
|
}
|
|
INR{
|
|
"₹",
|
|
"Indian Rupee",
|
|
}
|
|
KRW{
|
|
"₩",
|
|
"South Korean Won",
|
|
}
|
|
MGA{
|
|
"MGA",
|
|
"Malagasy Ariary",
|
|
}
|
|
MWK{
|
|
"MWK",
|
|
"Malawian Kwacha",
|
|
}
|
|
MXN{
|
|
"MX$",
|
|
"Mexican Peso",
|
|
}
|
|
NZD{
|
|
"NZ$",
|
|
"New Zealand Dollar",
|
|
}
|
|
RUB{
|
|
"RUB",
|
|
"Russian Rouble",
|
|
}
|
|
SCR{
|
|
"SCR",
|
|
"Seychelles Rupee",
|
|
}
|
|
THB{
|
|
"฿",
|
|
"Thai Baht",
|
|
}
|
|
TWD{
|
|
"NT$",
|
|
"New Taiwan Dollar",
|
|
}
|
|
UZS{
|
|
"UZS",
|
|
"Uzbekistani Som",
|
|
}
|
|
VND{
|
|
"₫",
|
|
"Vietnamese Dong",
|
|
}
|
|
XAF{
|
|
"FCFA",
|
|
"Central African CFA Franc",
|
|
}
|
|
XCD{
|
|
"EC$",
|
|
"East Caribbean Dollar",
|
|
}
|
|
XOF{
|
|
"CFA",
|
|
"West African CFA Franc",
|
|
}
|
|
XPF{
|
|
"CFPF",
|
|
"CFP Franc",
|
|
}
|
|
XXX{
|
|
"XXX",
|
|
"Unknown Currency",
|
|
}
|
|
}
|
|
CurrencyPlurals{
|
|
BYR{
|
|
one{"Belarusian rouble"}
|
|
other{"Belarusian roubles"}
|
|
}
|
|
EUR{
|
|
one{"euro"}
|
|
other{"euro"}
|
|
}
|
|
GBP{
|
|
one{"British pound"}
|
|
other{"British pounds"}
|
|
}
|
|
ILS{
|
|
one{"Israeli new shekel"}
|
|
other{"Israeli new shekels"}
|
|
}
|
|
MGA{
|
|
one{"Malagasy ariary"}
|
|
other{"Malagasy ariarys"}
|
|
}
|
|
MWK{
|
|
one{"Malawian kwacha"}
|
|
other{"Malawian kwachas"}
|
|
}
|
|
RUB{
|
|
one{"Russian rouble"}
|
|
other{"Russian roubles"}
|
|
}
|
|
SCR{
|
|
one{"Seychelles rupee"}
|
|
other{"Seychelles rupees"}
|
|
}
|
|
UZS{
|
|
one{"Uzbekistani som"}
|
|
other{"Uzbekistani som"}
|
|
}
|
|
XAF{
|
|
one{"Central African CFA franc"}
|
|
other{"Central African CFA francs"}
|
|
}
|
|
XOF{
|
|
one{"West African CFA franc"}
|
|
other{"West African CFA francs"}
|
|
}
|
|
XXX{
|
|
one{"(unknown currency)"}
|
|
other{"(unknown currency)"}
|
|
}
|
|
}
|
|
Version{"2.0.78.47"}
|
|
}
|