mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 19:23:02 +01:00
40 lines
827 B
Plaintext
40 lines
827 B
Plaintext
|
// ***************************************************************************
|
||
|
// *
|
||
|
// * Copyright (C) 1997-2004, International Business Machines
|
||
|
// * Corporation and others. All Rights Reserved.
|
||
|
// *
|
||
|
// ***************************************************************************
|
||
|
|
||
|
fr_LU {
|
||
|
Version{"2.0"}
|
||
|
calendar{
|
||
|
gregorian{
|
||
|
DateTimeElements:intvector {
|
||
|
2,
|
||
|
1,
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
NumberElements {
|
||
|
",",
|
||
|
".",
|
||
|
";",
|
||
|
"%",
|
||
|
"0",
|
||
|
"#",
|
||
|
"-",
|
||
|
"E",
|
||
|
"\u2030",
|
||
|
"\u221E",
|
||
|
"\uFFFD",
|
||
|
",",
|
||
|
"+",
|
||
|
}
|
||
|
|
||
|
// Currency display names
|
||
|
Currencies {
|
||
|
FRF { "FRF", "franc fran\u00E7ais" } // French Franc
|
||
|
LUF { "F", "franc luxembourgeois" }
|
||
|
}
|
||
|
}
|