74e70e363c
X-SVN-Rev: 3337
36 lines
761 B
Plaintext
36 lines
761 B
Plaintext
|
||
// *******************************************************************************
|
||
// *
|
||
// * Copyright (C) 1997-2000, International Business Machines
|
||
// * Corporation and others. All Rights Reserved.
|
||
// *
|
||
// *******************************************************************************
|
||
|
||
es_US {
|
||
Version { "x0.0" }
|
||
CurrencyElements {
|
||
"$",
|
||
"USD ",
|
||
".",
|
||
}
|
||
NumberElements {
|
||
".",
|
||
",",
|
||
";",
|
||
"%",
|
||
"0",
|
||
"#",
|
||
"-",
|
||
"E",
|
||
"‰",
|
||
"∞",
|
||
"<22>",
|
||
}
|
||
NumberPatterns {
|
||
"#,##0.###;-#,##0.###",
|
||
"¤#,##0.00;-¤#,##0.00",
|
||
"#,##0%",
|
||
}
|
||
|
||
}
|