3a0d41366d
X-SVN-Rev: 12057
48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
// ***************************************************************************
|
|
// *
|
|
// * Copyright (C) 1997-2002, International Business Machines
|
|
// * Corporation and others. All Rights Reserved.
|
|
// *
|
|
// ***************************************************************************
|
|
|
|
fr_CA {
|
|
Version { "1.0" }
|
|
DateTimePatterns {
|
|
"HH' h 'mm' min 'ss' s 'z",
|
|
"HH:mm:ss z",
|
|
"HH:mm:ss",
|
|
"HH:mm",
|
|
"EEEE d MMMM yyyy",
|
|
"d MMMM yyyy",
|
|
"yy-MM-dd",
|
|
"yy-MM-dd",
|
|
"{1} {0}",
|
|
}
|
|
LocaleID:int { 0x0c0c }
|
|
// LocaleString { "fr_CA" }
|
|
NumberPatterns {
|
|
"#,##0.###;-#,##0.###",
|
|
"#,##0.00 \u00A4;(#,##0.00\u00A4)",
|
|
"#,##0%",
|
|
"#E0",
|
|
}
|
|
// ShortCountry { "CAN" }
|
|
|
|
// Fall back to French
|
|
// zoneStrings {
|
|
// {
|
|
// "Africa/Casablanca",
|
|
// "GMT",
|
|
// "GMT",
|
|
// "GMT",
|
|
// "GMT",
|
|
// }
|
|
// }
|
|
|
|
// Currency display names
|
|
Currencies {
|
|
CAD { "$", "dollar canadien" } // Canadian Dollar
|
|
USD { "US$", "dollar des Etats-Unis" } // US Dollar
|
|
}
|
|
}
|