2001-03-06 19:54:13 +00:00
|
|
|
// *******************************************************************************
|
|
|
|
// *
|
2001-03-21 17:49:38 +00:00
|
|
|
// * Copyright (C) 1997-2001, International Business Machines
|
2001-03-06 19:54:13 +00:00
|
|
|
// * Corporation and others. All Rights Reserved.
|
|
|
|
// *
|
|
|
|
// *******************************************************************************
|
|
|
|
|
|
|
|
gl_ES_EURO {
|
|
|
|
CurrencyElements {
|
|
|
|
"\u20AC",
|
|
|
|
"EUR",
|
|
|
|
",",
|
|
|
|
}
|
|
|
|
NumberPatterns {
|
|
|
|
"#,##0.###;-#,##0.###",
|
|
|
|
"#,##0.00 \u00A4;-#,##0.00 \u00A4",
|
|
|
|
"#,##0%",
|
|
|
|
}
|
|
|
|
}
|