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_AU.xml michael@0: // * michael@0: // *************************************************************************** michael@0: en_AU{ michael@0: %%Parent{"en_GB"} michael@0: Currencies{ michael@0: AUD{ michael@0: "$", michael@0: "Australian Dollar", michael@0: } michael@0: EUR{ michael@0: "€", michael@0: "Euro", michael@0: } michael@0: USD{ michael@0: "US$", michael@0: "US Dollar", michael@0: } michael@0: } michael@0: CurrencyPlurals{ michael@0: EUR{ michael@0: one{"euro"} michael@0: other{"euro"} michael@0: } michael@0: } michael@0: Version{"2.0.92.87"} michael@0: }