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
|
|
|
|
2001-10-12 19:01:26 +00:00
|
|
|
pt_PT_PREEURO {
|
2003-06-10 14:37:47 +00:00
|
|
|
Version { "2.0" }
|
2002-08-01 01:45:59 +00:00
|
|
|
NumberPatterns {
|
|
|
|
"#,##0.###;-#,##0.###",
|
|
|
|
"#,##0 \u00A4;-#,##0 \u00A4",
|
|
|
|
"#,##0%",
|
|
|
|
"#E0",
|
|
|
|
}
|
2003-08-20 16:08:47 +00:00
|
|
|
NumberElements {
|
|
|
|
",",
|
|
|
|
".",
|
|
|
|
";",
|
|
|
|
"%",
|
|
|
|
"0",
|
|
|
|
"#",
|
|
|
|
"-",
|
|
|
|
"E",
|
|
|
|
"\u2030",
|
|
|
|
"\u221E",
|
|
|
|
"\uFFFD",
|
|
|
|
"$",
|
|
|
|
"+",
|
|
|
|
}
|
1999-08-16 21:50:52 +00:00
|
|
|
}
|