mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 20:43:04 +01:00
45 lines
1.0 KiB
Plaintext
45 lines
1.0 KiB
Plaintext
|
// ***************************************************************************
|
||
|
// *
|
||
|
// * Copyright (C) 1997-2004, International Business Machines
|
||
|
// * Corporation and others. All Rights Reserved.
|
||
|
// *
|
||
|
// ***************************************************************************
|
||
|
|
||
|
es_MX {
|
||
|
Version { "2.0" }
|
||
|
// NumberElements {
|
||
|
// ".",
|
||
|
// ",",
|
||
|
// ";",
|
||
|
// "%",
|
||
|
// "0",
|
||
|
// "#",
|
||
|
// "-",
|
||
|
// "E",
|
||
|
// "\u2030",
|
||
|
// "\u221E",
|
||
|
// "\uFFFD",
|
||
|
// }
|
||
|
|
||
|
// Currency display names
|
||
|
Currencies {
|
||
|
MXN { "$", "MXN" }
|
||
|
USD { "US$", "D\u00F3lar Americano" }
|
||
|
}
|
||
|
calendar{
|
||
|
gregorian{
|
||
|
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}",
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|