2007-09-01 07:22:23 +00:00
|
|
|
// ***************************************************************************
|
|
|
|
// *
|
2009-03-13 03:21:29 +00:00
|
|
|
// * Copyright (C) 2009 International Business Machines
|
2007-09-01 07:22:23 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
|
|
|
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
|
|
|
// * Source File:<path>/common/main/en_NA.xml
|
|
|
|
// *
|
|
|
|
// ***************************************************************************
|
|
|
|
en_NA{
|
2009-04-10 07:47:09 +00:00
|
|
|
Currencies{
|
|
|
|
NAD{
|
|
|
|
"$",
|
|
|
|
"Namibian Dollar",
|
|
|
|
}
|
|
|
|
USD{
|
|
|
|
"US$",
|
|
|
|
"US Dollar",
|
|
|
|
}
|
|
|
|
}
|
2007-09-01 07:22:23 +00:00
|
|
|
NumberPatterns{
|
|
|
|
"#,##0.###",
|
|
|
|
"¤#,##0.00",
|
|
|
|
"#,##0%",
|
|
|
|
"#E0",
|
|
|
|
}
|
2009-06-22 17:00:28 +00:00
|
|
|
Version{"1.19"}
|
2007-09-01 07:22:23 +00:00
|
|
|
}
|