2000-10-06 00:15:37 +00:00
|
|
|
// *******************************************************************************
|
|
|
|
// *
|
2001-05-04 22:54:31 +00:00
|
|
|
// * Copyright (C) 1997-2001, International Business Machines
|
2000-10-06 00:15:37 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
|
|
|
// *
|
|
|
|
// *******************************************************************************
|
|
|
|
|
|
|
|
es_US {
|
2000-10-12 16:36:31 +00:00
|
|
|
Version { "x0.0" }
|
2001-05-04 22:54:31 +00:00
|
|
|
CurrencyElements {
|
2000-10-06 00:15:37 +00:00
|
|
|
"$",
|
2001-05-04 22:54:31 +00:00
|
|
|
"USD",
|
2000-10-06 00:15:37 +00:00
|
|
|
".",
|
|
|
|
}
|
2001-05-04 22:54:31 +00:00
|
|
|
NumberElements {
|
2000-10-06 00:15:37 +00:00
|
|
|
".",
|
|
|
|
",",
|
|
|
|
";",
|
|
|
|
"%",
|
|
|
|
"0",
|
|
|
|
"#",
|
|
|
|
"-",
|
|
|
|
"E",
|
2001-05-04 22:54:31 +00:00
|
|
|
"\u2030",
|
|
|
|
"\u221e",
|
|
|
|
"\ufffd",
|
2000-10-06 00:15:37 +00:00
|
|
|
}
|
2001-05-04 22:54:31 +00:00
|
|
|
NumberPatterns {
|
2000-10-06 00:15:37 +00:00
|
|
|
"#,##0.###;-#,##0.###",
|
2001-05-04 22:54:31 +00:00
|
|
|
"\u00a4#,##0.00;-\u00a4#,##0.00",
|
2000-10-06 00:15:37 +00:00
|
|
|
"#,##0%",
|
|
|
|
}
|
|
|
|
}
|