| // ******************************************************************************* | 
 | // * | 
 | // *   Copyright (C) 1997-2001, International Business Machines | 
 | // *   Corporation and others.  All Rights Reserved. | 
 | // * | 
 | // ******************************************************************************* | 
 |  | 
 | eu_ES { | 
 |     Version { "x0.0" } | 
 |     // /* Discarding duplicate data for tag: AmPmMarkers */ | 
 |     DateTimePatterns { | 
 |             "h:mm:ss a", | 
 |             "h:mm:ss a", | 
 |             "h:mm a", | 
 |             "hh:mm:ss", | 
 |             "EEEE, YYYY'eko' MMMM'ren' dd'a'", | 
 |             "EEE, YYYY'eko' MMM'ren' dd'a'", | 
 |             "yy'-'MMM'-'dd", | 
 |             "yy'-'MM'-'dd", | 
 |             "{1} {0}", | 
 |     } | 
 |     CurrencyElements {  | 
 |             "\u20AC", | 
 |             "EUR", | 
 |             ",", | 
 |     } | 
 |     NumberPatterns {  | 
 |             "#,##0.###;-#,##0.###", | 
 |             "#,##0.00 \u00A4;-#,##0.00 \u00A4", | 
 |             "#,##0%", | 
 |     } | 
 |     LocaleID{ "042D"} | 
 | } |