916b8b0cfc
X-SVN-Rev: 12538
41 lines
908 B
Plaintext
41 lines
908 B
Plaintext
// ***************************************************************************
|
|
// *
|
|
// * Copyright (C) 1997-2003, International Business Machines
|
|
// * Corporation and others. All Rights Reserved.
|
|
// *
|
|
// ***************************************************************************
|
|
|
|
es_MX {
|
|
Version { "2.0" }
|
|
DateTimePatterns {
|
|
"hh:mm:ss a z",
|
|
"hh:mm:ss a z",
|
|
"hh:mm:ss a",
|
|
"hh:mm a",
|
|
"EEEE d' de 'MMMM' de 'yyyy",
|
|
"d' de 'MMMM' de 'yyyy",
|
|
"dd/MM/yyyy",
|
|
"dd/MM/yy",
|
|
"{1} {0}",
|
|
}
|
|
// NumberElements {
|
|
// ".",
|
|
// ",",
|
|
// ";",
|
|
// "%",
|
|
// "0",
|
|
// "#",
|
|
// "-",
|
|
// "E",
|
|
// "\u2030",
|
|
// "\u221E",
|
|
// "\uFFFD",
|
|
// }
|
|
|
|
// Currency display names
|
|
Currencies {
|
|
MXN { "$", "MXN" }
|
|
USD { "US$", "D\u00F3lar Americano" }
|
|
}
|
|
}
|