2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2001-03-21 17:49:38 +00:00
|
|
|
// *
|
2002-01-30 06:16:26 +00:00
|
|
|
// * Copyright (C) 1997-2002, International Business Machines
|
2001-03-21 17:49:38 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
|
|
|
// *
|
2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2001-03-21 17:49:38 +00:00
|
|
|
|
2001-02-06 21:55:42 +00:00
|
|
|
en_GB_EURO {
|
2002-01-30 06:16:26 +00:00
|
|
|
Version{"1.0"}
|
2001-02-06 21:55:42 +00:00
|
|
|
CurrencyElements {
|
2002-01-30 06:16:26 +00:00
|
|
|
"\u20ac",
|
|
|
|
"EUR",
|
|
|
|
".",
|
2001-02-06 21:55:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
NumberPatterns {
|
2002-01-30 06:16:26 +00:00
|
|
|
"#,##0.###;-#,##0.###",
|
|
|
|
"\u00a4#,##0.00;-\u00a4#,##0.00",
|
|
|
|
"#,##0%",
|
|
|
|
"#E0",
|
2001-02-06 21:55:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|