2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2000-01-12 19:26:57 +00:00
|
|
|
// *
|
2003-06-03 06:44:40 +00:00
|
|
|
// * Copyright (C) 1997-2003, International Business Machines
|
2000-01-12 19:26:57 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
|
|
|
// *
|
2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
en_US {
|
2003-06-10 06:35:39 +00:00
|
|
|
Version{ "2.0" }
|
1999-08-16 21:50:52 +00:00
|
|
|
NumberPatterns {
|
2002-01-30 06:16:26 +00:00
|
|
|
"#,##0.###;-#,##0.###",
|
|
|
|
"\u00A4#,##0.00;(\u00A4#,##0.00)",
|
|
|
|
"#,##0%",
|
|
|
|
"#E0",
|
1999-08-16 21:50:52 +00:00
|
|
|
}
|
2003-11-07 02:47:28 +00:00
|
|
|
|
|
|
|
// the PaperSize units are in mm
|
|
|
|
// these values are not exact .. they are rounded off
|
|
|
|
PaperSize:intvector{
|
|
|
|
279, // height
|
|
|
|
216 // width
|
|
|
|
}
|
|
|
|
MeasurementSystem:int{ 1 } // US system
|
2003-12-17 04:41:22 +00:00
|
|
|
|
|
|
|
Currencies{
|
|
|
|
USD { "$", "US Dollar" } // 04/04/1792-
|
|
|
|
}
|
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
}
|