261634728d
X-SVN-Rev: 4225
23 lines
545 B
Plaintext
23 lines
545 B
Plaintext
// *******************************************************************************
|
|
// *
|
|
// * Copyright (C) 1997-2001, International Business Machines
|
|
// * Corporation and others. All Rights Reserved.
|
|
// *
|
|
// *******************************************************************************
|
|
|
|
el_GR_EURO {
|
|
CurrencyElements {
|
|
"\u20ac",
|
|
"EUR ",
|
|
",",
|
|
}
|
|
|
|
|
|
NumberPatterns {
|
|
"#,##0.###;-#,##0.###",
|
|
"#,##0.0000\u00a4;-\u00a4#,##0.0000",
|
|
"#,##0%",
|
|
}
|
|
|
|
}
|