46 lines
1005 B
Plaintext
46 lines
1005 B
Plaintext
|
|
|||
|
// *******************************************************************************
|
|||
|
// *
|
|||
|
// * Copyright (C) 1997-2000, International Business Machines
|
|||
|
// * Corporation and others. All Rights Reserved.
|
|||
|
// *
|
|||
|
// *******************************************************************************
|
|||
|
|
|||
|
es_US {
|
|||
|
CurrencyElements {
|
|||
|
"$",
|
|||
|
"USD ",
|
|||
|
".",
|
|||
|
}
|
|||
|
DateTimePatterns {
|
|||
|
"HH:mm:ss ",
|
|||
|
"HH:mm:ss ",
|
|||
|
"HH:mm:ss ",
|
|||
|
"HH:mm:ss ",
|
|||
|
"EEE DD MMM yyyy z",
|
|||
|
"EEE DD MMM yyyy z",
|
|||
|
"DD/MM/yy",
|
|||
|
"DD/MM/yy",
|
|||
|
"{1} {0}",
|
|||
|
}
|
|||
|
NumberElements {
|
|||
|
".",
|
|||
|
",",
|
|||
|
";",
|
|||
|
"%",
|
|||
|
"0",
|
|||
|
"#",
|
|||
|
"-",
|
|||
|
"E",
|
|||
|
"‰",
|
|||
|
"∞",
|
|||
|
"<22>",
|
|||
|
}
|
|||
|
NumberPatterns {
|
|||
|
"#,##0.###;-#,##0.###",
|
|||
|
"¤#,##0.00;-¤#,##0.00",
|
|||
|
"#,##0%",
|
|||
|
}
|
|||
|
|
|||
|
}
|