2002-01-30 06:16:26 +00:00
|
|
|
// ***************************************************************************
|
2000-01-12 19:26:57 +00:00
|
|
|
// *
|
2004-05-19 20:18:43 +00:00
|
|
|
// * Copyright (C) 1997-2004, 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
|
|
|
|
|
|
|
es_ES {
|
2003-06-10 06:35:39 +00:00
|
|
|
Version { "2.0" }
|
2002-01-30 06:16:26 +00:00
|
|
|
NumberElements {
|
|
|
|
",",
|
|
|
|
".",
|
|
|
|
";",
|
|
|
|
"%",
|
|
|
|
"0",
|
|
|
|
"#",
|
|
|
|
"-",
|
|
|
|
"E",
|
|
|
|
"\u2030",
|
|
|
|
"\u221E",
|
|
|
|
"\uFFFD",
|
2003-06-24 17:00:41 +00:00
|
|
|
"+",
|
1999-08-16 21:50:52 +00:00
|
|
|
}
|
|
|
|
NumberPatterns {
|
2002-01-30 06:16:26 +00:00
|
|
|
"#,##0.###;-#,##0.###",
|
|
|
|
"#,##0.00 \u00A4;-#,##0.00 \u00A4",
|
|
|
|
"#,##0%",
|
|
|
|
"#E0",
|
1999-08-16 21:50:52 +00:00
|
|
|
}
|
2004-06-03 17:44:02 +00:00
|
|
|
Currencies{
|
|
|
|
ESP {
|
|
|
|
"\u20A7",
|
|
|
|
"peseta espa\u00F1ola",
|
|
|
|
:array{
|
|
|
|
"#,##0 \u00A4;-#,##0 \u00A4", /*currency pattern*/
|
|
|
|
",", /*decimal sperator*/
|
|
|
|
"." /*grouping separator*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2004-05-18 02:47:52 +00:00
|
|
|
calendar{
|
|
|
|
gregorian{
|
|
|
|
DateTimePatterns{
|
|
|
|
"HH'H'mm''ss\" z",
|
|
|
|
"HH:mm:ss z",
|
|
|
|
"H:mm:ss",
|
|
|
|
"H:mm",
|
|
|
|
"EEEE d' de 'MMMM' de 'yyyy",
|
|
|
|
"d' de 'MMMM' de 'yyyy",
|
|
|
|
"dd/MM/yyyy",
|
|
|
|
"dd/MM/yy",
|
|
|
|
"{1} {0}",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
1999-08-16 21:50:52 +00:00
|
|
|
}
|