44840b3223
X-SVN-Rev: 11517
86 lines
1.6 KiB
Plaintext
86 lines
1.6 KiB
Plaintext
// ***************************************************************************
|
|
// *
|
|
// * Copyright (C) 1997-2002, International Business Machines
|
|
// * Corporation and others. All Rights Reserved.
|
|
// *
|
|
// ***************************************************************************
|
|
|
|
kw{
|
|
Version { "1.0" }
|
|
DayAbbreviations {
|
|
"Sul",
|
|
"Lun",
|
|
"Mth",
|
|
"Mhr",
|
|
"Yow",
|
|
"Gwe",
|
|
"Sad",
|
|
}
|
|
DayNames {
|
|
"De Sul",
|
|
"De Lun",
|
|
"De Merth",
|
|
"De Merher",
|
|
"De Yow",
|
|
"De Gwener",
|
|
"De Sadorn",
|
|
}
|
|
MonthAbbreviations {
|
|
"Gen",
|
|
"Whe",
|
|
"Mer",
|
|
"Ebr",
|
|
"Me",
|
|
"Efn",
|
|
"Gor",
|
|
"Est",
|
|
"Gwn",
|
|
"Hed",
|
|
"Du",
|
|
"Kev",
|
|
}
|
|
MonthNames {
|
|
"Mys Genver",
|
|
"Mys Whevrel",
|
|
"Mys Merth",
|
|
"Mys Ebrel",
|
|
"Mys Me",
|
|
"Mys Efan",
|
|
"Mys Gortheren",
|
|
"Mye Est",
|
|
"Mys Gwyngala",
|
|
"Mys Hedra",
|
|
"Mys Du",
|
|
"Mys Kevardhu",
|
|
}
|
|
// NumberElements {
|
|
// ".",
|
|
// ",",
|
|
// ";",
|
|
// "%",
|
|
// "0",
|
|
// "#",
|
|
// "-",
|
|
// "E",
|
|
// "\u2030",
|
|
// "\u221e",
|
|
// "\ufffd",
|
|
// }
|
|
// LocaleScript{
|
|
// "Latn", // ISO 15924 Name
|
|
// }
|
|
// /**************** Info Below is needed ****************/
|
|
// CollationElements{}
|
|
// Countries{}
|
|
// Eras{}
|
|
// Languages{}
|
|
// ShortLanguage { }
|
|
// localPatternChars{}
|
|
//
|
|
|
|
// Currency display names
|
|
Currencies {
|
|
GBP { "\u00A3", "GBP" }
|
|
}
|
|
}
|