2003-12-17 04:43:51 +00:00
|
|
|
// ***************************************************************************
|
|
|
|
// *
|
2004-05-19 20:18:43 +00:00
|
|
|
// * Copyright (C) 2001-2004, International Business Machines
|
2003-12-17 04:43:51 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
|
|
|
// *
|
|
|
|
// ***************************************************************************
|
|
|
|
|
|
|
|
ms_BN{
|
|
|
|
Version{ "1.0" }
|
|
|
|
NumberElements {
|
|
|
|
",",
|
|
|
|
".",
|
|
|
|
";",
|
|
|
|
"%",
|
|
|
|
"0",
|
|
|
|
"#",
|
|
|
|
"-",
|
|
|
|
"E",
|
|
|
|
"\u2030",
|
|
|
|
"\u221E",
|
|
|
|
"\uFFFD",
|
|
|
|
",",
|
|
|
|
"+",
|
|
|
|
}
|
2004-05-18 05:54:09 +00:00
|
|
|
calendar{
|
|
|
|
gregorian{
|
|
|
|
DateTimePatterns{
|
|
|
|
"h:mm:ss aa",
|
|
|
|
"H:mm:ss",
|
|
|
|
"H:mm:ss",
|
|
|
|
"H:mm:ss",
|
|
|
|
"dd MMMM yyyy",
|
|
|
|
"dd MMMM yyyy",
|
|
|
|
"dd/MM/yyyy",
|
|
|
|
"dd/MM/yyyy",
|
|
|
|
"{1} {0}",
|
|
|
|
}
|
|
|
|
}
|
2003-12-17 04:43:51 +00:00
|
|
|
}
|
|
|
|
Currencies {
|
|
|
|
BND { "$", "BND" }
|
|
|
|
USD { "US$", "USD" }
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
}
|